I am asking too much the IReport??
Posted on August 24, 2006 at 3:57pm
HI,I have 2 crosstab, now I want to have a Total variable that she adds/sinks to me both total of crosstab, since I do? I try this but she does not work:
$V{lluvia_duracion_Sum}+$V{lluvia_cantMM_Sum}
please I need a help, thanks also!
Joined: Aug 18 2006 - 12:27am
Last seen: 1 year 4 months ago
Posted on August 25, 2006 at 7:00am
Code: |
new Double ($V{lluvia_duracion_Sum}.doubleValue() + $V{lluvia_cantMM_Sum}.doubleValue())</td></tr></tbody></table><br />
<br />
just use the proper type (Double, Integer, etc).<br />
Hope that help's.<br>Post edited by: kaunietiss, at: 2006/08/25 07:00 |
Joined: Aug 3 2006 - 7:28pm
Last seen: 17 years 2 months ago
Posted on August 25, 2006 at 1:12pm
Thank you very much! now the detail that I lack myself is that “lluvia_cantMM_Sum†is the total but of another one crosstab, and me does not recognize it like variable in crosstab present, since I do? You understand what I want to do? :)
Joined: Aug 18 2006 - 12:27am
Last seen: 1 year 4 months ago
Posted on August 25, 2006 at 1:21pm
That is my question now is since I make reference from crosstab to a variable that is in another one crosstab, very many thanks equal!
Joined: Aug 18 2006 - 12:27am
Last seen: 1 year 4 months ago