Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
There is a requirement where you need to keep all the dimension values in the chart in display even if there is a filter of that dimension applied on the report. The dimension that do not belong to the filter applied currently will show their counts as 0:
Example:
Consider a report showing number of countries in each continent in a bar charts:
Asia: 102
Africa: 57
Europe: 34
America: 23
Now if a normal filter is applied then chart will only show value of Africa:
Africa: 57
However I want that when user applies a filter of Africa, the chart should look like this:
Asia: 0
Africa: 57
Europe: 0
America: 0
Anyway we can achieve this in qlikview?
Try checking Show all values on the dimension tab and turning off suppress zero values and hide missing values on the presentation tab.
I think that combo may work
If you want 0 instead of '-' you can change what it displays on the presentation tab as well.
uncheck
suppress 0 values
in presentation tab
This doesnt serve my purpose.
When a filter is applied on africa, only africa is shown in the report, rest all dimension values disappear.
What I want is to have the other dimension values which do not satisfy the filter condition, shown with count as 0
Try checking Show all values on the dimension tab and turning off suppress zero values and hide missing values on the presentation tab.
I think that combo may work
If you want 0 instead of '-' you can change what it displays on the presentation tab as well.
This is helpful for a bar chart.
Can you also suggest something for a straight table? I tried the combinations but it didn't work
it should be the same as the bar chart
see attachment