<?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 No GetPossibleSelections function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199094#M58161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I'm not sure if this is a new function in QlikView 10 (I'm running build 8685, QV10RC2), but there is a GetPossibleCount system function. See this screenshot from help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7217.Screen-shot-2010_2D00_09_2D00_12-at-9.21.07-PM.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7217.Screen-shot-2010_2D00_09_2D00_12-at-9.21.07-PM.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 02:27:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-13T02:27:02Z</dc:date>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199090#M58157</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;I am trying to create a dynamic list box where values are included only when a certain value has been selected elsewhere (may even be a compound condition).&lt;/P&gt;&lt;P&gt;There is the function GetFieldSelections which returns the explicitly selected values of a field, but there is no corresponding function to return those 'possible' values (implicitly selected in white).&lt;/P&gt;&lt;P&gt;I can create a function in module that uses 'ActiveDocument.Fields(fieldname).GetPossibleValues' but I cannot call this function in an expression.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199090#M58157</guid>
      <dc:creator />
      <dc:date>2010-03-31T10:35:30Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199091#M58158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have understood ur problem correctly u can set an expression like&lt;/P&gt;&lt;P&gt;=IF(GetSelectedValues(FieldName)=Value, ValueToShow). Same way if u want to hide the List box u can set the expression in conditional like =IF(GetSelectedValues(FieldName)=Value,1,0) like that. IF have some othere requirement try using GetSelectedCount, GetPossibleCount etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199091#M58158</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2010-03-31T11:03:02Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199092#M58159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Amars.&lt;/P&gt;&lt;P&gt;Therein lies the problem. GetFieldSelections returns those values explicitily selected (green) but not those implicitily selected (white) although there are ironically the two functions GetSelectedCount and GetPossibleCount which distinguish between them.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199092#M58159</guid>
      <dc:creator />
      <dc:date>2010-03-31T11:18:49Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199093#M58160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon,&lt;/P&gt;&lt;P&gt;Did you ever find a solution. I've run into the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Sep 2010 19:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199093#M58160</guid>
      <dc:creator />
      <dc:date>2010-09-12T19:43:21Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199094#M58161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I'm not sure if this is a new function in QlikView 10 (I'm running build 8685, QV10RC2), but there is a GetPossibleCount system function. See this screenshot from help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7217.Screen-shot-2010_2D00_09_2D00_12-at-9.21.07-PM.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7217.Screen-shot-2010_2D00_09_2D00_12-at-9.21.07-PM.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 02:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199094#M58161</guid>
      <dc:creator />
      <dc:date>2010-09-13T02:27:02Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199095#M58162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;Thanks the help. The problem is I wan to return the possible values not the count of possible values. The function GetFieldSelections returns the values of everything in green. I'm looking for something like GetFieldSelections but returns all possible values (i.e values that are green and white) vice selected values (i.e. values that are green). I guess it would be called GetFieldPossible or something.&lt;/P&gt;&lt;P&gt;What I am trying to do is figure out if the user filtered to a specific subset of data and use this to determine what objects are displayed.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 00:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199095#M58162</guid>
      <dc:creator />
      <dc:date>2010-09-14T00:28:41Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199096#M58163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat() returns possible values. Am I misunderstanding the question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 00:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199096#M58163</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-14T00:45:50Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199097#M58164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you're not! Wow that is much easier than I thought it would be. Thanks.&lt;/P&gt;&lt;P&gt;For others who come across this post:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Concat( FieldName , ',' )&lt;/P&gt;&lt;P&gt;will delimit each value with a comma so you can find the in the string that is returned.&lt;/P&gt;&lt;P&gt;i.e. item1,item2,item3 vice item1item2item3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 01:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199097#M58164</guid>
      <dc:creator />
      <dc:date>2010-09-14T01:15:39Z</dc:date>
    </item>
    <item>
      <title>No GetPossibleSelections function</title>
      <link>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199098#M58165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd probably typically want concat(distinct FieldName,','), as without the "distinct", you'll get every occurrence of every value for the field. If you're trying to see if a value is possible, all those extra occurrences would only slow you down, even if it would still work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 01:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-GetPossibleSelections-function/m-p/199098#M58165</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-14T01:39:44Z</dc:date>
    </item>
  </channel>
</rss>

