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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If condition for the scenario

Hi All,

I need help in writing if condition. Attached the Qvw.

All the details are mentioned in the QVW.

Regards,

Keerthi KS

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use this expression in your Expired table & suppress null for each dimension

=if(Off_Status<>'Draft' and Off_Status<>'Expired',Enq_ContactName)

See the attachment

View solution in original post

8 Replies
Anonymous
Not applicable
Author

Did not get you.

Both are two different reports with Draft as one and Expired as 2nd.

what exactly you want?

Not applicable
Author

Lets say Enq_contactname Mr Pavani is there with both Off_status Draft and Expired.

Since the Off_status is Draft it should not be shown in Expired table (2nd)

Anonymous
Not applicable
Author

Is this what you want?

Anonymous
Not applicable
Author

Suppress value null for all dimension as well

Not applicable
Author

Failed to open document

Anonymous
Not applicable
Author

u r using personal edition?

Not applicable
Author

no got licence

Anonymous
Not applicable
Author

Use this expression in your Expired table & suppress null for each dimension

=if(Off_Status<>'Draft' and Off_Status<>'Expired',Enq_ContactName)

See the attachment