Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Dashboard : How to add Global Filter at Dashboard page?

Gopi
Regular Contributor
Regular Contributor

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.

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Refer 

rushikeshvartak_0-1718731473228.png

{"query":"select count(*) as 'totalCount' from accounts where endpointkey in (${ENDPOINTKEY})"}

Make sure endpointkey exists in query

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Gopi
Regular Contributor
Regular Contributor

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.

Gopi_0-1718814689818.png

Regards,

Gopi.

Share configuration screeshot.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Gopi
Regular Contributor
Regular Contributor

@rushikeshvartak 

Here is the configuration.

Gopi_0-1718866460553.png

 

Sample values:

Dashboard TypeTile

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})"}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.