hi all,
how can I format the number from example 17.00 days to 17 days. I really appreciate your help.
how can I format the number from example 17.00 days to 17 days. I really appreciate your help.
Code:
local stringvar WorkDays;
if isNull({ADVERTISEMENT.COMPLETDAYS}) or ({ADVERTISEMENT.COMPLETDAYS} = 0) then
WorkDays := "Unknown"
else
{ADVERTISEMENT.COMPLETDAYS} & " Days"