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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression construct

Need help from you.

please help me to construct the expression conditon -

1. If Type is Normal and "Request Staus" is null and "imp status" is implemented then image indicator comes as Green

same for the below condition

Capture.PNG

2 Replies
vishsaggi
Champion III
Champion III

May be this?

= IF(Type = 'Normal' AND Len(Trim([Request Status])) = 0 AND ImpStatus = 'implemented', Green)

Anil_Babu_Samineni

Is this you want to show?

Capture.PNG

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