On paper, I have a simple problem, but I believe our data structure requires a complex solution.
Our org chart is broken up into Sectors, Offices, Depts, and Sections. On the Org Chart model though, all of them are represented through the same object type 'Organizational Unit', and are differentiated by symbols.
Although the query can filter symbols, I am not sure how to reflect the same in the data feed / dashboard to give a simple count by each symbol, as I need a live running count of how many depts, offices, sections we have in the organization at any given point (we are subject to frequent changes so this info is important).
I tried 1 query with 4 symbol filters, and I tried 4 different queries with each using only 1 symbol filter with the aim to combine the multiple streams in a single data feed. In both I am getting stuck. Would love any help or pointers I can get!
I tried both the classic and modern dashboard / data feed editor.