<?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 Trying to understand syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767273#M664459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax below:&lt;/P&gt;&lt;P&gt;takes the selection from the Industry list box and applies it to another list box, to reduce selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me with an explanation of how this statement works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 17:23:43 GMT</pubDate>
    <dc:creator>gerrycastellino</dc:creator>
    <dc:date>2015-01-26T17:23:43Z</dc:date>
    <item>
      <title>Trying to understand syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767273#M664459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax below:&lt;/P&gt;&lt;P&gt;takes the selection from the Industry list box and applies it to another list box, to reduce selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me with an explanation of how this statement works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 17:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767273#M664459</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-01-26T17:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767274#M664460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What this statement effectively does is show all currently associated values of Industry, while ignoring any selections made in Industry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Industry&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;=&amp;gt;} set expression removes, or ignores, any current selections in Industry. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;The &lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;() function is required to be able to use the aforementioned set expression. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;The &lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;() function is way of applying the only() function to each Industry value in turn.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 18:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767274#M664460</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-01-26T18:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767275#M664461</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;when selecting in a calculated listbox using this expression, the listbox does not behave different from selecting in a listbox using this field directly.&lt;/P&gt;&lt;P&gt;When selecting in another field, this expression reduces the Industry values to only the possible values.&lt;/P&gt;&lt;P&gt;When using this expression without only() function and set expression, the listbox only shows possible or selected industry values, never excluded ones. This could be a solution when "hide excluded" is not enough (because it still leaves grey areas for the excluded values):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_149613_Pic1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76275_QlikCommunity_Thread_149613_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_149613_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/76276_QlikCommunity_Thread_149613_Pic2.JPG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_149613_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/76286_QlikCommunity_Thread_149613_Pic3.JPG" style="height: 172px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_149613_Pic4.JPG" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/76287_QlikCommunity_Thread_149613_Pic4.JPG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_149613_Pic5.JPG" class="jive-image image-5" src="https://community.qlik.com/legacyfs/online/76288_QlikCommunity_Thread_149613_Pic5.JPG" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 22:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-understand-syntax/m-p/767275#M664461</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-26T22:15:19Z</dc:date>
    </item>
  </channel>
</rss>

