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
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
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.
If it is in a dashboard, you could try the thousands separator option
It is a report. I did try with the format in the UI but this will lost when this run again with different dates.
It is not clear to me what your expected output would look like. Please can you share an example?