Hi,
I have a parameter which is a number range
user puts in a min and max
I wanted to display the min and max on the footer
I wanted to display as 1 to 99
and it displays as 1.00 to 99.00
"Service Age From: " & Minimum ( {?Service Age} ) &
" To: "
+{@maxser}
where maxser =
if Maximum({?Service Age})=0 then 'No Limit' else totext(Maximum ({?Service Age}))
How do I drop the decimals?
Thx