Dashboards & Visualizations

Additional column with values based on existing column values

anmohan0
Explorer

Hi,

I am displaying a table as a result from the Search, however I would like to add an additional column with static values based on the existing column. For example,

S.No    Name    Dept

1          Andy      IT

2          Chris      Bus

3          Nike        Pay

 

In the above table, I would like to add another column called Company and map value based on Dept column as below
If Dept is IT, then the value for Company as XXXX

If Dept is Bus, then the value for Company is YYYY

If Dept is Pay, then the value for Company is ZZZZ and the final table should look like

S.No    Name    Dept    Comp

1          Andy      IT           XXXX

2          Chris      Bus       YYYY

3          Nike        Pay       ZZZZ

 

@ITWhisperer Dashboard 

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval Comp=case(Dept=="IT","XXXX",Dept=="Bus","YYYY",Dept=="Pay","ZZZZ")

View solution in original post

0 Karma

anmohan0
Explorer

Thanks for the quick help and it did save my day!

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| eval Comp=case(Dept=="IT","XXXX",Dept=="Bus","YYYY",Dept=="Pay","ZZZZ")
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...