<?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: Open input box expression dialog via Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71706#M11784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would I do this in a separate dialog?&lt;/P&gt;&lt;P&gt;I know the InputBox / InputBoxEx dialog, but this is limited in the text length it accepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 17:55:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-02-08T17:55:55Z</dc:date>
    <item>
      <title>Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71700#M11778</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;&lt;/P&gt;&lt;P&gt;does anybody know if and how it is possible to open the expression dialog of a variable input box via Macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user should use the expression dialog instead of just pasting in content in the input box entry line.&lt;/P&gt;&lt;P&gt;(the expression dialog can be opened manually by clicking on the three dots on the right of the entry line after clicking in that space).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, is it possible to prevent Qlik from converting line breaks into white spaces when copying in content directly in the entry line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71700#M11778</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-08T09:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71701#M11779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I look in the APIGuide there seems nothing suitable for opening the expression-dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the second part of preventing the line-break conversion I'm not sure if it's possible but it should be possible to reverse this result afterwards. Maybe this is starting point for such an approach: &lt;A href="https://community.qlik.com/message/706285"&gt;Re: Inputbox not more then 25000 Char's&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71701#M11779</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71702#M11780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing pretty much the same as discussed in that thread, my question is basically how to handle the untrained users from Gerold's last post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you paste a list of values to select directly into the Input box entry field (not using the expression dialog), the line breaks seem to be transformed to spaces.&lt;/P&gt;&lt;P&gt;I can handle these spaces, but only if I can be assured that there are no spaces within the values to select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71702#M11780</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-08T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71703#M11781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the problem ... but there seems not much how it could be solved or bypassed whereby as I copied some dummy-values from a textbox with the variable-content into notepad++ I noticed that there are two spaces instead of the line-break and this should rather seldom occur within the normal values and could be therefore used for reversing them again into a line-break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71703#M11781</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T13:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71704#M11782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's a good catch, didn't noticed that there are in fact two spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used this as criterium to decide if we need to handle this as value separator or part of the value, seems to work quite well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71704#M11782</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-08T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71705#M11783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;you can try to use in macro: Inputbox.SetVariableContent&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set IPB=ActiveDocument.GetSheetObject("IBxx")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IPB.SetVariableContent,0,"Text or Num or Variable", True&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;0 - Row of inputbox (0= first line in box)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Text or Num or Variable = &lt;/EM&gt;String&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(see also API V11)&lt;/P&gt;&lt;P&gt;and you can declare the string in a separately dialog/macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71705#M11783</guid>
      <dc:creator>qvwarning</dc:creator>
      <dc:date>2018-02-08T15:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open input box expression dialog via Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71706#M11784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would I do this in a separate dialog?&lt;/P&gt;&lt;P&gt;I know the InputBox / InputBoxEx dialog, but this is limited in the text length it accepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 17:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-input-box-expression-dialog-via-Macro/m-p/71706#M11784</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-08T17:55:55Z</dc:date>
    </item>
  </channel>
</rss>

