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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Missing data

Hi,

Please have a look at the attached image. I need to make surethat all the stores for the selected retailer are always visible. The problem Ihave is when all products have not been sold in a particular store, then thatstore would not be listed in the pivot table as there is no data for thecurrent selection.

How can I always display all the stores for a selectedretailer regardless of if it had sales or any other selections?

Thanks

Labels (1)
1 Reply
goldnejea8
Partner - Creator
Partner - Creator

In the Load script you could do something like this:

if(len(trim(Sales))<>0,sales,'0.00') as sales