jrcol12357
Programmer
CR XI - I have a Cross Tabs fields I wish to label base on nulls or a value. I'n not able to come up with the correct statement. I keep rounding up, for example 0.125 returns 0.130, .075 returns .080. Current formula:
if isnull ({VW_RPT_10659_UNION.GOLDSTAR_DIFF_AMT}) then 'Non - Goldstar'
else totext({VW_RPT_10659_UNION.GOLDSTAR_DIFF_AMT},"#.000")
if isnull ({VW_RPT_10659_UNION.GOLDSTAR_DIFF_AMT}) then 'Non - Goldstar'
else totext({VW_RPT_10659_UNION.GOLDSTAR_DIFF_AMT},"#.000")