Forum Discussion
Depending on how that data was loaded, when you Drill Down you might get an option (in your right-click menu on items in the lower half of the screen) to "Audit History for Forms or Adjustment Cell".
Beyond that, the speed of execution depends on what SQL your queries execute 😅 You might want to look at the Data Adapter WF_DataEntry_Detail_RPTA from Application Reports for some inspiration.
There might also be an issue of how big your audit tables are. You might want to add some extra indexes to speed up things.
- mvalerio242 years agoContributor
Thanks for the response! I ended up moving away from the XFBR string and going with a data adapter to loop through the next 5 business days based on a user selection. I then set those days as individual literal parameters and used the parameters on the cube view along with the dynamic and things seem to be running better.
Related Content
- 3 months ago
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago