- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aquinojason
Path Finder
04-30-2021
05:19 AM
Hi,
Currently I am using a lookup table to match an account code to an application. How can I make it in such a way that if the account code does match anything to my lookup table it uses "others" instead.
Thanks and Regards,
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
04-30-2021
06:06 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
04-30-2021
06:06 AM
After the lookup, use fillnull value="others" application
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aquinojason
Path Finder
04-30-2021
09:53 AM
Thanks! Although I used eval and isnull funtion since there are other fields in the table that might contain null values as well.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
04-30-2021
10:03 AM
fillnull can be applied to specific fields e.g. application but eval and isnull works too
