Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need Suggesition

Hello All,

This requirement is bit different.

I generated report with data of number of new joiners in the month of Aug 2017 (Example 20) and I published.Some changes happened in the back end and new joiners numbers changed to 19. Here the issue is I want to keep the same old value 20 when ever I generate the report. It would be great if any one provide the suggestions.

Regards,

Ram

3 Replies
Anil_Babu_Samineni

I believe you need to use identifies with in set analysis like {1}

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hello Anil,

Thanks for reply, {1} gives the count irrespective of the current selection. The changes happing in backend. The statistical data should match when ever I generate the report. I know its difficult as we all qlik works on real time data, but for statistical purpose the data should be same

Ex: Report generated for month Aug-2017      with x records

if I generate the report after 6 months for same Aug-2017 it should be x records even data updated in the backend.

suggest me with all possible solutions.

Regards,

Ram

Anil_Babu_Samineni

I am assuming, If you have Data for particular date I may write something like below

Variable like this -- LET Variable = Max(Date); OR

// SET Variable = 'Date for constant max date where last reload';

and expression like below -- Sum({<Date = {'<=$(Variable)'}>} Sales)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful