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

prnt when expression on overlapping chart elements


rubedogg04

Recommended Posts

I have 1 report with 2 charts. One chart is on top of the other chart. I want one chart to display if the condition of the print when expression is met and the other if the other condition is met.

 

I have a parameter that is passed 1,2,or 3 into it. If 1 is passed into the parameter give me a chart, if 2 or 3 is passed give me the other chart.

 

here are my print when expressions:

Code:
$P{p_tab}!="1"
$P{p_tab}="1"

Theoretically this should work? I keep getting the following errors when i try and compile.

 

! The left-hand side of an assignment must be a variable

! Cannot cast from a boolean to Boolean.[/ol]

 

Is there something i am doing wrong here?

 

Is this even possible to accomplish?

Post edited by: rubedogg04, at: 2008/07/08 20:53

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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...