Drill-down and hyperlink

Stimulsoft Reports.WPF discussion
Post Reply
ffsolutions
Posts: 1
Joined: Mon May 20, 2019 1:58 pm

Drill-down and hyperlink

Post by ffsolutions »

Hi

I use Stimulsoft WPF version 2016 (.NET Framework v4.0.30319). I have a question regarding the drill-down feature.

Is there a possibility to assign a hyperlink to the drill down to get the following example ?

Pie chart below with Parameters being Breach, Warning & OK
2019-05-20_15-27-34.png
2019-05-20_15-27-34.png (25.1 KiB) Viewed 2208 times
I set up the Following hyperlink for the drill down : https://google.fr/{this[“SeriesArgument”]//{this[“SeriesValue”]/



When I click on blue part (Parameter = “OK” & Value = 134), I want the following link to open  https://google.fr/OK/134

If not possible in this version, does Stimulsoft Dashboard this ?

Many thanks
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Drill-down and hyperlink

Post by Lech Kulikowski »

Hello,

You can add a calculated column:

Code: Select all

"https://google.fr/"+AggregateData.StatusName+"/"+AggregateData.ID_Count
and use it in the Hyperlink DataColumn property.

Thank you.
Post Reply