Hi,
I have a table that gives me connections, and I want to show those connections, plus a total. The search works, but how do I get a name for the total row?
The output looks like this:
HO...
Hi,
I have a file like :
XXXX 20
YYYY 40
ZZZZ 60
I am running a query ....|addcoltotals
I am getting :
XXXX 20
YYYY 40
ZZZZ 60
120
but I also want to mention G...
Hello,
I'd like to do the following (screenshot at http://hpics.li/49c6c08), do not sum percentages but just following a calculation rule.
Thanks for your help.
Screenshot
Hello,
I've noticed that the addcoltotals command doesn't display decimals if the total contains a decimal. Run anywhere code:
| makeresults
| eval decimal = 1.5
| eval whole = 1.5
| a...
Hello dear Splunk experts 🙂
I have this in my search:
addcoltotals labelfield=fieldtosum label=TOTAL
However I would like to reuse the result of it like fieldtosum/TOTAL, how to d...
...alue in Yes/Count. I have tried addcoltotals but because some columns are multi-valued columns it doesnt work. Then I tried mvexpand but it splits the columns in a strange way that i dont know how to h...
How do I use addcoltotals with a stats list or with stats values?
I'm trying to include the totals for each line value after running a stats list or values on a field with a numeric value and p...