Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/15/2024 10:56 PM
07/15/2024 10:59 PM
Hi @yash , try adding alias in column and then map the same in json.
07/15/2024 11:36 PM
Hi @NM i have given alias only see the below query
select us.username as username, 'yes' as customproperty12 from users us inner join user_accounts uac on us.userkey = uac.userkey inner join accounts ac on uac.accountkey = ac.accountkey inner join endpoints en on ac.endpointkey=en.endpointkey inner join customer_users cus on us.userkey = cus.userkey inner join customer cu on cu.customerkey = cus.customerkey
but still getting the error
07/15/2024 11:09 PM
07/15/2024 11:38 PM
Hi @rushikeshvartak i have followed the same post and still getting the error
In version 24.5 while creating the runtime analytics its creating v1 report, which is giving me proper output in the postman
07/16/2024 10:51 PM
Can you share data analyzer screenshot of report configuration and output
select * from analyticsconfigses
07/16/2024 02:04 AM
Add this in SQL query and then give it a shot
select us.username as UserName, 'yes' as CUSTOMPROPERTY12 from users us inner join user_accounts uac on us.userkey = uac.userkey inner join accounts ac on uac.accountkey = ac.accountkey inner join endpoints en on ac.endpointkey=en.endpointkey inner join customer_users cus on us.userkey = cus.userkey inner join customer cu on cu.customerkey = cus.customerkey
07/16/2024 02:20 AM
i did updated the query now but still the same error