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: 
_AnonymousUser
Specialist III
Specialist III

how to create multiple PDF report with the same tJasperOutput

Hi,
I need to create reports with the same Jasper Template. I will have different data set each time. I want it to work like the group by in SQL, and be able to save the report separately by each group. See example below. Is there a way I can do achieve the goal or do something like my example?
1. All data is in tFileInputDelimited and will pass the data to tJasperOutput componment.
2. As the example below, I want to create Three Jasper Reports with the same Report template. One need to name as TemplateName_A, and it will include Tom and Jack's row in the report; the second one need to name as TemplateName_B with Tim and Amy's row; the last one need to name as TemplateName_C with Sandy's row. 
Class     Name        Gender
A          Tom           M
A          Jack           M
B          Tim            M
B          Amy           F
C         Sandy         F
Labels (2)
0 Replies