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

CASE Expressions

HI

Can somebody please help me to fix the below sql expression in qlikview?

Select case when revenue_flag=1 and revenue_amount is not null then null else revenue_amount end as display from HR_LOG.EP_LB_LOG

Thanks

11 Replies
Anonymous
Not applicable

your welcome priya
you can mark correct/helpfull answer if my replies did helped you

appi_priya
Contributor III
Contributor III
Author

Hi Robert,

I realized that I was using the script wrongly and checked that after placing the condition in the preceeding load with the LOAD statement I got the desired result.

Thank you so much for the help.