<?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 Re: How to add value from a token into textbox in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655917#M226530</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253572"&gt;@Thulasinathan_M&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tried to insert the token in the default tag ?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;input type="text" token="your_text_token"&amp;gt;
      &amp;lt;label&amp;gt;Text label&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;$your_previous_token$&amp;lt;/default&amp;gt;
      &amp;lt;prefix&amp;gt;your_field="&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
    &amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 07:49:55 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-08-29T07:49:55Z</dc:date>
    <item>
      <title>How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655916#M226529</link>
      <description>&lt;P&gt;Hi Splunk Experts.&lt;BR /&gt;I've a table with multiple fields, based on a click I've created a token to get a value of it. I need to pass this token's value to a Textbox of an another panel. Is it Possible. Please advice!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655916#M226529</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-29T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655917#M226530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253572"&gt;@Thulasinathan_M&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tried to insert the token in the default tag ?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;input type="text" token="your_text_token"&amp;gt;
      &amp;lt;label&amp;gt;Text label&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;$your_previous_token$&amp;lt;/default&amp;gt;
      &amp;lt;prefix&amp;gt;your_field="&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
    &amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655917#M226530</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-29T07:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655919#M226532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;Yes tried, but that doesn't seems to be working.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:52:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655919#M226532</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-29T07:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655920#M226533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253572"&gt;@Thulasinathan_M&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I tried in my splunk and it runs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="text" token="token1"&amp;gt;
      &amp;lt;label&amp;gt;Token1&amp;lt;/label&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="text" token="token2"&amp;gt;
      &amp;lt;label&amp;gt;Token2&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;$token1$&amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655920#M226533</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-29T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655921#M226534</link>
      <description>&lt;P&gt;I think the issue is, at times I insert manual inputs in this textbox. So when I do that, on the further click the token value is not getting inserted properly. Wondering whether I should clear/reset the data/ token&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655921#M226534</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-29T07:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655928#M226537</link>
      <description>&lt;P&gt;After resetting token, it started working. Thanks!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655928#M226537</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-29T08:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add value from a token into textbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655933#M226540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253572"&gt;@Thulasinathan_M&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-value-from-a-token-into-textbox/m-p/655933#M226540</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-29T09:17:17Z</dc:date>
    </item>
  </channel>
</rss>

