Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

show sheet condition

Dear Team,

I have set a show sheet condition as below. Meaning when the variable hit the value and sheet will show. Everythig is working fine,.

setting.png

Below is my report view. But my question is, below is my view, it actually is a straight table. I want to know how do i put a condition if straight table contains no data then hide the sheet.

Untitled.png

13 Replies
Not applicable
Author

Or do you want to take a look of my file. actually if u use Ctrl+Shift+ 'S' and it will show all the sheet. But i have a condition to show only one sheet every 15 sec. so for sheet 'Chart1', Chart2 and CHart 3 are newly put in one.

The Chart 2 table contains no data. anyway for me to skip the chart 2? I have include your formula but it's not working.

Below is the link for the file

https://drive.google.com/file/d/0B6c7Q2c9qyF3aGhzUHNaWTMzdlk/view?usp=drivesdk

antoniotiman
Master III
Master III

In this case Dimensions > 0 and Expressions are 0

You need add Expressions in Conditional like this

=vShow=5 and Sum(Aggr(If(VS='VSR' and No=2 and (Repair <> 0 or Scrap <> 0 or OtherExp <> 0, 1,0),JOB_NO)) > 0 and Repair <> 0

Not applicable
Author

you mean i need to include all the dimension as well? cause i have 10 over dimension actually in place. Can you use my example and amend? to see whether the sheet named 'Sheet2' appear or not?

Not applicable
Author

Hi Jonathan,

Can elaborate more on this?? what if dimension is calculated dimension?  If(VS='VSR' and No=2, JOB_NO )