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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
muniyandi
Creator III
Creator III

Direct Discovery: Expression Failed

Hi,

I am using direct discovery for my fact table.  using aggregate function and if condition that time failed the expression.

Ex:

Case 1  : Sum(Amount)  -- Working

Case 2  : if(REGION='ALL',Amount,0)  -- Working

Case 3  : Sum(if(REGION='ALL',Amount,0) ) -- Failed

How to solve the problem in case 3.

Thanks,

Muni.

3 Replies
muniyandi
Creator III
Creator III
Author

Hi Experts,

pls , help for me.

sujeetsingh
Master III
Master III

It should work

muniyandi
Creator III
Creator III
Author

Hi Sujeet,

just try out in direct discovery method, it's not working.