<?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 Why is dashboard studio column formatting array? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630736#M51713</link>
    <description>&lt;P&gt;I'm looking to add some column formatting to some table in dashboard studio - but the option is greyed out saying the column is an array, why is this ? and can i re-factor my search to make it work?&lt;/P&gt;
&lt;PRE&gt;index=test AND host="test" sourcetype=test&lt;BR /&gt;| stats latest(state) latest(status) by host name state status&lt;BR /&gt;| stats list(name) as NAME list(state) as STATE list(status) as STATUS by hos&lt;/PRE&gt;</description>
    <pubDate>Tue, 14 Feb 2023 16:37:18 GMT</pubDate>
    <dc:creator>Skins</dc:creator>
    <dc:date>2023-02-14T16:37:18Z</dc:date>
    <item>
      <title>Why is dashboard studio column formatting array?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630736#M51713</link>
      <description>&lt;P&gt;I'm looking to add some column formatting to some table in dashboard studio - but the option is greyed out saying the column is an array, why is this ? and can i re-factor my search to make it work?&lt;/P&gt;
&lt;PRE&gt;index=test AND host="test" sourcetype=test&lt;BR /&gt;| stats latest(state) latest(status) by host name state status&lt;BR /&gt;| stats list(name) as NAME list(state) as STATE list(status) as STATUS by hos&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630736#M51713</guid>
      <dc:creator>Skins</dc:creator>
      <dc:date>2023-02-14T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard studio column formatting array</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630738#M51714</link>
      <description>&lt;P&gt;The stats command is creating three multivalue fileds (arrays) - these appear to be superfluous as the previous stats command has already created a set of events with exactly the same information in. Try removing the last stats command.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 07:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630738#M51714</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-14T07:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard studio column formatting array</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630764#M51717</link>
      <description>&lt;P&gt;Thanks!, but the last stats command presents the data in list format as i want.&lt;BR /&gt;if i remove that it doesnt give the desired output?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 09:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630764#M51717</guid>
      <dc:creator>Skins</dc:creator>
      <dc:date>2023-02-14T09:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard studio column formatting array</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630769#M51718</link>
      <description>&lt;P&gt;You could use mvjoin to convert the multivalue fields into single fields - does that help?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 09:35:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630769#M51718</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-14T09:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard studio column formatting array</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630793#M51720</link>
      <description>&lt;P&gt;nope that removes the list formatting - desired output looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;host NAME STATE STATUS&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="55.6094px"&gt;host&lt;/TD&gt;&lt;TD width="72px"&gt;&lt;DIV class=""&gt;Disk 0&lt;/DIV&gt;&lt;DIV class=""&gt;Disk 1&lt;/DIV&gt;&lt;DIV class=""&gt;Disk 2&lt;/DIV&gt;&lt;DIV class=""&gt;Disk 3&lt;/DIV&gt;&lt;DIV class=""&gt;Disk 4&lt;/DIV&gt;&lt;/TD&gt;&lt;TD width="57.125px"&gt;&lt;DIV class=""&gt;Online&lt;/DIV&gt;&lt;DIV class=""&gt;Online&lt;/DIV&gt;&lt;DIV class=""&gt;Online&lt;/DIV&gt;&lt;DIV class=""&gt;Online&lt;/DIV&gt;&lt;DIV class=""&gt;Online&lt;/DIV&gt;&lt;/TD&gt;&lt;TD width="72px"&gt;&lt;DIV class=""&gt;&amp;nbsp;Up&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;Up&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;Up&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;Up&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;Up&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-dashboard-studio-column-formatting-array/m-p/630793#M51720</guid>
      <dc:creator>Skins</dc:creator>
      <dc:date>2023-02-14T12:45:21Z</dc:date>
    </item>
  </channel>
</rss>

