Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OAC Classic WRITEBACK functionality

When using WRITEBACK, can the OAC userid be captured and used in the XML template to store in the target table who made the update? If so, how is that specified in the XML template? Similarly, can we use sysdate in the XML template to store the timestamp of when the update was made?
Best Answer
-
You can expose 2 additional columns in the report which are non-editable columns - one will have formula for USER session variable and other for repository variable (which would capture sysdate) and include these column ids or position in the insert template.
1
Answers
-
Thank you GayathriAnand, your suggestion worked well for what I needed to do. Created a custom column in the analysis with the formula: valueof(NQ_SESSION.USER). And in the XML, i use sysdate right in the SQL to capture the date/time of the update.
0