This topic is locked
[SOLVED]

 Display Numbers Without Commas

8/11/2011 9:46:08 AM
ASPRunnerPro General questions
R
rleighton author

I'm using ASPRunner Pro v6.3. Every field that is all numbers is displayed with commas in it. Whether they are defined as text or some type of number doesn't matter. ID numbers and zip codes all have commas. How do I stop this? I want to display the data exactly as it appears in the database without any additional formatting. Thanks.

Sergey Kornilov admin 8/11/2011

Make sure 'View as' types of those field are not set to 'Number'. Set 'View as' type to nothing (empty string) to prevent this from happening.

R
rleighton author 8/11/2011

Thank you.