<?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 addcoltotals floats the label column to the right in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/addcoltotals-floats-the-label-column-to-the-right/m-p/58735#M3097</link>
    <description>&lt;P&gt;Search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log | eval ISODate=strftime(strptime(date_year."-".date_month."-".date_mday, "%Y-%b-%d"), "%Y-%m-%d (%a)") | eval MB=b/1024/1024 | chart eval(round(sum(MB),0)) over i by ISODate limit=0 | addcoltotals labelfield=i
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm not sure the ISODate evaluation is the best way to achieve my end, but that is not the issue here.  The problem is that when I use this chart, the column with the indexer UIDs is floated to the rightmost position in the table (presumably due to the fact that a simple alphanumeric string sort puts the dates before the letter "i").  What I need is to anchor the indexer column to the left regardless.&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2012 19:14:18 GMT</pubDate>
    <dc:creator>rijhwani</dc:creator>
    <dc:date>2012-05-23T19:14:18Z</dc:date>
    <item>
      <title>addcoltotals floats the label column to the right</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/addcoltotals-floats-the-label-column-to-the-right/m-p/58735#M3097</link>
      <description>&lt;P&gt;Search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log | eval ISODate=strftime(strptime(date_year."-".date_month."-".date_mday, "%Y-%b-%d"), "%Y-%m-%d (%a)") | eval MB=b/1024/1024 | chart eval(round(sum(MB),0)) over i by ISODate limit=0 | addcoltotals labelfield=i
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm not sure the ISODate evaluation is the best way to achieve my end, but that is not the issue here.  The problem is that when I use this chart, the column with the indexer UIDs is floated to the rightmost position in the table (presumably due to the fact that a simple alphanumeric string sort puts the dates before the letter "i").  What I need is to anchor the indexer column to the left regardless.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:14:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/addcoltotals-floats-the-label-column-to-the-right/m-p/58735#M3097</guid>
      <dc:creator>rijhwani</dc:creator>
      <dc:date>2012-05-23T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: addcoltotals floats the label column to the right</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/addcoltotals-floats-the-label-column-to-the-right/m-p/58736#M3098</link>
      <description>&lt;P&gt;OK, so it only floats right during the real time aggregation.  On completion it floats back left.&lt;/P&gt;

&lt;P&gt;Odd behaviour, and not documented anywhere I could find.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/addcoltotals-floats-the-label-column-to-the-right/m-p/58736#M3098</guid>
      <dc:creator>rijhwani</dc:creator>
      <dc:date>2012-05-23T19:16:41Z</dc:date>
    </item>
  </channel>
</rss>

