<?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 Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290322#M18423</link>
    <description>&lt;P&gt;There is a bug I found when I convert my simple XML dashboard to HTML.&lt;/P&gt;

&lt;P&gt;On my simple dashboard, I have a search like this, which displays correctly:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| rename totalRecs as "Total Records Out"
| table "Total Records Out"
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But, when I convert my dashboard to HTML, my rename loses a character space.  The search ends up causing me to have missing data for the "Total Records Out" column because it got renamed to "Total RecordsOut"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| rename totalRecs as "Total RecordsOut" ...
| table "Total Records Out"
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I guess I didn't really have a question here, just a minor bug/inconvenience.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 18:15:05 GMT</pubDate>
    <dc:creator>eroffol</dc:creator>
    <dc:date>2017-08-15T18:15:05Z</dc:date>
    <item>
      <title>Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290322#M18423</link>
      <description>&lt;P&gt;There is a bug I found when I convert my simple XML dashboard to HTML.&lt;/P&gt;

&lt;P&gt;On my simple dashboard, I have a search like this, which displays correctly:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| rename totalRecs as "Total Records Out"
| table "Total Records Out"
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But, when I convert my dashboard to HTML, my rename loses a character space.  The search ends up causing me to have missing data for the "Total Records Out" column because it got renamed to "Total RecordsOut"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| rename totalRecs as "Total RecordsOut" ...
| table "Total Records Out"
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I guess I didn't really have a question here, just a minor bug/inconvenience.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:15:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290322#M18423</guid>
      <dc:creator>eroffol</dc:creator>
      <dc:date>2017-08-15T18:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290323#M18424</link>
      <description>&lt;P&gt;I am using Splunk 6.2.3&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290323#M18424</guid>
      <dc:creator>eroffol</dc:creator>
      <dc:date>2017-08-15T18:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290324#M18425</link>
      <description>&lt;P&gt;Interesting.  Just for kicks, you might reverse those two lines and see if it still happens, and which line it happens to.  It worries me that where a line wraps might cause occasional random glitches... in which case any code change can introduce bugs elsewhere in the code.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:22:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290324#M18425</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-15T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290325#M18426</link>
      <description>&lt;P&gt;My original post might have been a little misleading, my simple xml searches were all on one line.&lt;/P&gt;

&lt;P&gt;... | rename totalRecs as "Total Records Out" | table "Total Records Out" ...&lt;/P&gt;

&lt;P&gt;I didn't get a chance to try your idea because I had already made changes to that dashboard that I didn't want to lose. It seemed like when I added more search text before the rename, this behavior stopped&lt;/P&gt;

&lt;P&gt;... | more search text | rename totalRecs as "Total Records Out" | table "Total Records Out" ...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 18:43:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290325#M18426</guid>
      <dc:creator>eroffol</dc:creator>
      <dc:date>2017-08-16T18:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Losing space character when converting dashboard to HTML (which causes data loss) - Can this be avoided?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290326#M18427</link>
      <description>&lt;P&gt;@eroffol - that's one of the reasons I REALLY don't like to add spaces into a variable name, in any language.  Way too much fiddly or squishy stuff happens.  Okay, I'm moving your comment to an answer, and you can accept it when you get a chance.  This is one of those things that unfortunately gets filed as "Unable to Reproduce".&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 18:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Losing-space-character-when-converting-dashboard-to-HTML-which/m-p/290326#M18427</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-18T18:55:34Z</dc:date>
    </item>
  </channel>
</rss>

