Hi,
I want to implement a notification in each report which basically says if a new version of report is available in it's original folder.
The issue we have today is that many users just copy reports to their personal folders or send them to inboxes of other users, and then use the report from those places. However when we update the structure of a report in it's original folder, users are not aware of it and continue using old copies of the report. So we want to have like a ribbon on top of each report which check the repository for "newer version". Now the question is how do I determine this "newer version". One way is to use Update Date, but in this case I would need to store the last update dates of each report somewhere seperatelly, otherwise I wouldn't have smth to compare with. Another thing would be using some kind of version number, but not sure if Webi reports have such thing. Any ideas on this?