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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...