<?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 Comparasion in Set Analysis with variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310299#M498778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a issue with one of my KPI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need do a sum of one of my column, it's a number of persons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want do this count with dimension category and a dimension Adult/Children.&lt;/P&gt;&lt;P&gt;My problem is that dimension Adult CHildren is not fixed. I need calcul with the birthday and a date selectioned by the user in a calendar, the age of each personne and count the person in the field Adult or Childre.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this, I have create in a multidimensional chart, with one dimension : Category and two expressions : &lt;/P&gt;&lt;P&gt;One for count the numbers of persons in Adult and the other for Children.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have create three variables :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;LET vSetAge&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&lt;/P&gt;&lt;P&gt;LET vSetAdulte =&amp;nbsp; IF(num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&amp;gt;=18,1,0)=1&lt;/P&gt;&lt;P&gt;LET vSetEnfant = IF(num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&amp;lt;18,1,0)=1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my expression is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sum({&amp;lt;$(vSetAdulte)&amp;gt;}[Nb Mise en attente])&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I put the variable vSetAdulte like an expression I have 1 or 0 in the column but in the set analysis it's not works....I don't have nothing in my column. Can you help me please? I have past one day with many forms but I don't understand why it's not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 09:26:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-22T09:26:22Z</dc:date>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310299#M498778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a issue with one of my KPI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need do a sum of one of my column, it's a number of persons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want do this count with dimension category and a dimension Adult/Children.&lt;/P&gt;&lt;P&gt;My problem is that dimension Adult CHildren is not fixed. I need calcul with the birthday and a date selectioned by the user in a calendar, the age of each personne and count the person in the field Adult or Childre.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this, I have create in a multidimensional chart, with one dimension : Category and two expressions : &lt;/P&gt;&lt;P&gt;One for count the numbers of persons in Adult and the other for Children.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have create three variables :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;LET vSetAge&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&lt;/P&gt;&lt;P&gt;LET vSetAdulte =&amp;nbsp; IF(num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&amp;gt;=18,1,0)=1&lt;/P&gt;&lt;P&gt;LET vSetEnfant = IF(num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&amp;lt;18,1,0)=1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my expression is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sum({&amp;lt;$(vSetAdulte)&amp;gt;}[Nb Mise en attente])&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I put the variable vSetAdulte like an expression I have 1 or 0 in the column but in the set analysis it's not works....I don't have nothing in my column. Can you help me please? I have past one day with many forms but I don't understand why it's not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310299#M498778</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:26:22Z</dc:date>
    </item>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310300#M498779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nobody have idea please it's crucial for me, if you have idea or commentary don't hesitate &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 08:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310300#M498779</guid>
      <dc:creator />
      <dc:date>2011-06-23T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310301#M498780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Is it possible for you to upload the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 09:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310301#M498780</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-23T09:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310302#M498781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sure. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see my problem in the second TAB Feuille 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 10:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310302#M498781</guid>
      <dc:creator />
      <dc:date>2011-06-23T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310303#M498782</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; As per the data what ever you have done is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you describe me what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 10:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310303#M498782</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-23T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310304#M498783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Feuille 1. Normaly I have a column TOTAL, and After TOTAL NR. It's work normaly but I want too A column with the KPI for Only TOTAL Adult personn, TOTAL Adul Personn NR, and the same for Children.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want 6 colmun in this table.&lt;/P&gt;&lt;P&gt;My problem, is when I want use my Variables in the set Analysis, I don't have any number but only '-' values because I don't succeed calcul the set Analysis to see if a Personn was Adult Or Children in the date choose by the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 10:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310304#M498783</guid>
      <dc:creator />
      <dc:date>2011-06-23T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310305#M498784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you an Idea for this after I explain my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 08:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310305#M498784</guid>
      <dc:creator />
      <dc:date>2011-06-24T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310306#M498785</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your set analysis is not proper. Can you please explain in detail what you want with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If possible give the desired output in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 08:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310306#M498785</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-24T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310307#M498786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want calcul the number of Operations preview after the date I have choose in the calendar.&lt;/P&gt;&lt;P&gt;And I want 3 KPI : &lt;/P&gt;&lt;P&gt;- The number total of operations&lt;/P&gt;&lt;P&gt;- The number of Operation who concern an adult (have more or equal of 18 year)&lt;/P&gt;&lt;P&gt;- The number of Operation who concern a child (Have less of 18 year old)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To count an operation in the KPI : We need see if the date of Attente is more importante or equal at the date choose by the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="160"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="80"&gt;Person &lt;/TD&gt;&lt;TD width="80"&gt;BirthDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/01/1980&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/06/2007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/06/2002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/09/1975&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="360"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="80"&gt;Personn&lt;/TD&gt;&lt;TD width="103"&gt;Date of Attente&lt;/TD&gt;&lt;TD width="97"&gt;Nb Operations&lt;/TD&gt;&lt;TD width="80"&gt;CAT &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01/01/2010&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;02/05/2015&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;02/06/2024&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;06/03/2015&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;06/06/2000&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the result is :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 342px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="3" height="20" width="240"&gt;I choose the date 01/02011&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;CAT&lt;/TD&gt;&lt;TD&gt;Nb TOTAL &lt;/TD&gt;&lt;TD&gt;Adult TOTAL&lt;/TD&gt;&lt;TD&gt;Children TOTAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it's help you to understand? The age need be calculated for all changement by the user of the date choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bruno Martins Lêdo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 08:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310307#M498786</guid>
      <dc:creator />
      <dc:date>2011-06-24T08:59:18Z</dc:date>
    </item>
    <item>
      <title>Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310308#M498787</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;&amp;nbsp;&amp;nbsp; In your example which field is used for CAT,NB, Date of attente, Person, Birthdate,Selected Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 09:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310308#M498787</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-24T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310309#M498788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For CAT is : GREFFE.Greffon Prelevé&lt;/P&gt;&lt;P&gt;NB : FAIT.Nb mise en attente&lt;/P&gt;&lt;P&gt;Person : KEY_RECEVEUR&lt;/P&gt;&lt;P&gt;Birthdate : RECEVEUR.Date de Naissance&lt;/P&gt;&lt;P&gt;Selected Date : CALENDRIER_Choix.Date_Choix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date of Attente : [Date fin Attente]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND one more thing : Date_Inscription_Administrative need be &amp;lt; at the CALENDRIER_Choix.Date_Choix&lt;/P&gt;&lt;P&gt;[EQUIPE_N.Inter-Région_CO]-={'?','H','C'},&lt;/P&gt;&lt;P&gt;[GREFFE.Organe ou tissu Prelevé]={'O'},&lt;/P&gt;&lt;P&gt;[GREFFE.Greffon Prelevé_CO]={'C','CP','F','I','IL','PA','PO','R'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see this conditions in the file Expressions.txt the first line.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bruno Martins Lêdo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 09:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310309#M498788</guid>
      <dc:creator />
      <dc:date>2011-06-24T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Comparasion in Set Analysis with variables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310310#M498789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, you must use the Calculated Dimension :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR(IF(num((Date(Min(CALENDRIER_Choix.Date_Choix),'DD/MM/YYYY')-date([RECEVEUR.Date de Naissance],'DD/MM/YYYY'))/365)&amp;gt;=18,'Adulte','Enfant'),KEY_RECEVEUR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno Martins Lêdo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 08:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparasion-in-Set-Analysis-with-variables/m-p/310310#M498789</guid>
      <dc:creator />
      <dc:date>2011-06-27T08:24:10Z</dc:date>
    </item>
  </channel>
</rss>

