I continue to struggle finding another question that meets my need, or for understanding the many responses that are similar. Seems there just aren’t any “cook-book” styled documentation or responses that help illustrate how this is supposed to work.
I have dataset1 with App-ID and Host-ID values
I have dataset2 with Host-ID and a lot of fields that describe that host (name, FQDN, OS, IP, etc.)
I created a parameter for the Host-ID as multiple value, integer, no default
I have a visual for dataset1 that shows both IDs - with a filter/control on App-ID (if I select a value here, I expect the parameter to be loaded with all the appropriate Host_IDs for the given App-ID)
I have a Host-ID control that shows the relevant list of Host-IDs for the selected App-ID
I have a second visual of the Hosts, and I want that visual to be filtered for all the Host-IDs in the parameter multi-value list based on the filter setting of the App-IDs … I added a filter, cross-sheet, cross-dataset, custom, using the parameter.
I get no filtering of the second visual if I leave “All” host id values selected in my parameter list/control - but if I leave only one Host-ID selected in the multi-list control, my visual is in fact filtered.
How is it, exactly, that I need to go through the process of using the first dataset, filter for a value, load a parameter with multiple values, then have that filter the second dataset based on the same field (Host-ID) in both datasets?
Thanks, in advance for anybody that can clear it up without just pointing me to the documentation chapters that do not explain it clearly.