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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

non changing dimension

Hi all,

Is it possible to make a dimension not changing at all for any filters?

For example I have the following straight table

MonthQnumsSales
JanQ1234100
FebQ2434100
MarQ234200
AprQ5456500
MayQ565300

For this table if for particular selection we have data for only Mar and Apr

So the table will reduce in size showing only Mar and Apr like this

MonthQnumsSales
MarQ234200
AprQ5456

500

But i want in this manner

MonthQnumsSales
Jan00
Feb00
MarQ234200
AprQ5456500
May00

Keeping the month dimension to be constant not changing.

Is it possible?

Any help would be appreciated

Thanks,

Anupama Jagan

32 Replies
Anonymous
Not applicable
Author

And I have doubt regarding the cumulative sum. Im using a cumulative sum to show for all the selections. So technically if there is no data for a month it should be populated from the previous month right? ideally no zeros should come inbetween right..

Anonymous
Not applicable
Author

The problem is I work in a remote desktop I cant share any QV app over here

Anonymous
Not applicable
Author

Hi All,

I solved it by adding another expression sum({1} Revenue)

Thank you all for your help