Hi Qlik,
I've two filters (FiscalYear and YearNumber) for some reason I've to use both in the dashboard and both filter shows the same data.
If I need to select FiscalYear field values as "2023" then the same selections should happen in the YearNumber filter too. how to achieve this?
I couldn't recommend any kind of auto-selection else I suggest to place an appropriate reference within all needed expressions. This may look like:
sum({< YearNumber = p(FiscalYear) >} Value)
I am not sure if there is a direct way possible for this. But a work around could be that you create a Go button next to the filter, and set field selections action in the button and select the value from first selection in the second filter.
Sure! I'll give it a try and keep you updated. Thanks for your info !!