Need a special offer?Find out if your project fits.
+

Links in DrillDown

Answered
Arturo asked on August 16, 2019

Hello I am trying to get Cells with Links in the Chart DrillDown and it doesn't seem to work.
I tried what is mentioned here but the code provided doesn't seem to work..
I also tried the cellclick event but it doesn't seem to work on Drill Down either...
How can I make a Drill Down cell clickable to an external link?
Thanks!
Arturo

4 answers

Public
Vera Didenko Vera Didenko Flexmonster August 16, 2019

Hello, Arturo,
 
Thank you for writing to us.
 
 
Please add the following line to the creation of the hyperlinks:

cell.style['z-index'] = 1;

Afterward, the links should work as expected.
 
 
Here is the modified JSFiddle example: https://jsfiddle.net/flexmonster/q1gtwj48/.
 
 
Let us know if this works.
 
Best Regards,
Vera

Public
Arturo August 16, 2019

Thanks Vera,
Yes! It works as expected, thanks!
Arturo

Public
Bill Kaper October 14, 2023

Are there any plans to add link as first-order supported data elements in the slices/measures? This functionality really add a lot of power to the chart visualization, but having to do javascript hackery to make it work is sort of bummer vs defining the data element as a hyperlink or with a hyperlink attribute property that would then trigger this code in the monster library itself. 

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster October 17, 2023

Hello, Bill! 

Thank you for your question and for sharing the idea with our team.
 
Kindly note that Flexmonster pivoting tool is mainly designed to visualize the aggregated data. Adding hyperlinks as well as other further customization of the grid cell content is available using customizeCell approach in order not to overload the initial grid functionality.
 
Hope you will find our answer helpful.
Do not hesitate to contact us in case of any other questions.
 
Kind regards,
Solomiia

Please login or Register to Submit Answer