Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Dashboard - How to redirect Analytics Report or showing list

ejeong
Valued Contributor
Valued Contributor

I have dashboard configured but when this is clicked.. I want to make to show list with detailed information

ejeong_0-1656805541995.png

 

When this is clicked, another analytics report should be redirected giving more column information. 

Could you please let me know how to configure?

 

 

10 REPLIES 10

rushikeshvartak
All-Star
All-Star

To make clickable dashboard

Dashboard Query *  {"analyticsConfig":"458","fieldToGroup":"User_Name"}

458 - is Analytics Report Key.

fieldToGroup -Is field to group data n show count  on dashboard.

Chart Properties :

[{"tileType":1,"data":3126,"displayName":"No of Active Users","clickable":"yes","chartType":"","objectName":"","className":"dashboard-stat red-intense","category":"Application Owner","clickType":"analytics"}]

---> Above 2 fields are required charts options

rushikeshvartak_0-1656869444469.png

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

ejeong
Valued Contributor
Valued Contributor

Hi

I configured as you suggested. Data is showing as same but it's not redirecting to report when clicked

Here is what I configured

ejeong_0-1656890591428.png

 

ejeong
Valued Contributor
Valued Contributor

Also.. data is not showing correctly.. 

ejeong
Valued Contributor
Valued Contributor

I reverted it back to query what I had.. but this is showing only total count.. audit team wants to see report when clicked... we are sending report via email... but they want to see same report by clicking..

ejeong
Valued Contributor
Valued Contributor

ejeong_1-1656892393830.png

This is my config

 

Configuration :

Report under ES Analytics :

rushikeshvartak_0-1656901285706.png

 

Dashboard Configuration :

Dashboard Type : ES Tile

Dashboard Query *   {"analyticsConfig":"1515","fieldToGroup":"username"}

Chart Properties :

[{"tileType":1,"displayName":"No of Active Users","clickable":"yes","clickType":"analytics","className":"dashboard-stat red-intense"}]

rushikeshvartak_1-1656901791283.png

 

Output :

rushikeshvartak_2-1656901840089.png

when you hover over tile you should see hand icon 

rushikeshvartak_3-1656901972029.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi rushikesh 

is it possible to do same with the Dashboard type- Tile

 

rahul_p
Regular Contributor II
Regular Contributor II

Hey,

Thank you for providing this solution,

When we are using this, then dynamically dashboard is not getting updated. We need to run the report which we have referred in tile then the data getting updated.

Is it expected behaviour?or we need to do any additional configuration for dynamic?

Cheers,

Rahul

expected


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

ejeong
Valued Contributor
Valued Contributor

it worked! thank you very much