Skip to main content

Hi All,

I want to create a view where different KPIs are listed/displayed. According to the value of the KPI, a different background color is shown (with the help of a display rule). However, I would like to click on the KPIs, showing me more information. I can't find this possibility, since it seems that KPI elements don't have clickable functions, and buttons don't have the possibility to display a value with a display rule.

 

Any ideas?

 

Hi @juan.carlos.peñaf ,

 

For a KPI list inside the view, we do have OnClick functionality which can be used to store the KPI ID, NAME and METADATA into variables dynamically. You can then use them anywhere inside the views accordingly.

Please find the documentation link : KPI List

Some more info on metadata of KPI: How to Use Metadata of KPI

Thank you :)

 

Best Regards,

Shravya B


Hi @shravya.b11 ,

 

I found the onClick functionality, however, this actualizes only values, but it doesn't open a new window (a View for example). That is what the tool tells me when I try to add more functionalities to the OnClick one.

 

Best regards,

Juan Carlos


Hi @juan.carlos.peñaf ,

 

here a thought from my side on how you could achieve it.

  1. create a variable where you store the KPI id (as detailed in the documentation shared above).
  2. Have an embedded view in your main view, that changes according to the clicked KPI.

 

To do that, you have to create & name the different views (ids) you are going to embed as your different KPIs ids. You could then code the embedded view as shown below, so that you recall the view associated with your KPI.

Embedded view coding 


HI @anna.moro and @shravya.b11 ,

 

Thanks a lot. I will try it and reply here with how it went.

 

Best regards,

Juan Carlos


Reply