Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
StacyCui
Creator
Creator

accumulative value

Hi, I'd like to calculate the number of customer who has order. Besides, I want to show the the number when I select the date in the future like 30th Dec 2022. In other words, It's a accumulative value. So I write the follow function. It seems not work when I choose the future data. What 's wrong with it?

=Count( distinct if( [FY] ='CY' and FROZENDATE<=max(FROZENDATE) and aggr(sum({<FY={'CY',Month}>}ORVALUE),CustomerID)>0,CustomerID ))

Labels (3)
0 Replies