<?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: set analysis using 2 variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127665#M903554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ruben&lt;/P&gt;&lt;P&gt;That's very helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you have 3 fields e.g. A, B, C,&amp;nbsp; which only contain dates ( the date the candidate has registered). So I have 3 text boxes which set the variable to the column the user wants focus on, i.e. name of column A, B, C and all I'm trying to do is use the year of that column , not the full date.&lt;/P&gt;&lt;P&gt;I then want to filter the said column by the 2nd variable , which is selected via 3 other year text boxes.&amp;nbsp; 2014,2015,2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence 2 variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so using your example all im trying to do is get entries in the v_Quals column which year match the year selected &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so thought this may work as its the year of the v_quals column thats required and as the column is constantly moving its not like i can use a list box - does that make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[year($(v_Quals))]={"*/$(v_year)}"&amp;gt;} distinct person_id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 07:32:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-12T07:32:25Z</dc:date>
    <item>
      <title>set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127658#M903547</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;&lt;/P&gt;&lt;P&gt;Set analysis can be frustrating sometimes.&lt;/P&gt;&lt;P&gt;I've been trying to tweak a formula to improve storage on a table. Currently I'm extracting the year from a date on the import but i wanted to make this neater by using a variable instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_year&amp;nbsp; = a year selectable by the user &lt;/P&gt;&lt;P&gt;v_Quals = date a user qualified , which is set to BKKReg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so originally i was using this for set analysis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;BKKRegYear={$(v_year)}&amp;gt;} distinct person_id)&amp;nbsp;&amp;nbsp;&amp;nbsp; - this works fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now BKKRegYear is just&amp;nbsp; =&amp;nbsp; year(BKKReg) which is done on the load script but i wanted to remove this column altogether and just use the column and manipulate it in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use&lt;/P&gt;&lt;P&gt;=month($(v_Quals))&amp;nbsp; as a dimension which is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;year($(v_Quals))={$(v_year)}&amp;gt;} distinct person_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;throws up an error in expression and gives me no values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on this, this set analysis expression is eluding me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127658#M903547</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127659#M903548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;This won't answer your whole question but when using a variable in set analysis (after the &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; you need to write it like this: =&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;{'=$(v_year)'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of using a variable instead of a field name, I'll need to look into a bit more. Any chance you could post a copy of your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 09:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127659#M903548</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-07-11T09:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127660#M903549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ciaran &lt;/P&gt;&lt;P&gt;many thanks but I used a variable originally for the v_year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;BKKRegYear={$(v_year)}&amp;gt;} distinct person_id)&amp;nbsp;&amp;nbsp; which worked fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but adding your extra brackets gave an incorrect count (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;BKKRegYear={'=$(v_year)'}&amp;gt;} distinct person_id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The part im trying to fathom out is the replacement of the BKKRegYear bit with year($(v_Quals)) or some such syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to the nature of the data i can't submit the whole app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 09:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127660#M903549</guid>
      <dc:creator />
      <dc:date>2016-07-11T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127661#M903550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you want to show Unique vales. If you want to show unique values for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BKKRegYear also. You need to change that distinct to front side&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;year((v_Quals))={=$(v_year)}&amp;gt;} distinct person_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requirement you should deliver that. So, here what you want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 10:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127661#M903550</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-11T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127662#M903551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee, wich field has to keep the selections? There is a field for the year or there is only BKKReg? Is BKKReg a Date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposing you only have BKKReg, wich is date in format DD/MM/YYYY you can use:&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;=count({$&amp;lt;BKKReg={"*/$(v_year)}"&amp;gt;} distinct person_id)&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;It will select all dates ended in the year selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 10:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127662#M903551</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-11T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127663#M903552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i mentioned i don't just have BKKReg I have several quals hence the use of a variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both fields would keep the selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;year($(v_Quals))={$(v_year)}&amp;gt;} distinct person_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_Qual = is actually a date behind a certain qualification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_Year&amp;nbsp; = is a selectable year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the table structure is similar to that below and I'll have several buttons which drive the year by changing the variable on clicking&amp;nbsp; and another set to drive the column header i.e BKKReg, AKKReg, or DKKReg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="371"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="102"&gt;person_id &lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;BKKReg&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="83"&gt;AKKReg&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="88"&gt;DKKReg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;123456&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01/01/2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;234567&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01/02/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;345678&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/03/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;456789&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;03/02/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127663#M903552</guid>
      <dc:creator />
      <dc:date>2016-07-11T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127664#M903553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee, I don't understand how you use the v_Qual variable and the relation with the different date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analisys is a filter, a filter is applied through selections, and selections are done in fields, so the first part of the set analysis sentence should have an existing field name where it will apply the selections. And doesn't seems that "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;year($(v_Quals))&lt;/SPAN&gt;" will return an existing field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a variable -or a field with 'Only One Value Selected'- so the user can select wich date field to apply the filter, this field or variable can have 3 options: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BKKReg, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AKKReg or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DKKReg.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you can do:&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;=count({$&amp;lt;[$(new_variable_name)]={"*/$(v_year)}"&amp;gt;} distinct person_id)&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;This "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[$(new_variable_name)]" &lt;/SPAN&gt;will be checked as an error but it works.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 07:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127664#M903553</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-12T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127665#M903554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ruben&lt;/P&gt;&lt;P&gt;That's very helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you have 3 fields e.g. A, B, C,&amp;nbsp; which only contain dates ( the date the candidate has registered). So I have 3 text boxes which set the variable to the column the user wants focus on, i.e. name of column A, B, C and all I'm trying to do is use the year of that column , not the full date.&lt;/P&gt;&lt;P&gt;I then want to filter the said column by the 2nd variable , which is selected via 3 other year text boxes.&amp;nbsp; 2014,2015,2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence 2 variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so using your example all im trying to do is get entries in the v_Quals column which year match the year selected &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so thought this may work as its the year of the v_quals column thats required and as the column is constantly moving its not like i can use a list box - does that make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[year($(v_Quals))]={"*/$(v_year)}"&amp;gt;} distinct person_id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 07:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127665#M903554</guid>
      <dc:creator />
      <dc:date>2016-07-12T07:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127666#M903555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use an expression on the LHS of a set expression. This can only be a field. I suggest that you create a year field (or fields) in the load and then use that field (or those fields) in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 08:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127666#M903555</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-07-12T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127667#M903556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee, as said before, you need to use an &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;existent field name&lt;/STRONG&gt;&lt;/SPAN&gt;, doesn't matters the name of the column or whatever, only existing field names, in your example: 'A', 'B' or 'C'.&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;[year($(v_Quals))] is not an existing &lt;STRONG&gt;field name.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach a simple example to check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 12:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127667#M903556</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-12T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis using 2 variables</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127668#M903557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee, you managed to achieve a solution? If not please upload a sample wich demonstrates your problem. English is nor my native language and maybe I'm missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-using-2-variables/m-p/1127668#M903557</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-15T10:42:41Z</dc:date>
    </item>
  </channel>
</rss>

