Format numbers in Survey123 Feature Reports

1234
2
Jump to solution
07-22-2021 11:18 AM
BrandonA_CDPH
Occasional Contributor II

Hello, 

I am working on a Survey123 Feature Report Template. I have a location ID number (i.e. 12345) and I am trying to display it without a comma. Is there a number formatting command I can use to override the default comma placement? Right now, the number prints as "12,345". I would like "12345". Thank you in advance for any advice or direction.

1 Solution

Accepted Solutions
Ruth_JiatengXu
Esri Contributor

Hi @BrandonA_CDPH ,

Thanks for sharing here! You could try ${locationID | useGrouping:false}. 

If you want to know all the expressions that are available, you could check the quick reference page:

Ruth_JiatengXu_0-1628848052821.png

Thanks,

Ruth

View solution in original post

2 Replies
Ruth_JiatengXu
Esri Contributor

Hi @BrandonA_CDPH ,

Thanks for sharing here! You could try ${locationID | useGrouping:false}. 

If you want to know all the expressions that are available, you could check the quick reference page:

Ruth_JiatengXu_0-1628848052821.png

Thanks,

Ruth

BrandonA_CDPH
Occasional Contributor II

Hi @Ruth_JiatengXu,

 

Thank you for the solution and the tip on the expressions.  Appreciate the help.

 

Brandon

0 Kudos