ramyakranthi.patnala Posted March 6, 2015 Posted March 6, 2015 after cheking every row manually in jasperserver table report they need to enter the status like accepted or rejected.
AnnMary.Thomas Posted March 9, 2015 Posted March 9, 2015 So say your row has Field 1, Field 2 , Field 3, Status columns. Now if Field1 <20 && Field 2 >50 Status = "Accepted'. In the Status filed Expression use Conditional operator($F{Field1} <20 && $F{Field2}>50) ? "Accepted" : " Rejected".Hope this helps. If not please elaborate your issue
ramyakranthi.patnala Posted March 9, 2015 Author Posted March 9, 2015 need to enter manually in envery row of report after checking.
AnnMary.Thomas Posted March 9, 2015 Posted March 9, 2015 if Your looking for interactive report may be this link can help you http://itextpdf.com/examples/iia.php?id=157
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now