Process Flow Report Generation
To create a valid jrxml file we need the information of variables and data lists involved in the report generation process. How to find the information of variable names and list names involved to generate a pdf similar to your report and according to our requirement.
0
-
The name of the fields that you will define while creating the jrxml will be created as a Context variable, for every field a separate context variable will be created. While defining fields just make sure that every field has a unique field name.
Then if you want to get the value of these variables anywhere in the Process Flow then you can just use $$Field_Name and it's filled value will be fetched.
0
Post is closed for comments.
Comments
1 comment