hi,
It's my first time in your forum.
I have problem with Charts in CR X. I use formula and this forumla use formula too with Shared variable. I have found results for the formula but in charts the result is always equal 0.
So the 3 formula :
first formula :
Shared numbervar var1:=0;
second formula put in details :
Shared numbervar var1;
var1:=var1+sum({table1.col1},{group2})+max({table2.col2},{group2});
Formula put in footer group and in chart
Shared numbervar var1;
var1
Why the formula in chart is always equal to 0 and the formula in footer groop is superior to 0?
thanks for help...