Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone, There is a requirement, adding a KPI with last data reloaded KPI vs new Data reloaded KPI , For Example - Latest Reloaded KPI is - 566,833 and if we refresh KPI changed to 600,600 it should give both last reloaded vs new reloaded KPI
Hello Bhamini,
For this you will have to store the data as a snapshot. Below are the steps:
1. Add a store statement in the script to store the data in QVD.
2. Add logic to read the data from this QVD in the script. So, Now in the data model will have current reloads data as well as previous reloads data.
3. You can use this in front end to design your KPI or visualization.
Keep in mind the granularity of the data you want to store.
Thanks,
Shyam