<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do you connected static drop-down to table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-connected-static-drop-down-to-table/m-p/742757#M58475</link>
    <description>&lt;P&gt;I have a problem with the splunk classic dashboard that I have created,&lt;BR /&gt;where the problem is that the table dashboard that I have created is not connected properly to the dropdown that I have created, as an example I provide the source of the dashboard that I have created as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" token="end_id" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;End To End Id&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="code_cihub"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Code Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;code_cihub&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;code_cihub&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| stats count by "Code Transaction CI HUB"&lt;BR /&gt;| rename "Code Transaction CI HUB" as code_cihub&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="info"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Info Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 70"&amp;gt;Velocity Transaction&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 71"&amp;gt;Gambling RFI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 72"&amp;gt;Gambling OFI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 73"&amp;gt;DTTOT Transaction&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;info&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;info&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| stats count by "Info Transaction CI HUB"&lt;BR /&gt;| rename "Info Transaction CI HUB" as info&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="status_cihub"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Status Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;status_cihub&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;status_cihub&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Code Transaction CI HUB"="$code_cihub$"&lt;BR /&gt;| stats count by "Status Transaction CI HUB"&lt;BR /&gt;| rename "Status Transaction CI HUB" as status_cihub&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Monitoring Response&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Code Transaction CI HUB"="$code_cihub$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| table _time, "End To End Id", "Code Transaction CI HUB", "Info Transaction CI HUB", "Status Transaction CI HUB", "Description CI HUB"&lt;BR /&gt;| sort - _time&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the main problem I'm facing is, on the “Info Transaction CI HUB” dropdown that I made static, where if I select one of the values, the contents in the “Monitoring Response” table do not change according to the dropdown value of “Info Transaction CI HUB” that I have selected before.&lt;/P&gt;&lt;P&gt;please help me to solve the problem&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 03:47:27 GMT</pubDate>
    <dc:creator>fabiyogo1</dc:creator>
    <dc:date>2025-03-27T03:47:27Z</dc:date>
    <item>
      <title>How do you connected static drop-down to table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-connected-static-drop-down-to-table/m-p/742757#M58475</link>
      <description>&lt;P&gt;I have a problem with the splunk classic dashboard that I have created,&lt;BR /&gt;where the problem is that the table dashboard that I have created is not connected properly to the dropdown that I have created, as an example I provide the source of the dashboard that I have created as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" token="end_id" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;End To End Id&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="code_cihub"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Code Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;code_cihub&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;code_cihub&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| stats count by "Code Transaction CI HUB"&lt;BR /&gt;| rename "Code Transaction CI HUB" as code_cihub&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="info"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Info Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 70"&amp;gt;Velocity Transaction&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 71"&amp;gt;Gambling RFI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 72"&amp;gt;Gambling OFI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="O 73"&amp;gt;DTTOT Transaction&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;info&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;info&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| stats count by "Info Transaction CI HUB"&lt;BR /&gt;| rename "Info Transaction CI HUB" as info&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="status_cihub"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Status Transaction CI HUB&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;status_cihub&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;status_cihub&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Code Transaction CI HUB"="$code_cihub$"&lt;BR /&gt;| stats count by "Status Transaction CI HUB"&lt;BR /&gt;| rename "Status Transaction CI HUB" as status_cihub&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Monitoring Response&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionBI)&lt;BR /&gt;| eval "Status Transaction CI HUB" = if(StatusTransactionBI == "U000", "Success", "Failed")&lt;BR /&gt;| lookup statust_description.csv code as StatusTransactionBI OUTPUT description&lt;BR /&gt;| rename EndtoendIdOrgnlBI as "End To End Id", StatusTransactionBI as "Code Transaction CI HUB", description as "Description CI HUB"&lt;BR /&gt;| dedup "End To End Id"&lt;BR /&gt;| join type=outer "End To End Id"&lt;BR /&gt;[search index="x"&lt;BR /&gt;| where isnotnull(StatusTransactionOrgnl)&lt;BR /&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 70", "Velocity Transaction",&lt;BR /&gt;AddtionalOrgnl == "O 71", "Gambling RFI",&lt;BR /&gt;AddtionalOrgnl == "O 72", "Gambling OFI",&lt;BR /&gt;AddtionalOrgnl == "O 73", "DTTOT Transaction",&lt;BR /&gt;true(), "Other"&lt;BR /&gt;)&lt;BR /&gt;| rename EndtoendIdOrgnl as "End To End Id"&lt;BR /&gt;| search "Info Transaction CI HUB"="$info$"&lt;BR /&gt;]&lt;BR /&gt;| search "End To End Id"="$end_id$" "Code Transaction CI HUB"="$code_cihub$" "Status Transaction CI HUB"="$status_cihub$"&lt;BR /&gt;| table _time, "End To End Id", "Code Transaction CI HUB", "Info Transaction CI HUB", "Status Transaction CI HUB", "Description CI HUB"&lt;BR /&gt;| sort - _time&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the main problem I'm facing is, on the “Info Transaction CI HUB” dropdown that I made static, where if I select one of the values, the contents in the “Monitoring Response” table do not change according to the dropdown value of “Info Transaction CI HUB” that I have selected before.&lt;/P&gt;&lt;P&gt;please help me to solve the problem&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 03:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-connected-static-drop-down-to-table/m-p/742757#M58475</guid>
      <dc:creator>fabiyogo1</dc:creator>
      <dc:date>2025-03-27T03:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you connected static drop-down to table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-connected-static-drop-down-to-table/m-p/742787#M58476</link>
      <description>&lt;P&gt;Your info token equates to a short code yet your search is converting the code to a friendlier term before you search, could this be why your search is not working?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval "Info Transaction CI HUB"=case(AddtionalOrgnl == "O 123", "Normal Transaction",
AddtionalOrgnl == "O 70", "Velocity Transaction",
AddtionalOrgnl == "O 71", "Gambling RFI",
AddtionalOrgnl == "O 72", "Gambling OFI",
AddtionalOrgnl == "O 73", "DTTOT Transaction",
true(), "Other"
)
| rename EndtoendIdOrgnl as "End To End Id"
| search "Info Transaction CI HUB"="$info$"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 27 Mar 2025 09:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-connected-static-drop-down-to-table/m-p/742787#M58476</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-03-27T09:58:01Z</dc:date>
    </item>
  </channel>
</rss>

