Please see attachment.
All columns are aggregates except for the right one.
The darkgrey row is a subsummary.
The white row is a other subsummary.
The left light grey column (SVJ) is a total of column 1-12 of year 2006
The right light grey column (SDJ) is a total of column 1-12 of year 2007
The light grey columns are aggregates.
The right column is a calculation based on aggregates:
return Math.round((sdj-svj)/svj*100)/100;
sdj en svj are aggregates
How come that some of the circled calculation shows nothing?
It should be showing:
-100,00%
+300,00%
-47,00%
-100,00%
-43,00%
Servoy Developer
Version R2 2.2.7-build 339
Java version 1.5.0_11-b03 (Windows 2003)
Obviously it is hard to give you ‘the’ answer but could it be that you have null values in there? I have experienced some circumstances that did no good in that case. Do you do a check on that?
IT2Be:
Obviously it is hard to give you ‘the’ answer but could it be that you have null values in there? I have experienced some circumstances that did no good in that case. Do you do a check on that?
Yeah a lot of the fields have null values…Gonna put in some 0’s then
Thanx