Skip to main content
1-Visitor
February 25, 2019
Question

How to export mashup reports to PDF and Excel format?

  • February 25, 2019
  • 1 reply
  • 7362 views

Hi,

    I have created a mashup report and wanted to export mashup reports to PDF/Excel. How can I achieve this?

 

Thanks in Advance!!

 

Sheetal sable

 

1 reply

16-Pearl
February 25, 2019

@Sheetal_sable : Downlaod "PDF Extension" from PTC MarketPlace that will help you in generating PDF file from a specific mashup

1-Visitor
February 25, 2019

Hi,

     I already imported the PDF extension in thingworx. But what i want is to have a button on mashup and which when clicked will generate pdf with data.

 

Thanks and regards,

Sheetal sable

16-Pearl
February 26, 2019

@Sheetal_sable : what you can do is to have a button widget on mashup and use click event to call CreatePDF service coming from Resource_PDFExport

attached is the screenshot showing the mapping of parameters for createPDF service. you can directly put down the parameters at mashup level as shown in screenshot

 

like in my ex

my mashup shows data in grid, having textbox that is dragged to repeater widget.

 

if this resolves your problem then mark this as solution for documentation and benefits for others

Thanks