Jump to content
We've recently updated our Privacy Statement, available here ×

Crosstab problem


atharindhi

Recommended Posts

i want remove the column which is 0 from the report..(Plz refer the attachment)

i gave the following expression using Print When Expression Property

 

new Boolean ($V{TOTAL_SALESMeasure}!='0')

 

Here is the output i want

I have 3 tables in Oracle DB  Employee , Sales , Items

I want to take data to a cross tab with ENO ,Location,Total_Sales

But i want to remove location coloums which containing 0 sales or simply locations where no sales occur....

My idea is to remove colums that has 0 or null values..
How can i do it..

Im new to i-report

Plz help me

 

 

 

 

Code:
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...