Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2019-01-28 17:27:08

aditi.raiter
Member
Registered: 2018-05-01

Working example of a drill drown to a table from a chart

Hi

I am trying to implement a drill down report in RS using hyperlinks.

I have got drill down report to a table from a chart working in BIRT and JasperSoft viewers.But when I use Report Server, the hyperlink from a chart to another report does not work although a hyperlink from a table to another report in RS works.  I have tried  preview in html in a dashboard option  - For BIRT I get javascript void error, for Jasper the img src for the chart created is unknown.

Is there a working example with a Master and Child Report in BIRT or Jasper ( that can be hooked on to RS) to achieve this task?

Thanks!

Last edited by aditi.raiter (2019-01-28 17:29:14)

Offline

#2 2019-01-29 08:41:34

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Working example of a drill drown to a table from a chart

Hi Aditi,

am I understanding correctly that your drill down reports are working if you use normal links, but not working if you use charts?

Regards,
Eduardo

Offline

#3 2019-01-29 14:47:51

aditi.raiter
Member
Registered: 2018-05-01

Re: Working example of a drill drown to a table from a chart

My reports work when I use an hyperlink to drill down from a table and not charts in RS. The drill down functionality from charts works on BIRT or Jasper IDEs, so was looking for a sample report that can be hooked onto RS.

Offline

#4 2019-01-29 15:05:17

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Working example of a drill drown to a table from a chart

Hi Aditi,

we don't have an example report, but you can create a minimal report based on the demo data delivered with reportserver, and we can check why the report doesn't work. Please post the minimal report here (use the code bbcode: https://forum.reportserver.net/help.php for posting)

Regards,
Eduardo

Offline

#5 2019-02-01 18:32:25

aditi.raiter
Member
Registered: 2018-05-01

Re: Working example of a drill drown to a table from a chart

Found a solution :  The the issue was resolved by changing the chart type to PNG. By default BIRT creates a SVG Chart type. Report Server was not able to recognize any interactivity with SVG Charts

Steps followed : Using Demo Data
1.    Created "Summary Report" with "PRODUCTLINE" and "Total_Quantity" (Bar Chart)
Report DataSource :
select     Products.productLine,
        sum(Products.quantityInStock) Total_Quantity
from     Products
Group By Products.productLine
Order By     Products.productLine

2. Create a Detailed report on Report Server (Dynamic List) with "PRODUCTLINE", "PRODUCTCODE" and "Quantity" etc with a parameter p_productline

3. On Chart interactivity in the summary report add “Hyperlink” as below.
"http://server/reportserver/reportserver/httpauthexport?id=160593&user=admin&apikey=KZ7Z1&download=false&&format=html"+"&p_p_productLine="+row["PRODUCTLINE"]

4.  Hook Summary report onto RS and run it

Thats it !

Last edited by aditi.raiter (2019-02-01 18:34:05)

Offline

Board footer

Powered by FluxBB