Birt report as a docx

Hello!!!

Currently I have a workflow (master workflow) that produces a Birt report as pdf. This pdf is generated previously in other workflow that is executed through a Call Remote Workflow node in the master workflow.

Is there any way to obtain the Birt report not only as a pdf but also as a docx?

Thank you very much in advance

Carolina

Hello @CarolinaPR,

if I got it right you can choose Report type in Call Remote Workflow (Row Based) node. Here is printscreen that should help:

(Additionally have seen you asked in another topic how to post a printscreen. See here how to upload files to KNIME Forum.)

Br,
Ivan

Hi @ipazin!

That was easy!! Thank you very much for the two answers !! :slight_smile:

Kind regards
Carolina

1 Like

Hi again @ipazin,

Do you have any idea how I could obtain the Birt Report in both formats: PDF and DOCX?

Thank you very much in advance!!

Kind regards,
Carolina

Hello @CarolinaPR,

don’t think there is a way to do so running Call Remote Workflow only once. Simply run it twice. Or run it inside a loop and control it with flow variable. Setting to control is reportFormatOrNull and name of report is the value flow variable should have.

Br,
Ivan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.