I need to make application for ANAPLAN in which I can load per day user activity in the model building , any idea what can work ?
@PratyakshDua01
If the data that is stored in Anaplan Model History is sufficient for your requirement then you can
Export the Data in .txt format
Create a list and upload it mapping with Unique ID from the exported file
Upload the data from the same exported file into the Staging module dimensioned by List you created in Step 2
Create the reporting module and display the stats
Hope that helps
Misbah
For Anaplan? Anaplan already keeps record of such data in their systems but if you are saying that you want to create an app in Anaplan then also you have to get the required data from Anaplan which I believe gets stored in Splunk
Basically I need to create a dashboard that shows count of per day user activity in a respective model, for that I need a User ID but that's also creating a hurdle to add in dimension.
Is it possible to export history in CSV format?
No, we don't have a choice there. It throws out in txt format
Thanks a lot for your contribution.😀
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…