Using the following display string formula but it's returning division by 0...
WHILEPRINTINGRECORDS;
NUMBERVAR columnF;
NUMBERVAR columnH;
NUMBERVAR tempX := (columnF/columnH) * 100;
//numbervar tempX := columnQ;
if tempX < 0 then
toText(tempX * -1, 1,"") & "%"
else
totext(tempX,1,"") & "%
WHILEPRINTINGRECORDS;
NUMBERVAR columnF;
NUMBERVAR columnH;
NUMBERVAR tempX := (columnF/columnH) * 100;
//numbervar tempX := columnQ;
if tempX < 0 then
toText(tempX * -1, 1,"") & "%"
else
totext(tempX,1,"") & "%