<?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 to create a hyperlink from the column values in a table? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539184#M36877</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one requirement.&amp;nbsp; I have one table Dashboard which consists of multiple Columns.&lt;/P&gt;
&lt;P&gt;There is one column "url". I want it to be hyperlink so that it can open.&lt;/P&gt;
&lt;P&gt;Below is my code:&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;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="ser.log" $process_tok1$&lt;BR /&gt;| rex field=_raw "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"&lt;BR /&gt;| join type=outer id [inputlookup nifi_api_parent_chains_e1.csv]|search $ckey$|search $usr$&lt;BR /&gt;| table _time _raw host id parent_chain url&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&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;/P&gt;
&lt;P&gt;I want url column should be a hyperlink . How can I do that.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 19:50:56 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2022-08-18T19:50:56Z</dc:date>
    <item>
      <title>How to create a hyperlink from the column values in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539184#M36877</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one requirement.&amp;nbsp; I have one table Dashboard which consists of multiple Columns.&lt;/P&gt;
&lt;P&gt;There is one column "url". I want it to be hyperlink so that it can open.&lt;/P&gt;
&lt;P&gt;Below is my code:&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;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="ser.log" $process_tok1$&lt;BR /&gt;| rex field=_raw "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"&lt;BR /&gt;| join type=outer id [inputlookup nifi_api_parent_chains_e1.csv]|search $ckey$|search $usr$&lt;BR /&gt;| table _time _raw host id parent_chain url&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&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;/P&gt;
&lt;P&gt;I want url column should be a hyperlink . How can I do that.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 19:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539184#M36877</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2022-08-18T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a hyperlink from the column values in a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539190#M36878</link>
      <description>&lt;P&gt;Use a drilldown which opens a page based on the value of the cell. You could even change the text so that it looks like a link e.g. underlined and blue.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 15:18:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539190#M36878</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-09T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a hyperlink from the column values in a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539198#M36880</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made the below changes but its not working.&lt;/P&gt;&lt;P&gt;Can you guide me where I have gone wrong:&lt;/P&gt;&lt;P&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" $process_tok1$&lt;BR /&gt;| rex field=_raw "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"&lt;BR /&gt;| join type=outer id [inputlookup nifi_api_parent_chains_e1.csv]|search $ckey$|search $usr$&lt;STRONG&gt;|eval ClickHere= url&lt;/STRONG&gt;&lt;BR /&gt;| table _time _raw host id parent_chain url&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;drilldown&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;condition field="url"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;link target="_blank"&amp;gt;$url$&amp;lt;/link&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/condition&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;/drilldown&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:06:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539198#M36880</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-02-09T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a hyperlink from the column values in a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539203#M36882</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;link target="_blank"&amp;gt;$row.url|n$&amp;lt;/link&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539203#M36882</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-09T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a hyperlink from the column values in a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539204#M36883</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank u so much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/539204#M36883</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-02-09T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a hyperlink from the column values in a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/610028#M50012</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;this really helped is there a way to show only url column results in blue remaining 4 fields in just text (i.e Black) color&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vamsi354_0-1660851182934.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21093iB1077413429E5B12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vamsi354_0-1660851182934.png" alt="vamsi354_0-1660851182934.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;i want something like below&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vamsi354_1-1660851286119.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21094iF56CB2FB5DA00184/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vamsi354_1-1660851286119.png" alt="vamsi354_1-1660851286119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;|inputlookup testing.csv | eval ClickHere= url&lt;BR /&gt;| table _time duration_seconds dv_assignment_group dv_number dv_u_substate url&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="number" field="dv_u_substate"&amp;gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;condition field="url"&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;$row.url|n$&amp;lt;/link&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;condition field="*"&amp;gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&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;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 19:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-hyperlink-from-the-column-values-in-a-table/m-p/610028#M50012</guid>
      <dc:creator>vamsi354</dc:creator>
      <dc:date>2022-08-18T19:35:29Z</dc:date>
    </item>
  </channel>
</rss>

