- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ragate
Explorer
06-27-2018
09:53 AM
I am trying to build a dashboard with a table that can be navigated with the dropdown menu.
This is the query for my table:
`source="LMCustomerRevLicense.csv" | dedup "Account Name" | table "Account Name" "Total Active Subscription Revenue _converted"`
What would the search token, search query need to be for the dropdown to search off the Account Names?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hos_2
Path Finder
06-27-2018
12:12 PM
Hey Ragate,
Depending on what you set the token value to when creating the drop down you need to add the token into your search like so:
`source="LMCustomerRevLicense.csv" $field_tok$ | dedup "Account Name" | table "Account Name" "Total Active Subscription Revenue _converted"`
Reference: http://docs.splunk.com/Documentation/Splunk/7.1.1/Viz/tokens
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hos_2
Path Finder
06-27-2018
12:12 PM
Hey Ragate,
Depending on what you set the token value to when creating the drop down you need to add the token into your search like so:
`source="LMCustomerRevLicense.csv" $field_tok$ | dedup "Account Name" | table "Account Name" "Total Active Subscription Revenue _converted"`
Reference: http://docs.splunk.com/Documentation/Splunk/7.1.1/Viz/tokens
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ragate
Explorer
06-27-2018
12:34 PM
Thank You!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Moreilly97
Path Finder
06-28-2018
02:57 AM
Dont forget to mark this as the answer
