Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How i can Write This expression With out If Statement!!!

Hi

  I want write Below expression with using if Condition in set expression

   Please can one help me on this

if(FcstALMeFW='Rem. Fcst.' or FcstALMeFW='Rem. Fcst.w/o Judge',sum({<FiscalYearQuarter=,MeasureType={'FFYR'},SubRegion=>} CommitAmount))

Thanks

Manju

2 Replies
sagarkharpude
Creator III
Creator III

Without If condition:

=sum({<MeasureType={'FFYR'},FcstALMeFW={'Rem. Fcst.','Rem. Fcst.w/o Judge'},SubRegion=FiscalYearQuarter=>} CommitAmount)

With if condition

=sum(if(FcstALMeFW='Rem. Fcst.' or FcstALMeFW='Rem. Fcst.w/o Judge',MeasureType='FFYR',CommitAmount))

Not applicable
Author

Hi ,

  Thanks For Replay  After applying this I got some Issue please look the out put and let know what is the issue

please look attachment