<?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 Line break / Line feed in Inputbox dialogue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228001#M80066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to place a line-break, or line feed, in the text of an inputbox and can't seem to get it to work... [:S]&lt;/P&gt;&lt;P&gt;The code I'm using is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;let v_Set_Month = Input('Please enter the month for this set. [ format YYYYMM ]', 'Set month');&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I'd like the text to look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Please enter the month for this set&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[ format YYYYMM ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I've tried entering the VB Code " &amp;amp; vbCrLf &amp;amp; " which, obviously did not work.&lt;/P&gt;&lt;P&gt;Also, simply entering the line feed by hitting 'enter' within the text wasn't successful.&lt;/P&gt;&lt;P&gt;The latter option resulted in an inputbox where only the first part of the sentence was visible [8-)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any ideas?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 07:23:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-25T07:23:51Z</dc:date>
    <item>
      <title>Line break / Line feed in Inputbox dialogue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228001#M80066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to place a line-break, or line feed, in the text of an inputbox and can't seem to get it to work... [:S]&lt;/P&gt;&lt;P&gt;The code I'm using is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;let v_Set_Month = Input('Please enter the month for this set. [ format YYYYMM ]', 'Set month');&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I'd like the text to look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Please enter the month for this set&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[ format YYYYMM ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I've tried entering the VB Code " &amp;amp; vbCrLf &amp;amp; " which, obviously did not work.&lt;/P&gt;&lt;P&gt;Also, simply entering the line feed by hitting 'enter' within the text wasn't successful.&lt;/P&gt;&lt;P&gt;The latter option resulted in an inputbox where only the first part of the sentence was visible [8-)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any ideas?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 07:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228001#M80066</guid>
      <dc:creator />
      <dc:date>2011-04-25T07:23:51Z</dc:date>
    </item>
    <item>
      <title>Line break / Line feed in Inputbox dialogue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228002#M80067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with:&lt;/P&gt;&lt;P&gt;v_Set_Month = Inputbox("Please enter the month for this set." &amp;amp; vbcrlf &amp;amp; "[ format YYYYMM ]","Set month")&lt;/P&gt;&lt;P&gt;hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 08:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228002#M80067</guid>
      <dc:creator />
      <dc:date>2011-04-25T08:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Line break / Line feed in Inputbox dialogue</title>
      <link>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228003#M80068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any other suggestions on this? I have the same need to insert a line break into text in a legend.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2018 21:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-break-Line-feed-in-Inputbox-dialogue/m-p/228003#M80068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-28T21:08:13Z</dc:date>
    </item>
  </channel>
</rss>

