Hi,
I am wondering, is it possible to say something like :
if {@initial} = "BlaBla" then i:= i+1 AND j:=j+1 else
if {@initial} = "bleble" then l:= l+1 AND j:=j+1 else...;
For some reason, I can't get an accurate grand total so I thought maybe I could just put the j in every declaration to get a grand total that way but it results in an error message saying I require a boolean.
Thanks in advance,
Phil
I am wondering, is it possible to say something like :
if {@initial} = "BlaBla" then i:= i+1 AND j:=j+1 else
if {@initial} = "bleble" then l:= l+1 AND j:=j+1 else...;
For some reason, I can't get an accurate grand total so I thought maybe I could just put the j in every declaration to get a grand total that way but it results in an error message saying I require a boolean.
Thanks in advance,
Phil