<?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: Not able to display the column contents in table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647541#M52945</link>
    <description>&lt;P&gt;I dont want to replace any data,but have to include that Column1 which will display value as 'xyz'.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2023 04:27:26 GMT</pubDate>
    <dc:creator>Sss</dc:creator>
    <dc:date>2023-06-20T04:27:26Z</dc:date>
    <item>
      <title>How to display the column contents in table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647477#M52938</link>
      <description>&lt;P&gt;I have my report where I have written something like this-&lt;/P&gt;
&lt;P&gt;|dbxquery query="select COLUMN1,COLUMN2,COLUMN3,COLUMN4&lt;BR /&gt;FROM TABLE1&lt;BR /&gt;WHERE COLUMN1 IN ('xyz') ",connection="XXX"&lt;/P&gt;
&lt;P&gt;I have added this to my dashboard by using query-&lt;/P&gt;
&lt;P&gt;| savedsearch rep1&lt;BR /&gt;| chart values(column3) AS Status BY column2 column4&lt;BR /&gt;| fillnull value="-"&lt;BR /&gt;| table column1 column2 ......&lt;/P&gt;
&lt;P&gt;In my dashboard,values of COLUMN1 are not displayed.&lt;/P&gt;
&lt;P&gt;Is there any way how i can display value of column1 i.e;xyz&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 02:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647477#M52938</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-20T02:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647478#M52939</link>
      <description>&lt;LI-CODE lang="markup"&gt;| chart values(column3) AS Status BY column1 column4&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 19 Jun 2023 11:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647478#M52939</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-19T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647479#M52940</link>
      <description>&lt;P&gt;On a less flippant note, please provide more detail.&lt;/P&gt;&lt;P&gt;Do you want to replace some of the existing data in the table, or have the column1 values as extra?&lt;/P&gt;&lt;P&gt;If you want them as extra, how are they to be combined with the existing data?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 11:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647479#M52940</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-19T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647540#M52944</link>
      <description>&lt;P&gt;I have used this command,but only column name is displaying without any data in that column.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 04:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647540#M52944</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-20T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647541#M52945</link>
      <description>&lt;P&gt;I dont want to replace any data,but have to include that Column1 which will display value as 'xyz'.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 04:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647541#M52945</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-20T04:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647553#M52946</link>
      <description>&lt;P&gt;You still haven't answered the final question. How does column1 relate to the other data you want to display?&lt;/P&gt;&lt;P&gt;For example, is there a one-to-one relationship between column1 and column2, or can there be multiple values of column1 for every combination of column2 and column4?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 08:16:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647553#M52946</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-20T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647563#M52947</link>
      <description>&lt;P&gt;The reamining column are with respect to COLUMN1,i.e; its related to that particular group say 'xyz'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 09:13:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647563#M52947</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-20T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647571#M52949</link>
      <description>&lt;P&gt;That is not a very clear answer. Do you mean something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats values(column3) AS Status BY column1 column2 column4
| eval {column4} = Status
| fields - Status column4
| stats values(*) as * by column1 column2
| fillnull value="-"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Jun 2023 10:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647571#M52949</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-20T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to display the column contents in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647702#M52975</link>
      <description>&lt;P&gt;Thank you so much,it worked for me&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 05:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-the-column-contents-in-table/m-p/647702#M52975</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-06-21T05:25:18Z</dc:date>
    </item>
  </channel>
</rss>

