Report Widget

So - I have a report I want to add to a widget and guess my Filepath is not correct in setup - for RAMP would it be like the following:

CustomFolder/Report Folder/ReportName

or am I missing something?

Parents
  • So support was a bust. they state as it is "custom" they can not help.

    from documentation - When a report is rendered in an SSRS widget, two values make up the report path: T_DEFAULTS.SSRS_CUSTOM_PATH + TR_ANALYTICS_REPORT.report_path. This path is passed to the report server (T_DEFAULTS.SSRS_URL) to locate and render the report.
     
    So it should be looking at what is in t_defaults + tr_analytics_report

    my T_Default for SSRS Custom Path is
        Tessitura_Custom/

    report path is as set in Tessitura is

    DEV - Dashboard by Fund FIN

    so what would I put in the report path for TR_analytics_report table? just DEV - Dashboard by Fund FIN

    I have made sure there is a default value per the documentation.

Reply
  • So support was a bust. they state as it is "custom" they can not help.

    from documentation - When a report is rendered in an SSRS widget, two values make up the report path: T_DEFAULTS.SSRS_CUSTOM_PATH + TR_ANALYTICS_REPORT.report_path. This path is passed to the report server (T_DEFAULTS.SSRS_URL) to locate and render the report.
     
    So it should be looking at what is in t_defaults + tr_analytics_report

    my T_Default for SSRS Custom Path is
        Tessitura_Custom/

    report path is as set in Tessitura is

    DEV - Dashboard by Fund FIN

    so what would I put in the report path for TR_analytics_report table? just DEV - Dashboard by Fund FIN

    I have made sure there is a default value per the documentation.

Children