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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculated Dimension question

Hi,

I'm working with version 11.

as a calculated dimension I use the following:

= if( Week_End_Flag = 1, BacklogYearWeek)

So year/week is displayed on the X-axis.

What happens is that the sum of values with no defined week is displayed as well.

See attached picture.

Any ideas how to prevent this  value?

Thanks!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Enable the Suppress When Value Is Null option for your calculated dimension.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
sujeetsingh
Master III
Master III

You can write the expression to label this null value with "No WEEK".

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Enable the Suppress When Value Is Null option for your calculated dimension.


talk is cheap, supply exceeds demand
er_mohit
Master II
Master II

either you can check on suppress null value in dimension tab for that particular dimension and in dimension limit tab check on show total

hope it  helps