<?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 Is there a way to have an input field allow for multiple lines of text? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146240#M24836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got some text fields that I'm reading into variables in order to save to a file (through a macro), but one of the customer requirements is to have a multi line text box to type notes into, and I can't seem to find a way to do that within QlikView. Can this be done within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[View:http://www.youtube.com/watch?v=3nwBMOTDgnc:425:340]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 06:45:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-09T06:45:39Z</dc:date>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146240#M24836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got some text fields that I'm reading into variables in order to save to a file (through a macro), but one of the customer requirements is to have a multi line text box to type notes into, and I can't seem to find a way to do that within QlikView. Can this be done within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[View:http://www.youtube.com/watch?v=3nwBMOTDgnc:425:340]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 06:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146240#M24836</guid>
      <dc:creator />
      <dc:date>2009-06-09T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146241#M24837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if it can be done. A while ago, I tried to figure it out, and was unable to. I'll be interested if anyone comes up with a way to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 00:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146241#M24837</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-10T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146242#M24838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John. I'm guessing if you worked on it for awhile, its not easy to do. The only thing I can come up with is a possible custom object, but I'm not familiar enough with the custom objects to do this myself yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 00:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146242#M24838</guid>
      <dc:creator />
      <dc:date>2009-06-10T00:28:26Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146243#M24839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had something similar once... So, I used a button that opened the text file where user typed any text, and reloaded. Text from that file was used in a text box.&lt;BR /&gt;I know it's not the same, but it was acceptable in that situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146243#M24839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-11T09:10:30Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146244#M24840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Michael,&lt;/P&gt;&lt;P&gt;Thanks for the idea; that's very creative. I like it. Did you launch a text editor for them to edit the file in?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146244#M24840</guid>
      <dc:creator />
      <dc:date>2009-06-12T05:40:15Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146245#M24841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;BR /&gt;The button launched notepad, and opend the file. Actually this application had three or four launch buttons, each opened notepad with the different txt files - it's defined in the button properties. No need for macros. On reload, script reads the files into the fields or variables (don't remember exactly now), and the text box is just shows this field or variable. The major drawback is that the reload is required after editing.&lt;BR /&gt;I'm thinking about a different approach. Create an input box with X variables - v1, v2, ...vX - one per line of the text box. and the text box expression will be&lt;BR /&gt;=v1 &amp;amp; chr(10) &amp;amp; v2 &amp;amp; chr(10) &amp;amp; ... &amp;amp; chr(10) &amp;amp; vX.&lt;BR /&gt;No reload needed, but here the max number of lines is fixed. And probably less convinient for user, but this is a matter of preference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 07:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146245#M24841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-12T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146246#M24842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Michael,&lt;/P&gt;&lt;P&gt;I like the different approach. In your second approach, would the user have to hit return at the end of each line to get to the next line, or would the text word wrap?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 00:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146246#M24842</guid>
      <dc:creator />
      <dc:date>2009-06-13T00:21:20Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146247#M24843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example atached.&lt;BR /&gt;You have to click into the next line in the input box. Or click anywhere outside when done. Yes, text will wrap in the text box if it's too long.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 01:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146247#M24843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-13T01:28:11Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146248#M24844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;BR /&gt;It's a different question, may be you better start a separate thread about it. Probably what you need is the input field rather than a variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 04:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146248#M24844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-14T04:11:01Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146249#M24845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using the INPUTFIELD funtion eg&lt;BR /&gt;INPUTFIELD [Commentfield]; (put this at the start of your script)&lt;/P&gt;&lt;P&gt;Then above your actual data set in the script add a 'comment table':&lt;/P&gt;&lt;P&gt;TableComment:&lt;BR /&gt;LOAD&lt;BR /&gt;[CommentField];&lt;/P&gt;&lt;P&gt;Then load the rest of your data. If I created a straight table I was able to type in comments which would be saved and be able to view personally on reopening.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;bc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 23:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146249#M24845</guid>
      <dc:creator />
      <dc:date>2009-06-15T23:05:40Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146250#M24846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael, this is great, not exactly what the client was thinking but good enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 05:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146250#M24846</guid>
      <dc:creator />
      <dc:date>2009-06-23T05:38:59Z</dc:date>
    </item>
    <item>
      <title>Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146251#M24847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also go for the inputfield button. I've earlier created an "Notes" application, where users can add short notes about invoices. I used inputfield together with inputboxes and serversideexport. The user select an invoice (invoice No) and then press an Edit Notes button. A few inputboxes pops up there the user can add their notes (up to 254 chr long). I used the inputbox functionallity (rather then they inputfield) to get better control what the user types in. With this approach I also gained the possiblity to add timestamp and UserID (from the AD) to each invoice note.&lt;/P&gt;&lt;P&gt;I then put all theese into into a table box with inputfields, append the newly entered notes to a csv file. This way the user always sees his newly entered invoices (in the table box with the inputfields) and Im sure that I always store the notes inside the csv file and not in the *.qvw.shared file there the inputfield values are stored (on user level). Once a day I reload the application so all users can the the new notes.&lt;/P&gt;&lt;P&gt;I can tell you more about the solution if you want, I've came across a few issues on the way &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 15:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146251#M24847</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-06-23T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to have an input field allow for multiple lines of text?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146252#M24848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very interested in your solution regarding the usage of inputbox and inputfield.&lt;/P&gt;&lt;P&gt;I have created an application where it is necessary to enter comments.&lt;/P&gt;&lt;P&gt;The comments currently are entered via an inputbox and with a button (macro) then stored in an excel file.&lt;/P&gt;&lt;P&gt;However, I would also need the entered comments to be seen in the application immediately after saving it in the excel file WITHOUT reloading the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to enter the comments into the inputbox, press button to store it in excel file AND also storing the information within the inputfield (I assume that by doing so I can avoid reloading the script but still see the entered comments).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate your help/experience in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Viktoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-have-an-input-field-allow-for-multiple-lines/m-p/146252#M24848</guid>
      <dc:creator>beckerv</dc:creator>
      <dc:date>2014-07-24T12:09:25Z</dc:date>
    </item>
  </channel>
</rss>

