slimshades26
Technical User
Crystal 8.5
The below varied formula was retrieved from the forum. I need it to be formated with no demicals or thousand comma.
It forced me to make it a string so that it why I have "ToText" in there. If I attempt to divide the parm it starts asking for "a number or currancy amount is required here". Any suggestions? Thanks!
{@PartRange}
"From: " + ToText(Minimum ({?Part#})) +
" To: " + ToText(Maximum ({?Part#}))
Result of formula is: From: 0.00 To: 9,999,999.00
Wanted Result is: From: 0 To: 9999999
ss26
The below varied formula was retrieved from the forum. I need it to be formated with no demicals or thousand comma.
It forced me to make it a string so that it why I have "ToText" in there. If I attempt to divide the parm it starts asking for "a number or currancy amount is required here". Any suggestions? Thanks!
{@PartRange}
"From: " + ToText(Minimum ({?Part#})) +
" To: " + ToText(Maximum ({?Part#}))
Result of formula is: From: 0.00 To: 9,999,999.00
Wanted Result is: From: 0 To: 9999999
ss26