<?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 Form line break in description in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326521#M21115</link>
    <description>&lt;P&gt;I cant figure on the simple XML to have a second line in the description of a dashboard. &lt;/P&gt;

&lt;P&gt;Here's what I have:&lt;/P&gt;

&lt;P&gt;Label&lt;BR /&gt;
Description1. Description2.&lt;/P&gt;

&lt;P&gt;Here's what I want:&lt;/P&gt;

&lt;P&gt;Label&lt;BR /&gt;
Description1. &lt;BR /&gt;
Description2.&lt;/P&gt;

&lt;P&gt;Any help is appreciated. &lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2017 03:31:16 GMT</pubDate>
    <dc:creator>pbarbuto</dc:creator>
    <dc:date>2017-06-03T03:31:16Z</dc:date>
    <item>
      <title>Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326521#M21115</link>
      <description>&lt;P&gt;I cant figure on the simple XML to have a second line in the description of a dashboard. &lt;/P&gt;

&lt;P&gt;Here's what I have:&lt;/P&gt;

&lt;P&gt;Label&lt;BR /&gt;
Description1. Description2.&lt;/P&gt;

&lt;P&gt;Here's what I want:&lt;/P&gt;

&lt;P&gt;Label&lt;BR /&gt;
Description1. &lt;BR /&gt;
Description2.&lt;/P&gt;

&lt;P&gt;Any help is appreciated. &lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2017 03:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326521#M21115</guid>
      <dc:creator>pbarbuto</dc:creator>
      <dc:date>2017-06-03T03:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326522#M21116</link>
      <description>&lt;P&gt;I have never found a way to do this.  In the Panels, you can comment out the &lt;CODE&gt;title&lt;/CODE&gt; tag and use your own &lt;CODE&gt;html&lt;/CODE&gt; and then use &lt;CODE&gt;&amp;lt;br&amp;gt;&lt;/CODE&gt; but Splunk will not allow &lt;CODE&gt;html&lt;/CODE&gt; in the &lt;CODE&gt;dashboard&lt;/CODE&gt; node.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2017 15:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326522#M21116</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-03T15:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326523#M21117</link>
      <description>&lt;P&gt;A workaround can be to place &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt;  inside  &lt;CODE&gt;&amp;lt;fieldset&amp;gt;&lt;/CODE&gt; even if you do not plan to add &lt;CODE&gt;&amp;lt;input&amp;gt;&lt;/CODE&gt;.  (If you have no &lt;CODE&gt;&amp;lt;input&amp;gt;&lt;/CODE&gt;, make sure to make submitButton="false".)&lt;/P&gt;

&lt;P&gt;You can always add a blank &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt;  with only &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; in it.  This is not exactly a workaround because &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; work the same way as in any other &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt;.  It also has the side effect of showing  in a different background colour from .&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2017 03:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326523#M21117</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2017-06-04T03:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326524#M21118</link>
      <description>&lt;P&gt;Thanks! I didn't know I could add html in there. &lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 02:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326524#M21118</guid>
      <dc:creator>pbarbuto</dc:creator>
      <dc:date>2017-06-05T02:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326525#M21119</link>
      <description>&lt;P&gt;Technically you can add a line break in your description by adding one whitespace after your first line, adding an entire line of non-whitespace characters (enough to force a newline), adding one whitespace after that, and then adding your next line.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;description&amp;gt;First line ____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ Second line&amp;lt;/description&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This gives me:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;First line
-------------------------------------------------------------------------------------------------------------
Second line
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Looks better in Splunk)&lt;/P&gt;

&lt;P&gt;It's not elegant, and is going to give you resizing/browser problems, but Splunk's SimpleXML was designed by a 5 year old, so&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 20:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326525#M21119</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-03-12T20:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326526#M21120</link>
      <description>&lt;P&gt;"5 year old" sounds about right!&lt;BR /&gt;
I used to do great things with Advanced XML, now I am struggling just to make radio buttons work correctly and prevent table queries from running immediately upon loading a dashboard. &lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 03:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/326526#M21120</guid>
      <dc:creator>sansay</dc:creator>
      <dc:date>2019-04-26T03:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Form line break in description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/691631#M56667</link>
      <description>&lt;P&gt;How can I split a single value into two separate values in a single value panel?&lt;/P&gt;&lt;P&gt;Currently, my single value panel displays:&lt;/P&gt;&lt;P&gt;Total :100 Error: 20&lt;BR /&gt;&lt;BR /&gt;I would like to display:&lt;/P&gt;&lt;P&gt;Total: 100&lt;BR /&gt;Error :20&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It works for a table, but not for a single value panel. How can I achieve this?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 06:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Form-line-break-in-description/m-p/691631#M56667</guid>
      <dc:creator>sugreev916</dc:creator>
      <dc:date>2024-06-26T06:22:10Z</dc:date>
    </item>
  </channel>
</rss>

