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

In if clause how to add multiple values if the if statement is true?

In if clause how to add multiple values if the if statement is true?

For example:

lets say x<50 is true

if(x<50, HERE I WOULD LIKE TO SEE  ALL THE FIELDS  IN CASE X<50 IS TRUE)

How to do this?

thanks

3 Replies
sunny_talwar

Not entirely clear what are you trying to say when you mention

"HERE I WOULD LIKE TO SEE  ALL THE FIELDS  IN CASE X<50 IS TRUE"

Can you provide some sample data with expected output to understand your requirement better?

Anil_Babu_Samineni

Can you please confirm me is that condition you want to show for dim or expression

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
MarcoWedel

Hi,

maybe like this:

if(x<50, 'Field1, Field2, Field3, Field4, Field5')


hope this helps


regards


Marco