Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create Jasper Reports, type as command line parameter in java

Hi,
I need to create Jasper Reports of different types(PDF,HTML,etc). user set commandline parameter for this how to meet this.
i am using the following


context = PDF (xyz.jrxml)
------->tFilterRow---------------------------> tJasperOutput
|
|
| context = HTML (xyz.Jrxml)
tFilterRow----------------------------> tJasperOutput
|
| context = xls (xyz.jrxml)
|-----------------------> tJasperOutput
when i used context parameter as PDF
I am getting 3 outputs(PDF,HTML,XLS), but i check the input flow with tLogRow for 2nd and 3rd jaspercomponents nothing is passed. Then why the other 2 reports are generated with out input????? is there any implementation problem from my side?? How to achieve this???
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello
Can you show us the command and upload some screenshots of your job?
Best regards
shong
Anonymous
Not applicable
Author

Hi Shong,
Here are the Screen shots.