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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Value is 1, if it have value , Value is NULL, it have no value - tmap expression helppppp !!!!

Dear Team,

 

I have a following condition 

Field name : major

Condition:

Value is 1, if it have value
Value is NULL, it have no value

 

Can someone help me out - how to write expression syntax for this ?

 

Thanks,

Prabhakaran.R

Labels (2)
12 Replies
manodwhb
Champion II
Champion II

@prabuj27 , check the below example.

0683p000009M4OB.png0683p000009M4XC.png

Anonymous
Not applicable
Author

Awesome dude , thanks a lot -- fixed....
bhagyarekha
Creator II
Creator II

hi 

row1.major.equals("")?"NULL":"1"

 

Regards

rekha