<?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: Select possible action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-possible-action/m-p/990728#M337570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would at first try to generate this field as a native field within the script. If operator and taskcardno are within the same table you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(Match(operator, 'AAA', 'BBB'),Left(taskcardno,9)) as taskcardno_Short&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if not you could create a mapping for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 13:06:48 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-08-25T13:06:48Z</dc:date>
    <item>
      <title>Select possible action</title>
      <link>https://community.qlik.com/t5/QlikView/Select-possible-action/m-p/990727#M337569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a button with an action that selects all possible in a certain customize listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expresion of my listbox is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(operator= 'AAA' OR operator = 'BBB',Left(taskcardno,9))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for certain range of data selections, this listbox shows all possible options that I can select. With a button and an action I want to select these possible fields within this listbox. However the action 'Select Possible' seems limited. I cannot get the desired results. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know macro like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ActiveDocument.Fields("CertainField").SelectPossible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But it is a customized non existing field, in my case:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ActiveDocument.Fields("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=if(operator= 'AAA' OR operator = 'BBB',Left(taskcardno,9))&lt;/SPAN&gt;").SelectPossible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not possible. Is it possible to select all possible of a certain listbox by just entering the objects ID or something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 12:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-possible-action/m-p/990727#M337569</guid>
      <dc:creator />
      <dc:date>2015-08-25T12:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select possible action</title>
      <link>https://community.qlik.com/t5/QlikView/Select-possible-action/m-p/990728#M337570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would at first try to generate this field as a native field within the script. If operator and taskcardno are within the same table you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(Match(operator, 'AAA', 'BBB'),Left(taskcardno,9)) as taskcardno_Short&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if not you could create a mapping for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-possible-action/m-p/990728#M337570</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-25T13:06:48Z</dc:date>
    </item>
  </channel>
</rss>

