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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Alematt
Contributor
Contributor

TWarn conditional

Hi,

I would like to know if it is possible to trigger a tWarn according to the content of a field.
For example, at the output of a tMap, three fields: Last Name, First name, Age.
If, for example, the "Name" is empty, then I trigger a message: "The name is not entered"

If, for example, the "Age" is 225, then I trigger a message: "Impossible, you are way too old !!" 0683p000009MACn.png
Is it possible?

Labels (2)
1 Reply
rmartin2
Creator II
Creator II

Hi,

 

Just add another output to your tMap using the filter part and link it to a tWarn.

In the condition put "a>b || b=15235 || "".equals(name)" in the filter.

 

I advise you to put the opposite filter on the other connector : "!(a>b || b=15235 || "".equals(name))"

 

 

Sincerely,