PRD - Pentaho Report Designer

Sub Report Shifting based on Parameter:

Hi Friends,

        Now, i will tell you how to shift the sub reports based on input parameter, which will be very effective to have different sets of reports in a single bundle.

    For Example:

                If you have an requirement of Monthly and Daily Report, then based on this concept we have a single report with input parameter, based on that the report will be shown......

Pentaho Report Designer:3.8.0

       Open the new report
       Create Two Sub reports
       Click on first sub report , you can see in right side bottom, size pane.
                         Style--> Size&Position--> visible.

                Click on visible + button, to make it as dynamic. If you click on that, you can see the Formula editor, from where we can make it dynamic. Based on the parameter set it to true or else false.

for Ex:
                     = if([Parameter]="XYZ";"true";"false")


Hope it helps.
Dilip Yadav S.

No comments:

Post a Comment