Hello everyone,
I am trying to filter my query prompts (from a .unx universe) in Dashboard 4.1 SP6 using a combo box but it doesn't work at all.
I created a query which displays the amount by product. The query have 2 prompts : on the year and on the name of the month.
I want to use a combo box to filter the year and an other one for the month instead of using the Query Prompt Selector : the combo box property enables to send a selected value to a query prompt (Destination). But in fact it doesn't.
In the Preview, selecting a value in the combo box have no effect on my query, even when I refresh it (with the Refresh button).
I need to let the Insertion Type on "Filtered Lines" to avoid redundancy but even with the other types, it doesn't work. I let the "Source Data" empty.
I also try to put the selected value in a cell and bind this cell to the query prompt and it works but I get an error in the beginning cause the cell contains "none" (before I select a value) so the query is refreshed with "where year = none and month = none".
I tried to replace this "none" with the excel function NA() but it is not supported.
I need to display all the data first and then let the user select a value for the year and/or the month so I cannot set a default value for the prompt or in the cell binded.
Any idea ?
Thx for reading!