Hello,
I've got problem :-(
I create a formula call "tutu" with this code :
numberVar x:=0;
if PreviousIsNull ({Explorer.piece_id}) then
x := {Explorer.piece_surf_nette}
else
if Previous ({Explorer.piece_id})={Explorer.piece_id} then x:=0
else
x := {Explorer.piece_surf_nette};
x;
but I don't can do a summary on "tutu".
I don't understand why ?
Can somebody help me ?
thank's a lot
have a nice day
fabrice
I've got problem :-(
I create a formula call "tutu" with this code :
numberVar x:=0;
if PreviousIsNull ({Explorer.piece_id}) then
x := {Explorer.piece_surf_nette}
else
if Previous ({Explorer.piece_id})={Explorer.piece_id} then x:=0
else
x := {Explorer.piece_surf_nette};
x;
but I don't can do a summary on "tutu".
I don't understand why ?
Can somebody help me ?
thank's a lot
have a nice day
fabrice