Titty_Thomas Posted October 19, 2015 Posted October 19, 2015 Hi All I am facing a peculiar problem I have following data in DB Code Month CountryA1 01 IndiaA1 02 PakistanA1 04 FinlandA1 05 JapanB1 03 USA Now I want the report as below Code Jan Feb Mar Apr mayA1 India Pakistan Finland JapanB1 USA Issue is it taking the month as May and not printing other valuesCode Jan Feb Mar Apr MayA1 Japan I am currently using the variable condtion as $F{Month}.equals( "05" ) ? $F{Country}:"". I am also using Group expression as Code. Is there any other way to handle the same ThanksTitty
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