Splunk Search

How do i reference columns that have been displayed as a result of previous chart command

monyathomas
New Member

I have done a chart command --> chart count over "Survey Month" by "Survey Type" and the result displays the two survey types "a" and "b" as columns along with Survey month . Now how do i further reference column a and b to perform other calculations?

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

After chart command, you'd see value of "Survey Type" field appearing as separate fields (in your example "a" and "b"). So you'd reference them like any other field, but would use "a" or "b" instead of "Survey Type". If they contain spaces, hyphen or other special characters, use them within single quotes in eval and where expressions, and within double quotes in other places.

e.g. (just an example of syntax)

base search | chart count over "Survey Month" by "Survey Type"  | eval "a"='a'*20 | where 'b'<'a'  | stats sum("b") as "B" by "a"

View solution in original post

0 Karma

woodcock
Esteemed Legend

You should just be able to use a and b but if you need it to be oriented differently, then you can switch from using chart to using stats or you could use the untable command to do the same thing.

0 Karma

somesoni2
Revered Legend

After chart command, you'd see value of "Survey Type" field appearing as separate fields (in your example "a" and "b"). So you'd reference them like any other field, but would use "a" or "b" instead of "Survey Type". If they contain spaces, hyphen or other special characters, use them within single quotes in eval and where expressions, and within double quotes in other places.

e.g. (just an example of syntax)

base search | chart count over "Survey Month" by "Survey Type"  | eval "a"='a'*20 | where 'b'<'a'  | stats sum("b") as "B" by "a"
0 Karma

monyathomas
New Member

Thanks a ton! This helps!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

@monyathomas If your problem is resolved, please accept the answer to help future readers.

---
If this reply helps you, Karma would be appreciated.
0 Karma

jnudell_2
Builder

Can you provide some sample data and a more clear idea of what calculations you are looking to do after the initial chart command?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...