<?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 Combobox w/ data from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315463#M116416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean.&amp;nbsp; If I knew in advance what the user was going to select, then I wouldn't need the input box...&amp;nbsp;&amp;nbsp; -- and I'd like to stay away from using triggers up at the sheet level if possible since that will slow everything down (I assume...).&amp;nbsp; I think I know what I need to do now - but now I need to figure out what the syntax is to check the state of the multi-box (like what is the syntax for checking (in code) that it has changed or that a selection has been made?&amp;nbsp; I hope the documentation is good - or I'm in for more hair-pulling --- thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2011 20:36:33 GMT</pubDate>
    <dc:creator>papabaer</dc:creator>
    <dc:date>2011-08-31T20:36:33Z</dc:date>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315457#M116410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;I need a combobox input control, with values populated from a field.&amp;nbsp; I'd like to take the user-selected value - assign it to a variable, and then use that variable to do more processing etc.&amp;nbsp; I can't seem to find a way to do the 1st part of this:&amp;nbsp; It seems I either have an input box available that makes a 'selection' - which I don't want - or I have an input box that only allows manually-entered, pre-defined values for the input list.&amp;nbsp; Am I missing something obvious? Or is this actually difficult?&amp;nbsp; (I'm accustomed to VBA in Access - and this is simple stuff in that environment...) --- thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 17:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315457#M116410</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-08-31T17:53:20Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315458#M116411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if i'm getting it in a wrong way ..,&lt;/P&gt;&lt;P&gt;you mean a multi box with values populated from a field and you wants to save the valus user selected into a variable for further calculations .&lt;/P&gt;&lt;P&gt;if so declare a variable and assign getfieldselections( your field name ) gives you the values which are been selected by users .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 18:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315458#M116411</guid>
      <dc:creator />
      <dc:date>2011-08-31T18:20:11Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315459#M116412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think you're on the right track...&amp;nbsp; but it looks to me like any of these boxes/controls will automatically apply the selection made by the user.&amp;nbsp; There appears to be no 'generic' UI control - so it seems I will have to use triggers to intercept whenever any change occurs to the multibox - figure out what state it's in, grab the values (if a selection has been made) - &lt;STRONG&gt;undo &lt;/STRONG&gt;the selection (again, if appropriate), to be sure I've UNDONE what it wanted to do --- and only then can I proceed with my algorithm to make the selections I want.&amp;nbsp; Sound right?&amp;nbsp; This seems like an awful lot of bookeeping just to ask the user for a value...&amp;nbsp;&amp;nbsp; but then I'm new to QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 19:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315459#M116412</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-08-31T19:51:07Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315460#M116413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a thought ,&lt;/P&gt;&lt;P&gt;If you have two fields in the multi box try to declare two different variables where variable1 grabs selected field in field1 and variables2 does . there is no need to make any undo of selections try to make always 1 selected which helps you to prevent user to make multiple selections in that field . so by making this you can proceed with your algorithm which will have always a value in the variables wich you are using and which will not have any chance to take null values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 19:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315460#M116413</guid>
      <dc:creator />
      <dc:date>2011-08-31T19:59:56Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315461#M116414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting - but isn't the user still selecting a field in this case?&amp;nbsp; If so, I still need to undo that selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw - Thanks for your quick responses!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 20:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315461#M116414</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-08-31T20:05:37Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315462#M116415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If you know that what value that user is going to select we can trigger to select that value onopening the dashboard or onactivating the sheet, we can trigger a action onopening the sheet and onactivating the sheet to select by using onopen &amp;amp; onactive action which helps you to prevent user to make selections but for that you have to know that the user is gonna be select that specific value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 20:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315462#M116415</guid>
      <dc:creator />
      <dc:date>2011-08-31T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315463#M116416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean.&amp;nbsp; If I knew in advance what the user was going to select, then I wouldn't need the input box...&amp;nbsp;&amp;nbsp; -- and I'd like to stay away from using triggers up at the sheet level if possible since that will slow everything down (I assume...).&amp;nbsp; I think I know what I need to do now - but now I need to figure out what the syntax is to check the state of the multi-box (like what is the syntax for checking (in code) that it has changed or that a selection has been made?&amp;nbsp; I hope the documentation is good - or I'm in for more hair-pulling --- thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 20:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315463#M116416</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-08-31T20:36:33Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315464#M116417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; what i mean is , if you have a requirement like always select a top value or 2nd top value or last value or select top of sales etc.,&amp;nbsp; which we can trigger but it seems like you doesn't have that sort of requirement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Meher &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 20:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315464#M116417</guid>
      <dc:creator />
      <dc:date>2011-08-31T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315465#M116418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create an Island Field ( A field loaded from resident table in qlikview which doesnt have any relation to the data model but have same data as the source field in the resident table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the front end use this island field to let user select waht ever they want and you update your variables or process the selected data or anything. Being this island field and no relation to main data model user selection will not make any imapct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if u have still doubts in getting done this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 04:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315465#M116418</guid>
      <dc:creator />
      <dc:date>2011-09-01T04:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315466#M116419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; OK - that sounds like what I'm after - (now to just figure out how to do that...)&lt;/P&gt;&lt;P&gt;thanks much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315466#M116419</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-09-01T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315467#M116420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad it helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can just think of as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Country,Prod,Sales&lt;/P&gt;&lt;P&gt;CN,ABC,100&lt;/P&gt;&lt;P&gt;US,DEF,200&lt;/P&gt;&lt;P&gt;IN,GHI,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selections:&lt;/P&gt;&lt;P&gt;Load distinct Prod as SelectProd resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the SelectProd field in the front end to let users select. To get the selected data you have get.... field... functions in the fron end to process the selected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 01:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315467#M116420</guid>
      <dc:creator />
      <dc:date>2011-09-02T01:34:43Z</dc:date>
    </item>
    <item>
      <title>Combobox w/ data from a field</title>
      <link>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315468#M116421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case it helps anyone - the way I resolved having that separate list of data was to simply import that same list of data but with a different field name (which keeps it separate).&amp;nbsp; As was noted, this allows the user to make a selection from that list without having any impact on the other data in QlikView.&lt;/P&gt;&lt;P&gt;Thanks again for the help --- After a bit of a learning curve on the next part (learning the syntax for controlling selections etc. through code) - It now works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 16:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combobox-w-data-from-a-field/m-p/315468#M116421</guid>
      <dc:creator>papabaer</dc:creator>
      <dc:date>2011-09-08T16:43:54Z</dc:date>
    </item>
  </channel>
</rss>

