| Author |
Message |
|
|
Post subject: if else Jasper Report problem
Posted: Apr 28, 2008 - 05:22 AM
|
|
Joined: Apr 17, 2008
Posts: 3
|
|
Hi!
I want do to an If else Expression with Jasper Reports. Can anyone tell me whats the problem with my Expression?
$V{_texpr}=$P{_type}.intValue()==1?"Fall1.jasper" $P{_type}.intValue()==2?"Fall2.jasper":"bla")
I just get the error message:
Expression: The left-hand side of an assignment must be a variable
Thank you for your Help!! |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: if else Jasper Report problem
Posted: Apr 28, 2008 - 05:24 AM
|
|
Joined: Apr 17, 2008
Posts: 3
|
|
ohh.. the is a ": ("  |
|
|
| |
|
|
|
 |
|
|
| |