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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mazacini
Creator III
Creator III

Minimise object if empty on selection

Hi

With certain selections, some of my charts are empty - there is no data to display.

Is there a way to automatically minimise these objects when they have no data (and automatically display when they do!)

Rgds

Joe

1 Solution

Accepted Solutions
Not applicable

Dear Joe,   My wrong, try the same contidion in the Layout tab.   Regards  R

View solution in original post

4 Replies
Not applicable

step 1: Go to properties of the object

step 2: Go to genral tab

step 3: Go to Calculate Condition

step 4: Use an if condition example if you are calculating sale in in you expression use If(Sum(Sale)>0,True(),Fales())

Regards

Rahul

mazacini
Creator III
Creator III
Author

Hi Rahul

I have tried that, and it still displays my chart, but without headers, and with the message

"Calculation condition unfulfilled".

Before entering the condition:

Forum 57624 v01.PNG

After entering condition:

Forum 57624 v02.PNG

Rgds

Joe

Not applicable

Dear Joe,   My wrong, try the same contidion in the Layout tab.   Regards  R

mazacini
Creator III
Creator III
Author

Thanks Rahul

That worked!

Joe