Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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