Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Thsmi_
Partner - Contributor II
Partner - Contributor II

How to Show All Months in Pivot Table Despite Month Filter Selection

Hi, I'm new to Qlik and need some help. Does anyone know how to make a pivot table display data for all months, even when a specific month is selected in the filter pane?

Currently, when I select only the year filter, the pivot table correctly shows data for all months. However, when I select a specific month, the table only displays data for that month, while all other months show as "-".

Is there a way to ensure that all months remain visible with their respective data, regardless of the month filter selection? Any advice would be greatly appreciated!



Thsmi__0-1741917212544.png

 

Thsmi__1-1741917223887.png

The dimension.


Thsmi__2-1741917229151.png

The measure.

Thsmi__3-1741917236746.png
Pivot table without month filter selected.

Thsmi__4-1741917240603.png

Pivot table with month filter selected

 

Labels (1)
1 Reply
henrikalmen
Specialist II
Specialist II

Try adding this before the pick statement: {<MONTH={"*"}>}

But I'm not certain it will resolve your issue completely. "ACTUAL (**bleep**)" contains this: MONTH={">=$(=1) <= $(=Max(MONTH))"} and that might not work now. But do you even need that month override at all for this measure?