-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional print how to use? #47
Comments
Use a PHP "if" default condition sintaxe. in future can be implement to make compatibility to jasper native functionality. |
I understand the point is that since I use jasper itself to test and see the behavior, I thought it would be possible to maintain compatibility between both |
Another problem I've noticed is related to the use of the jasper concatenate see the example: JasperPHP does not deal with this issue and the "+" sign is displayed on screen, exactly the same thing, for example, if I mount a file patch by concatenating the address with a database variable |
see this sample JasperPHP/samples/bol01Files/boletoA4.jrxml Line 753 in c1a338d
|
conditional print how to use?
I have reports that I basically use two functions for.
New Boolean and the AND() and OR() functions all native to jasper report, I realize that JasperPHP doesn't work I would like to know what is the recommendation to work with conditional print and how I can adapt my example:
printWhenExpression:
AND(new Boolean($F{invoice_bar_code} != null), new Boolean($F{invoice_payment_form_id} != 4) )
The text was updated successfully, but these errors were encountered: