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

How to make campaign dashboard tiles clickable

gwagh
Regular Contributor
Regular Contributor

Hi Team

We have one requirement. The tile which we have configured in the campaign dashboard it should be clickable. But When I clicked on it it's redirecting to below page analytics page. 

gwagh_0-1718174389253.png

 

gwagh_1-1718174389253.png

 

 

I clicked on Preview Certification tile so ideally it should redirect to Preview certification page.

 

Below is the code 

gwagh_2-1718174389245.png

 

Chart Properties :

[{"tileType":1,"data":2,"color":"#000000","displayName":"Preview Certification","clickable":"yes","chartType":"icon-user small","objectName":"","className":"dashboard-stat green-dark","category":""}]

 

Expected Output : Once we clicked on tile it should redirect in Campaign List and show that particular campaign which in Preview Mode. 

 

Regards,
Gaurav

5 REPLIES 5

Raghu
All-Star
All-Star

@gwagh  try sample below

Dashboard Query  :

select count(*) as 'totalCount' from campaign where status = 4

Chart Properties:

[{"displayName”:”Campaigns in Preview”,”clickable":"no","tileType":1,"data":684,"chartType":"icon-user small","objectName":"","className":"dashboard-stat green-meadow","category":""}]

 

Raghu_0-1718214421165.png

 

https://forums.saviynt.com/t5/identity-governance/dashboard-getting-data-displayed-from-dashboard-qu...

https://forums.saviynt.com/t5/identity-governance/dashboard/m-p/53983

 

 

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

gwagh
Regular Contributor
Regular Contributor

Not working using above code. 

rushikeshvartak
All-Star
All-Star

Refer below configuration.

  • Change  below configuration for your config
    • Dashboard Type  - Tile ES
    • Dashboard Query *: {"analyticsConfig":"2056"}
      • here 2056 is analytics report.
      • rushikeshvartak_1-1718252696979.png

         

    • Chart Properties [{"tileType":1,"data":63,"displayName":"Campaigns in Preview","clickable":"yes","chartType":"icon-info","objectName":"","className":"dashboard-stat red-intense","category":"","clickType":"analytics"}]

rushikeshvartak_0-1718252405615.png

rushikeshvartak_2-1718252724957.png

 

 


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

Thanks rushikesh,

 

I tried this but this will redirect to Analytics page. But we want to redirect to Campaign. Let's say if I clicked on Preview Certification so I should redirect to Campaign List(Below page).

gwagh_0-1718258655740.png

 

Thats not supported. You can only redirect to report. For this functionality use control center


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