Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/07/2023 08:45 AM
Hi,
based on the documentation and some forum threads, the blob data should be readable with version 2022 and higher. https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter17-EIC-Analytics/Generatin...
Still we facing issues:
Version: 23.5
Report:
SELECT u.username,uh.CHANGELOG,uh.RULERUNS,uh.UPDATEDATE as date,uh.UPDATEDBY,uh.USERKEY,uh.USERSHISTORYKEY from usershistory uh left join users u on uh.userkey = u.userkey where username = '${username}'
Result:
Is there some known issue or I'm missing something?
Thanks
09/07/2023 12:16 PM
Hi @Alex ,
I tried the same on a 23.5 environment with a simple Select Query (without the "${username}" dynamic attribute and it is working fine :
Can you let us know if this work without your dynamic attribute ?
Otherwise I would suggest you to get in touch with support team and open a FD ticket.
09/11/2023 12:08 AM
Hi @adriencosson,
found the issue. The issue was not related to the dynamicattribute. It is related to the report type:
- SQL Query => it is working
- Runtime Analytics => no working
Based on the doc, it should work for every type of analytic, which is not the case. I assume I should created an FD ticket for this to receive a fix in the future.
BR
Alex