Report viewer does not show mapping values on the report

Posted by: syed.tahir on 9 September 2024, 11:00 pm EST

  • Posted 9 September 2024, 11:00 pm EST - Updated 9 September 2024, 11:05 pm EST

    Hi team,

    1/ I’ve tried to configure a report but not sure why configured fields like: {First(MANUFACTURER, “Field1”)}, {First(RichTextQuestion, “Field1”)} are not visible in the review viewer even it got data.

    Please refer to this attached file for testing.

    2/ How could we generate the pdf file without showing the report viewer.

    features_viewer-exportsettings_React_mapping_issue.zip

  • Posted 10 September 2024, 1:17 am EST

    Hi Syed,

    1. Unfortunately, using ‘First’, ‘Count’ etc methods on Nested DataSet is not possible in ActiveReportsJS. We’ll suggest creating a separate dataset for your ‘Field1’ using the JSON Path ‘$.[*]’ and then you can get the ‘First’ value from your DataSet.

      Please refer to the attached sample.

    2. How could we generate the pdf file without showing the report viewer.

    You can use the PdfExport library to export your PageDocument to PDF and download on the client’s machine. You may learn more about the same here Printing and exporting the report output.

    Please find attached a sample implementing the same.

    Regards,

    Anand

    features_viewer-exportsettings_React_mapping_issue.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels