Dashboards & Visualizations

Tokens for multiselect inputs

abovebeyond
Communicator

Hi, im trying to create a multiple select checkbox with parameters

My checkbox looks like:

 <input type="checkbox" token="EventCode">
      <label>Event Code:</label>
      <choice value="'ERROR'">ERROR</choice>
      <choice value="'Success'">Success</choice>
      <choice value="'NoValue'">NoValue</choice>
      <default>'ERROR', 'NoValue'</default>
      <valueSuffix>,</valueSuffix>
   </input> 

My search is a DBQEURY:

 | dbquery "MYDB" "select * 
from [dbo].[Mytable]
where NotificationEventCode in ($EventCode$)
order by id desc"

While try to search my search looks like:
"and NotificationEventCode in ('ERROR', 'NoValue',)

How can i remove the "," in the end?

Thanks!

0 Karma
1 Solution

abovebeyond
Communicator

I use "delimiter" instead , problem solved 🙂

View solution in original post

0 Karma

abovebeyond
Communicator

I use "delimiter" instead , problem solved 🙂

0 Karma
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...