- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good afternoon everyone, I need your help in this way. I have a stats sum with the wild card *
|appendpipe [stats sum(*) as * by Number | eval UserName="Total By Number: "]
and I need to format with commas the sum(*) as *.
How I can do that?
Thank you
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I'm not sure if bug in fieldformat has already fixed or not. At least some earlier versions it didn't work correctly in all cases inside foreach loop. If it didn't work then just use additional field name with eval and you could use original for calculations later.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! thank you for responding soon! I appreciate that.
I am trying to put commas formatting to my Totals Row that I builds with this : | appendpipe [stats sum(*) as * by Number | eval UserName="Total By Number: "]
This is my row now:
--------------------------------------------------------------------------------------------
Total By Number: 1905 2229 1303 1845 1409
--------------------------------------------------------------------------------------------
This is the row that I am looking for the formatting way :
--------------------------------------------------------------------------------------------
Total By Number: 1,905 2,229 13,03 1,845 1,409
--------------------------------------------------------------------------------------------
Thank you
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I'm not sure if bug in fieldformat has already fixed or not. At least some earlier versions it didn't work correctly in all cases inside foreach loop. If it didn't work then just use additional field name with eval and you could use original for calculations later.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I'm not sure if bug in fieldformat has already fixed or not. At least some earlier versions it didn't work correctly in all cases inside foreach loop.
Nope. These are from 9.2.0.1.
I begin to suspect that this is by design.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If it is in a dashboard, you could try the thousands separator option
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is a report. I did try with the format in the UI but this will lost when this run again with different dates.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It is not clear to me what your expected output would look like. Please can you share an example?
