<?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: Help to format column text through xml in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/525300#M35628</link>
    <description>&lt;P&gt;Thanks for the help. Worked absolutely perfectly.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 07:48:47 GMT</pubDate>
    <dc:creator>sdhawanx</dc:creator>
    <dc:date>2020-10-19T07:48:47Z</dc:date>
    <item>
      <title>Help to format column text through xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/524541#M35530</link>
      <description>&lt;P&gt;I have a simple dashboard table where one of the columns is a download link. Is there a way to edit just the xml file of the dashboard and change the color of the text to blue in that column and also underline the same so that it appears like a downloadable link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 07:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/524541#M35530</guid>
      <dc:creator>sdhawanx</dc:creator>
      <dc:date>2020-10-14T07:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help to format column text through xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/524570#M35539</link>
      <description>&lt;P&gt;Add this as a panel (above the panel with the table)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel depends="$alwaysHideCSSPanel$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #table_id td:nth-child(2) {
              color: blue !important;
              text-decoration: underline !important;
              text-decoration-color: blue !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;This assume you have an id for your table panel of "table_id" and you want the second column changed. Modify values accordingly. Note indexing in this instance starts at 1.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 09:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/524570#M35539</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-14T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help to format column text through xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/525300#M35628</link>
      <description>&lt;P&gt;Thanks for the help. Worked absolutely perfectly.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 07:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-format-column-text-through-xml/m-p/525300#M35628</guid>
      <dc:creator>sdhawanx</dc:creator>
      <dc:date>2020-10-19T07:48:47Z</dc:date>
    </item>
  </channel>
</rss>

