Link Report to Chart Title or Chart Background

(3 posts) (2 voices)
  1. cris, Member

    Hello,

    Is there a way to link a report to a chart title or to the chart background? I have multiple charts on a page and want to be able to click one of the charts to generate a full page PDF report of that chart. I know I can click on one of the chart components to generate the report, but is there a way to generate the link from the title or the chart background?

    Thanks,
    Cris

  2. myDBR Team, Key Master

    Cris,
    there are no links to chart title / chart itself, but you could replace a chart title with a title of your own where you can attach the detail report. You can use for example dbr.divify for this.

    select 'dbr.report', 'sp_DBR_full_page_pdf', '[title]', 'inID=id', 'append=&export=pdf'
    
    select 'dbr.divify';
    select 'dbr.hidecolumns', 'id';
    select 'This is a chart title' as 'title', 1 as 'id'

    We can take a look if a report could be attached to the whole chart.

    --
    myDBR Team

  3. cris, Member

    Thank you! The replacement title will work just fine.


Reply

You must log in to post.