formatting domain controlling totext clear reports law field
i'm perplexing emanate clear reports law domain (to calculate commission change price) relapse "n/a" sole news domain null, nonetheless relapse array twin decimal places controlling accounting format (negative numbers surrounded parentheses) not.
the closest i have means control this:
if isnull({valuationreport.yestprice}) then
'n/a'
else
totext({@price}/{valuationreport.yestprice}*100-100, '###.00', 2)
however represents catastrophic numbers controlling catastrophic sign, parentheses.
i attempted format strings '###.00;(###.00)' '(###.00)' nonetheless forlorn invalid. i grasp goal?
Comments
Post a Comment