Using JRS, can I create a report that counts the number of changes made to the primary text area of an artifact in RNDG?
One answer
I don't think JRS can achive that. But you can use RRDG template to implement that. For detail, you can refer to the bundled template(audithistory.dta) and use dataSource/artifact/aggregatedContent/history/ to get the history information. You may need write js to calculate the number of changes. Hope it helps.