if {Profitability1_ttx.PROFITSEGMENT} = 'Silver' and {Profitability1_ttx.GOLD} > 0 then
cstr(Truncate(Profitability1_ttx.GOLD})) + " Lose"
I want 40 Lose
I'm getting 40.00 Lose
I must have the formula this way for many reasons.
I need to make the formula above work. Can anyone tell me whats wrong? Why wont the truncate work here.
cstr(Truncate(Profitability1_ttx.GOLD})) + " Lose"
I want 40 Lose
I'm getting 40.00 Lose
I must have the formula this way for many reasons.
I need to make the formula above work. Can anyone tell me whats wrong? Why wont the truncate work here.