Question
Virtusa
US
Last activity: 29 Nov 2018 15:01 EST
Rule Reporting - Identify Property Values
Hi ,
Is there a way to buid a report which gives all the values assigned to a property .
ex :
Activity 1 - Set Property .pyTempText="Book"
Data Transaform 1 - Set Property .pyTempText="Mobile"
Activity 2 - Set Property .pyTempText="City"
Can we build a report to get the above 3 values assigned to pyTempText ?
***Edited by Moderator Marissa to update platform capability tags****
Hi,
Check if Field level auditing suits your requirement. This will add audit entries for each change. You can report on the history tables to get the values.
Let me know if this helps