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: 
karunaramteke
Contributor III
Contributor III

Conditional Statement for IsNull not taking else part

Hi QlikExperts,

 

I have expression if(IsNull(Bank_Temp.Open_State_name),MC_State_Code,[ State Name]) in frontEnd.

Here in the above expression I get Null values for MC_State_Code , So it should pick values from  [ State Name] .

It is not picking values from [ State Name]. 

 

Please help.

 

Thanks in advance.

Labels (1)
2 Replies
Taoufiq_Zarra

@karunaramteke 

can  you share a sample data and the expected output ?

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
karunaramteke
Contributor III
Contributor III
Author

I cannot share the sample data.

I have all null values in open State name field. 

Some values are present in NC State code n some in state name. 

My expression is not taking the else part in it.