Hi there,
I have a problem and I was wondering if I am the one on earth having this issue or not!
I have a repository which includes a session variable, let's say that this variable is the year.
I have created an analysis based on that repo and I assign a value to that session variable
through a dashboard prompt. Everything is OK until I want to filter the results using an
additional criterion. This additional criterion is based on a column of the table of the results.
The thing is that this additional criterion has values only for the values included in the first run.
To be more precise if I run the dashboard for the year 2018, then there are no results yet so the
additional criterion includes only a Null value. If I run the dashboard for 2017, there are results,
and the additional criterion is not populated with new values, so I can filter the results. Do you happen to
know how this is done?