get all possible field values into table rows partially voiding actual selections
Hi,
I would like to show "entire" year's data partially voiding actual selections telling Qlik to select all field values from the beginning of the year until the max possible date value (which is now shall be based on selections). Ie: actual date is June, date filter to September is active, but I still would like to see "whole" year from January to September.
This script did not help me (I used it as Dimension in a table chart):
"=aggr({1} only({1} MonthDim),MonthDim)"
Above script's result is simply September. I miss the rest of the months back from January.
The following statement however works fine and I get the "entire" list just like I determined above: