Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/17/2024 10:48 PM
Hi Experts,
In one of my dashboard configurations, I added the Global JSON Query config, and I also set it at Global Configuration => Analytics => Application Global Filter. I selected Endpoint.
But I don't see the filter on the Dashboard page I tried both Intelligence and Identity Repository Dashboard pages also.
Let me know what I'm missing to display that Gloal Filter select option.
Regards,
Gopi.
06/18/2024 10:25 AM
Refer
{"query":"select count(*) as 'totalCount' from accounts where endpointkey in (${ENDPOINTKEY})"}
Make sure endpointkey exists in query
06/19/2024 09:33 AM
Hi @rushikeshvartak ,
I created a dashboard per the above screenshot but I don't see the Global filter select dropdown on the Dashboard page as I highlighted in green in the image below.
Regards,
Gopi.
06/19/2024 10:18 PM
Share configuration screeshot.
06/19/2024 11:55 PM
06/20/2024 10:11 PM
Sample values:
Dashboard Query | select count(*) as 'totalCount' from accounts where endpointkey between 1 and 12; |
GlobalJSON | {"query":"select count(*) as 'totalCount' from accounts where endpointkey in (${ENDPOINTKEY})"} |