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: 
Anonymous
Not applicable

Create an Condition into a Table Box

Hello,

I would like to display into a Table Box only data where the dimension named 'FTE' is > 0:

Capture.PNG

How can i manage that please ?

Thanks you in advance for your help,

Sébastien.

1 Solution

Accepted Solutions
sunny_talwar

You can try like this in the script:

If(FTE > 0, 1) as Flag

and then add Flag as one of the field in your table box and on the presentation tab check 'Omit When Value Is Null' option for Flag field.

Alternatively, you can use a straight table instead of a table box

View solution in original post

4 Replies
marcus_sommer

Within a tablebox are no calculations or conditions possible but you could instead use a straight-table which offers these features.

- Marcus

sunny_talwar

You can try like this in the script:

If(FTE > 0, 1) as Flag

and then add Flag as one of the field in your table box and on the presentation tab check 'Omit When Value Is Null' option for Flag field.

Alternatively, you can use a straight table instead of a table box

Anonymous
Not applicable
Author

Thank you !

Anonymous
Not applicable
Author

I do not think so that it would be possible in Table Box...

You can do in Straight or Pivot table for sure..