Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculation Condition -Table Box

Hi, I want to insert a calculation condition in a table box. I have a field with 3 possible expressions in it - " S, A & T". Which formula can I use to exclude all fields/rows which is blank/ doesn't have any of these three possibilities in them? Thanks   

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

Calculated column is not possible in table object. You may have a look on straight table with specific expression or we have option to omit row in table object. See below,

null.PNG.png

View solution in original post

3 Replies
avinashelite

Hi,

You cannot use calculated condition in the table Box. Use the calculated condition in the script.

try like

load *

from

where S<>'' and A<>'' and T<>''

Anonymous
Not applicable
Author

Hi,

Calculated column is not possible in table object. You may have a look on straight table with specific expression or we have option to omit row in table object. See below,

null.PNG.png

ashfaq_haseeb
Champion III
Champion III

Hi,

You cannot create calculate condition.

But you can do aggregation in backed and use aggregated field in front end.

Regards

ASHFAQ