Skip to main content

extractJson obtains a signatureId value that is a 9 digit Number. When viewing the results in the FN Results window the number appears with commas every three digits. 

 

*When exporting the results to Excel the command is not included in the output.

 

Hi @dakotaglory 

I think the behavior you are describing is the default formatting of numbers in NQE tables. It applies to all numbers, not just those produced from extractJson. 

For example, you can try out this simple query:

e{ n: 123 }, { n: 1234 }, { n: 1235 }, { n: 12356 }, { n: 1234567 }]

It will show output as in the following, with commas as a thousands separator:

 

 


Reply