<?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 Display the data in combobox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178973#M501077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, how can i display the values yes and no in Inputbox..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 10:45:32 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-03-24T10:45:32Z</dc:date>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178971#M501075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to display the data in the form of combobox with values 'yes' and 'No'. If he select 'yes" i should get like this( ask for filename to include entire path).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178971#M501075</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-03-24T10:03:07Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178972#M501076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boppy,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF vGetFileName = 'Yes' THEN&lt;BR /&gt; let vFileName = Input('Enter Filename:', 'Input box');&lt;BR /&gt;END IF&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178972#M501076</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-24T10:27:11Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178973#M501077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, how can i display the values yes and no in Inputbox..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178973#M501077</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-03-24T10:45:32Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178974#M501078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can configure this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1200.inputbox.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1200.inputbox.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;..and will get a drop down input box:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3857.inputbox_5F00_dropdown.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3857.inputbox_5F00_dropdown.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178974#M501078</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-24T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178975#M501079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which component are you using? And where do you paste this code?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178975#M501079</guid>
      <dc:creator />
      <dc:date>2011-03-24T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178976#M501080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Input Box,&lt;/P&gt;&lt;P&gt;the code goes to the load script.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178976#M501080</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-24T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178977#M501081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;Thanks for u solution. But, when i use the code in the edit script and reload the script i getting the Input box. My task is not like dat. The task is when i select the Yes in the input box. I shoud get the Input box asking "Enter the filename"..But, once again thanks to give me solution. I hope u understood my problem. I'm waiting for the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 13:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178977#M501081</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-03-24T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178978#M501082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, now I hope to understand.. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You could have one input variable for the filename too. If it's filled with a filename and the other variable is set to 'Yes' you can use the filename in the scrpit. Otherwise you use the standard filename in the script.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 13:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178978#M501082</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-24T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Display the data in combobox</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178979#M501083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You would need to place a trigger on the input variable vGetFileName&lt;/P&gt;&lt;P&gt;Settings &amp;gt; Document Properties &amp;gt; Triggers &amp;gt; Variable Event Triggers&lt;/P&gt;&lt;P&gt;Select vGetFileName and click Add Action(s)...&lt;/P&gt;&lt;P&gt;Add &amp;gt; External &amp;gt; Run Macro &amp;gt; Edit Module&lt;/P&gt;&lt;P&gt;Paste in the Edit Module, the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sub GetFileName&lt;BR /&gt; Set a=ActiveDocument.Variables("vGetFileName")&lt;BR /&gt; In_val=a.GetContent.String&lt;BR /&gt; if In_Val = "Yes" Then&lt;BR /&gt; tmp = inputBox("Input your FileName")&lt;BR /&gt; ActiveDocument.Variables("vFileName").SetContent tmp, true&lt;BR /&gt; End If&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And make sure to fill the right MacroName ("GetFileName")&lt;/P&gt;&lt;P&gt;And that is it. See the attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 00:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-data-in-combobox/m-p/178979#M501083</guid>
      <dc:creator />
      <dc:date>2011-03-25T00:59:20Z</dc:date>
    </item>
  </channel>
</rss>

