This is a migrated thread and some comments may be shown as answers.

Clustered Column Action > Navigate to... URL/Report

1 Answer 61 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Marvin
Top achievements
Rank 2
Veteran
Iron
Marvin asked on 26 Jan 2021, 07:34 PM

I have a Clustered Column Chart with 2 columns per month. See the attachment.

 

I want to use the Action > Navigate to...  per column. 

I want the "In" Column to go to one URL and the "Out" Column to go to another URL. I'm wondering how to do that since it appears that the Action applies to either the CategoryGroup or the SeriesGroup for both columns.

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 29 Jan 2021, 04:07 PM

Hi Marvin,

You may try the approach from the attached report. The Target URL is set through an Expression:

='http://www.'+Fields.Brand

In your case, it might look something as follows:

= Fields.Quantity = "In" ?  "http://in.com" : "http://out.com"

I hope this information will help you. Let us know if you need further assistance.

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Report Designer (standalone)
Asked by
Marvin
Top achievements
Rank 2
Veteran
Iron
Answers by
Neli
Telerik team
Share this question
or