<?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: Editing number precision in the source dashboard editor-Why is my precision option not persisting but other options in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610182#M50039</link>
    <description>&lt;P&gt;You're not wrong.&amp;nbsp; Go to&amp;nbsp;&lt;A href="https://ideas.splunk.com" target="_blank"&gt;https://ideas.splunk.com&lt;/A&gt;&amp;nbsp;to make your suggestion.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 21:01:02 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-08-19T21:01:02Z</dc:date>
    <item>
      <title>Editing number precision in the source dashboard editor-Why is my precision option not persisting but other options are?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610168#M50036</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a dashboard which has one panel displaying a statistics table.&amp;nbsp; The table is very wide (~300 numeric columns) which makes manually editing the number precision for each column prohibitive in the UI.&amp;nbsp; I attempted to do this in the source editor but the number precision I input does not translate to the table in the panel after saving.&lt;/P&gt;
&lt;P&gt;Here is a sample block of code I am inserting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;format type="number" field="xxxxx_percent"&amp;gt;
&amp;lt;option name="precision"&amp;gt;0.000&amp;lt;/option&amp;gt;
&amp;lt;option name="unit"&amp;gt;%&amp;lt;/option&amp;gt;
&amp;lt;option name="unitPosition"&amp;gt;after&amp;lt;/option&amp;gt;
&amp;lt;/format&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the result looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MDSplunkNinja_0-1660935189351.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21106i061729CA09673E13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MDSplunkNinja_0-1660935189351.png" alt="MDSplunkNinja_0-1660935189351.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Anyone know why my precision option is not persisting but the other options are?&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;
&lt;P&gt;-MD&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 20:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610168#M50036</guid>
      <dc:creator>MDSplunkNinja</dc:creator>
      <dc:date>2022-08-19T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Editing number precision in the source dashboard editor</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610174#M50037</link>
      <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;precision&lt;/FONT&gt; option expects an integer specifying the number of decimal places to display.&amp;nbsp; Entering "0.000" means show no decimals.&amp;nbsp; Try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;option name="precision"&amp;gt;3&amp;lt;/option&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/TableFormatsXML#Number_format_rules" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/TableFormatsXML#Number_format_rules &lt;/A&gt;for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 19:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610174#M50037</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-19T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Editing number precision in the source dashboard editor-Why is my precision option not persisting but other options</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610181#M50038</link>
      <description>&lt;P&gt;This makes total sense.&amp;nbsp; It is a little misleading however between the UI format option which gives options like 0, 0.0, 0.00, 0.000, 0.0000, and the Source format which requires an integer which when having zero decimal precision is the same setting in both..."0".&amp;nbsp; An enhancement for the UI to align with the Source editing would probably be a good idea.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 20:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610181#M50038</guid>
      <dc:creator>MDSplunkNinja</dc:creator>
      <dc:date>2022-08-19T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Editing number precision in the source dashboard editor-Why is my precision option not persisting but other options</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610182#M50039</link>
      <description>&lt;P&gt;You're not wrong.&amp;nbsp; Go to&amp;nbsp;&lt;A href="https://ideas.splunk.com" target="_blank"&gt;https://ideas.splunk.com&lt;/A&gt;&amp;nbsp;to make your suggestion.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 21:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Editing-number-precision-in-the-source-dashboard-editor-Why-is/m-p/610182#M50039</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-19T21:01:02Z</dc:date>
    </item>
  </channel>
</rss>

