03-12-2024 02:18 PM
Greetings -
Looking for Audit option to track the data before the change, 'Audit History For Forms' option shows data after the change.
Thanks!
Solved! Go to Solution.
03-14-2024 11:54 AM
That's normal, it's because you have a weekly application.
If you're entering data at monthly level for a particular scenario, unfortunately this report won't work out of the box, you'll have to build your own.
If you want to start from the existing one, you can copy the dashboard grp_PR_DataEntry_UserDetails and all its linked components - including Parameters bound to the comboboxes, i.e. MemberIds_Scenarios_AllDims_Base_RPTA, MemberIds_Time_AllYears_Base_RPTA, UserIDs_RPTA - to a new Workspace, then modify the filter that the relevant Parameter is currently using, which as you can see is pointing to base members (the Method Query property):
03-13-2024 05:56 AM
That depends on how that data was generated - an Import workflow? A seeding business rule? The answer will be different.
Nobody can know in advance what data you might overwrite in forms - it could be anything! 😊
03-13-2024 09:18 AM
03-13-2024 09:30 AM
I'm not sure I follow.
Is there any data before the user actually enters data in the form (let's call it Form A)?
If not, there is nothing to audit. If yes, how did that data get there? Was it entered from another form (Form B) ? If that's the case, it will be on the audit of Form B.
There are several reports in the Standard Reports dashboards that can help you with audit duties, have a look there first (If you don't have it, they're available from Solutions Exchange in the Marketplace section). If you can't find anything there, you can look directly in tables (form data will be in DataCellEntryAudit, if i remember correctly) but you'll have to do some SQL queries yourself.
03-13-2024 09:37 AM
Hi @JackLacava
user entered 'X' initially and changed it to 'Y'.
'Audit History for Forms' options is showing only 'Y', need to track 'X'.
03-14-2024 08:10 AM - edited 03-14-2024 08:12 AM
This has what you need:
The full details are in table DataEntryAuditCell and DataEntryAuditSource.
03-14-2024 09:26 AM
@JackLacava Thanks for the table info. Unfortunately, for me these reports are not generating any data and Time is being displayed as weeks (2nd screen shot).
03-14-2024 11:54 AM
That's normal, it's because you have a weekly application.
If you're entering data at monthly level for a particular scenario, unfortunately this report won't work out of the box, you'll have to build your own.
If you want to start from the existing one, you can copy the dashboard grp_PR_DataEntry_UserDetails and all its linked components - including Parameters bound to the comboboxes, i.e. MemberIds_Scenarios_AllDims_Base_RPTA, MemberIds_Time_AllYears_Base_RPTA, UserIDs_RPTA - to a new Workspace, then modify the filter that the relevant Parameter is currently using, which as you can see is pointing to base members (the Method Query property):
03-14-2024 05:10 PM
Thank you, Jack, our scenarios are set to Monthly not sure why it is displaying weekly, will dig into it.
Appreciate your help!