Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

if logic with null values

Hi Experts,

Can any one please help me on below requirement.

Thanks in advance.

4 Replies
gerry_hdm
Creator II
Creator II

using

peek  or  previous

greetings gerry

gerry_hdm
Creator II
Creator II

if(FieldGroup = previous(FieldGroup)  and FieldCross <> previous(FieldCross),  peek('Crosswert') & '!'& FieldCross ,FieldCross) as Crosswert,

gruß gerry

zebhashmi
Specialist
Specialist

Not sure

if(Len(yourfield)<1,1,0)

Anonymous
Not applicable

i guess the IsNull-function performs better...

The IsNull function tests if the value of an expression is NULL and if so, returns -1 (True), otherwise 0 (False).