<?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 GetFieldSelections eqvivalent for Possible Values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270357#M1188081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for replying! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't actually make it work, got a listbox named SalesOrderNumber and made selections in other listboxes so that SalesOrderNumber holds 4 possible values. Created a text object with expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesOrderNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, ','); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;The text object just shows "-". Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 07:45:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-16T07:45:32Z</dc:date>
    <item>
      <title>GetFieldSelections eqvivalent for Possible Values?</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270355#M1188079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I've got a listbox for OrderID I Can access the order ID that ive choosen via getFieldSelections. At the same time when I choose an order ID i will filter down the listbox containing OrderDate so that it only holds one possible value. Since I haven't explicitly selected that OrderDate in the listbox I can't use getFieldSelections() to get the order date. Any ideas how to get the date so that I for example can store it in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270355#M1188079</guid>
      <dc:creator />
      <dc:date>2011-08-12T15:11:14Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections eqvivalent for Possible Values?</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270356#M1188080</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 can use:&lt;/P&gt;&lt;P&gt;Concat ( distinct OrderID, ',') where ',' is a separator for the field values&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270356#M1188080</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-12T15:17:16Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections eqvivalent for Possible Values?</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270357#M1188081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for replying! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't actually make it work, got a listbox named SalesOrderNumber and made selections in other listboxes so that SalesOrderNumber holds 4 possible values. Created a text object with expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesOrderNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, ','); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;The text object just shows "-". Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 07:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270357#M1188081</guid>
      <dc:creator />
      <dc:date>2011-08-16T07:45:32Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections eqvivalent for Possible Values?</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270358#M1188082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; My bad, I've added a semicolon at the end of the line by habbit, It works great, thanks Erich!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 08:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-eqvivalent-for-Possible-Values/m-p/270358#M1188082</guid>
      <dc:creator />
      <dc:date>2011-08-16T08:29:43Z</dc:date>
    </item>
  </channel>
</rss>

