Background:
I have 2 datasets; DatasetA and DatasetB.
DatasetA has a dataset parameter using dates and it returns an ID column.
DatasetB has a dataset parameter using cid and it returns many columns.
We are using dataset parameter to reduce the records retrieved, instead of SELECT-without-condition-then-apply-visual-filters.
Requirement:
I want the dashboard user to input a date control to retrieve the relevant records from DatasetA, then select/click on one of the returned ID value.
This selected ID value should then be passed as the dataset parameter of DatasetB for B to retrieve the relevant records.
What I tried #1:
In visual of DatasetA, add a Filter Action with the selected fields = ID column.
Target visual as DatasetB visual and ensuring the name of DatasetA.ID and DatasetB.cid matches (to satisfy field mapping).
I can only achieve the behaviour if DatasetB is a SELECT-without-condition.
What I tried #2:
In visual of DatasetA, add a Navigation Action to target the analysis parameter mapped from DatasetB dataset parameter cid. But the parameter value to pass seems to only allow ALL or Custom.
Is there a placeholder variable like <> I can put in the parameter value to mention the selected data point?
I hope the description is clear, Thank you very much in advance.









