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: 
deepakqlikview_123
Specialist
Specialist

Expression

Hello all,

Can you please tell me how below expression will work.

if(isnull(DATE_OF_OFFLINE)=0,('MBX000'&CHASSIS_NUMBER))  as ASSM_CHASSIS_NUMBER,

Thanks,

Deepak

1 Reply
Not applicable

As per your expression

DATE_OF_OFFLINE is not null then 'MBX000'&CHASSIS_NUMBER this data will store as ASSM_CHASSIS_NUMBER

Isnull() --> True ---> returns --> -1

          --> False ----> returns --> 0