Hi,
this is formulas that I use
//reset in a group header
whileprintingrecords;
stringvar uofm1:="" ;
stringvar uofm2:="";
stringvar uofm3:="";
stringvar uofm4:="";
stringvar uofm5:="";
numbervar price1:=0;
numbervar price2:=0;
numbervar price3:=0;
numbervar price4:=0;
numbervar price5:=0...
Stringvar worked ok! Thank you!
But I was asked to show each value separately what I've done.
Now got the other issue :
uofm1 price1 uofm2 price2
each 50 box50 250
box100 100 each 1
Is there a way to show second line from low to high?
Minimum...
Yes right, I wouldn't. I have "price1" for that.
Thanks.But formula doesn't work with numbervar. I've got a message that "number,currency, date or date time is required here" and " " area is highlighted.
I provide a bit more details of what I need
I have :
item# uofm uofm_price...
I have to show multiple numbervar and stringvar in one row for group total line
I have formula that works fine for stringvar :
_______________________
whileprintingrecords;
stringvar uofm1;
if {SOP30300.ITEMNMBR} <> previous({SOP30300.ITEMNMBR}) then
uofm1 := {IV00108.UOFM}
else
(...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.