Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Static dimension in Pivot table

I have the data as per excel sheet (static_Dimension.xlsx).

In script I have written the following

Temp:

LOAD [Product],

     City,

     //if([Date], Null(),[Business]) as ,

     [Business],

     Count,

    [Date]

FROM

[..\static_Dimension.xlsx]

(ooxml, embedded labels, table is Sheet1);

I have created the Pivot as below

When I select the date (from the list box) following is displayed.

But the requirement is that all the dimensions("Global", "Local", "Mumbai 1", "Mumbai 2") should always displayed irrespective of date selected (or any other filters)

OR atleast "Mumbai 1", "Mumbai 2" should always displayed irrespective of date selected (or any other filters)

4 Replies
Anil_Babu_Samineni

You can call your dimension which you want to restrict selection in set analysis. How is your measure looks?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
shiveshsingh
Master
Master

Please check attached,

Capture.PNG

Anonymous
Not applicable
Author

Thanks for reply. Can you please tell me what exactly changes are done

shiveshsingh
Master
Master

For business Dimension, tick mark Show All values check box

and in presentation tab, uncheck suppress Zero values.

Thanks

Shivesh