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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

display dates with no sales in the dimension

Hello

I got a pivot table

in the dimension I added Country, Brand, and Date

What I want to display is the following:

the user selects a year and a week of the year then I want to display all the days of the selected week and the one that has sales color the values in Greed and the days that don't have sales then color the background in red

Please advise

I can walk on water when it freezes
2 Replies
Not applicable

Ali,

   For your need, you have to make a calendar table to have all the day even if there are no sales on it.

  Please find below a rapid example of what you can do.

Regards

Stephane

rustyfishbones
Master II
Master II

Add this expression to the Background color of the expression definition

IF(SUM(Sales) >=1, GREEN(), RGB(255,0,0))

2013-10-14_2127.png