Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
shamitshah
Partner - Creator
Partner - Creator

Expression to get the latest month' sales

I have the following expression in QlikView which gives me the right result, but in Qlik Sense it shows a cumulative figure:

=SUM({$<FYKPIFiscalYear = {$(=Max(FYKPIFiscalYear))}, FYKPIMonth= , FYKPIMonthYear={'>=$(vMaxBYM)'}>}Sales)

Any idea what the correct expression should be in Qlik Sense?

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Shamit, the execution engine of qlikview and qliksense are same. Think there might be something we are missing here.

try this solution. Set Expression Working in QlikView, But Not in Qlik Sense

View solution in original post

2 Replies
Anonymous
Not applicable

Shamit, the execution engine of qlikview and qliksense are same. Think there might be something we are missing here.

try this solution. Set Expression Working in QlikView, But Not in Qlik Sense

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks for pointing it out. I had missed out the variable.