<?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: Indirect Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643267#M476682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the field you wnat to compare the created date &lt;/P&gt;&lt;P&gt;has diffrent value for diffrent records , then you need to use if statement &lt;/P&gt;&lt;P&gt;as set analysis wil check for the same date to all values&lt;/P&gt;&lt;P&gt;so your formula sholud look somthing like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({$&amp;lt;Nome_Profilo=P({&amp;lt;Sending_mean__c={Online},Profile_state__c={Attivo}, Commodity={'Gas','Power'},CreatedDate={'&amp;gt;=$(=varDate)'}&amp;gt;}Nome_Profilo)&amp;gt;}aggr(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Created_Date &amp;gt; Date&lt;/SPAN&gt;,Nome_Profilo),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Nome_Profilo&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 11:23:39 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2014-05-22T11:23:39Z</dc:date>
    <item>
      <title>Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643266#M476681</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 have a problem with set analysis.&lt;/P&gt;&lt;P&gt;I have this expression that give me as result 26130 records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Count({$&amp;lt;Nome_Profilo=P({&amp;lt;Sending_mean__c={Online},Profile_state__c={Attivo}, Commodity={'Gas','Power'},CreatedDate={'&amp;gt;=$(=varDate)'}&amp;gt;}Nome_Profilo)&amp;gt;}Nome_Profilo)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know about this 26130 records, which have Created_Date &amp;gt; Date &lt;/P&gt;&lt;P&gt;where Date is another date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643266#M476681</guid>
      <dc:creator />
      <dc:date>2014-05-22T11:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643267#M476682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the field you wnat to compare the created date &lt;/P&gt;&lt;P&gt;has diffrent value for diffrent records , then you need to use if statement &lt;/P&gt;&lt;P&gt;as set analysis wil check for the same date to all values&lt;/P&gt;&lt;P&gt;so your formula sholud look somthing like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({$&amp;lt;Nome_Profilo=P({&amp;lt;Sending_mean__c={Online},Profile_state__c={Attivo}, Commodity={'Gas','Power'},CreatedDate={'&amp;gt;=$(=varDate)'}&amp;gt;}Nome_Profilo)&amp;gt;}aggr(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Created_Date &amp;gt; Date&lt;/SPAN&gt;,Nome_Profilo),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Nome_Profilo&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643267#M476682</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-05-22T11:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643268#M476683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Liron.&lt;/P&gt;&lt;P&gt;I have another question to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I calculate progressive expression by using option in expression tab :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sending_mean__c&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={Online},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Profile_state__c&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={Attivo},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Billing_email__c&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={''}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nome_Profilo&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;I calculate this expression Group by MonthDate..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I need to know difference between Progressive May 2014 and September 2013.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How can i do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Francesca&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 16:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643268#M476683</guid>
      <dc:creator />
      <dc:date>2014-05-23T16:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643269#M476684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi maria&lt;/P&gt;&lt;P&gt;can you elaborate , little bit more&lt;/P&gt;&lt;P&gt;what is the dimension of the chart where you want to compare the month&lt;/P&gt;&lt;P&gt;and do you always compare months to a month 8 months back&lt;/P&gt;&lt;P&gt;or the user should select the months he want to compare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 05:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643269#M476684</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-05-26T05:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643270#M476685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Liron.&lt;/P&gt;&lt;P&gt;I have another question for you. I need to calculate difference between two dates but with two different condition. I use the Only function but it works only for one condition. How can i do? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one condition is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Categoria__c={'Attivazione'},Subject={'Verifica e correzione dei dati'},State__c={'Nuovo'},Status_Task={'Completata'},Stato_Pipeline={'1 Check Doc','2 Credit Check','3 Check Call','3 Check Letter','4 Gest. UTF','5 Invio Recessi','6 DL','6 DL KO','7 Non fatturabile','8 Fatturabile','0 Annullamenti'}&amp;gt;}round( LastModifiedDate_Task-CreatedDate_Task))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second condition is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;Categoria__c={'Attivazione'},Subject={'Verifica e correzione dei dati'},State__c={'Attivo'},Status_Task={'Completata'},Stato_Pipeline={'7 Non fatturabile'}&amp;gt;}round( LastModifiedDate_Task-CreatedDate_Task))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do to have the difference of two date in one expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 21:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/643270#M476685</guid>
      <dc:creator />
      <dc:date>2014-06-03T21:47:06Z</dc:date>
    </item>
  </channel>
</rss>

