<?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: Doubt regarding a formula withSET ANALYSIS OR AGGR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248466#M621342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If numeric values, then no need for quotes&lt;/LI&gt;&lt;LI&gt;If literals / fixed strings, then single quotes&lt;/LI&gt;&lt;LI&gt;If search patterns, then double quotes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/130723"&gt;Re: Sets when NOT equal to&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 02:15:32 GMT</pubDate>
    <dc:creator>jayanttibhe</dc:creator>
    <dc:date>2017-02-10T02:15:32Z</dc:date>
    <item>
      <title>Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248459#M621335</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;I don't know if my problem have to be solved with what option: i have to count the number of invoices that in the total have 3 units or less units invoiced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried with these 2 options but for some reason they don't work. On the other hand I don't know which is the best option of them to solve this problem, could you explain why???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formulas that I wrote are these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formula 1: Count(AGGR(SUM([UN VENDIDAS])&amp;lt;=3, NUM.FACTURA)) - this formula is not working well because its counting the invoices that have lines with 3 or less units instead of just counting the invoices that have 3 or less units in the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formula 2: Count({&amp;lt; Sum ([UN VENDIDAS])&amp;lt;=3 &amp;gt;} DISTINCT NUM.FACTURA) - this formula is showing error in the syntaxis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248459#M621335</guid>
      <dc:creator />
      <dc:date>2017-02-10T01:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248460#M621336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leave it the First one, Try a luck for &lt;STRONG&gt;Second&lt;/STRONG&gt; one&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; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt; [NUM.FACTURA] = {'$(=Sum ([UN VENDIDAS])&amp;lt;=3)' &amp;gt;} DISTINCT [NUM.FACTURA])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248460#M621336</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T01:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248461#M621337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried with your proposal but isn't working, do you have another idea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with this one because i thinked that yours have "&lt;SPAN style="font-size: 13.3333px;"&gt;}" missed but also fails&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Count({&amp;lt; [NUM.FACTURA] = {'$(=Sum ([UN VENDIDAS])&amp;lt;=3)'} &amp;gt;} DISTINCT [NUM.FACTURA])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your comments, &lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248461#M621337</guid>
      <dc:creator />
      <dc:date>2017-02-10T02:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248462#M621338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [NUM.FACTURA] = {"=Sum(UN VENDIDAS]) &amp;lt;=3"} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA]))&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248462#M621338</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-10T02:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248463#M621339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, Sorry but are you trying to Search inside Set condition ? I dont think you need to use $ expansion within. Also,&amp;nbsp; Single Quotes should not be use for Set Search conditions. Though it works in some of the cases - Its known Set analysis issue. &lt;/P&gt;&lt;P&gt;Please correct if I am wrong. &lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248463#M621339</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-10T02:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248464#M621340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove "$" as Jayant Suggested&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Count({&amp;lt; [NUM.FACTURA] = {'&lt;SPAN style="color: #ff0000; font-size: 18pt; text-decoration: line-through;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 18pt; text-decoration: line-through;"&gt;(&lt;/SPAN&gt;=Sum ([UN VENDIDAS])&amp;lt;=3)'&lt;SPAN style="color: #ff0000;"&gt;}&lt;/SPAN&gt; &amp;gt;} DISTINCT [NUM.FACTURA]) //Strike through the $ and (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248464#M621340</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248465#M621341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, Off course that my first post is from Mobile. I had checked with that. It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248465#M621341</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T02:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248466#M621342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If numeric values, then no need for quotes&lt;/LI&gt;&lt;LI&gt;If literals / fixed strings, then single quotes&lt;/LI&gt;&lt;LI&gt;If search patterns, then double quotes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/130723"&gt;Re: Sets when NOT equal to&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248466#M621342</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-10T02:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248467#M621343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!!!!!! the final formula is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [NUM.FACTURA] = {'=Sum([UN VENDIDAS]) &amp;lt;=3'} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;regards!!!&lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248467#M621343</guid>
      <dc:creator />
      <dc:date>2017-02-10T02:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248468#M621344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, then close this Thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If some one has same issue then they will land up the same thread. Then only they came to know follow up the Helpful answer and Correct Answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;ANIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248468#M621344</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T02:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248469#M621345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im trying with this formula to discard 0 records but its not working:&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [NUM.FACTURA] = {'=Sum([UN VENDIDAS])= {1,2,3}'} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i change???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your comments&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 03:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248469#M621345</guid>
      <dc:creator />
      <dc:date>2017-02-10T03:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248470#M621346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That won't work because How Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[UN VENDIDAS]&lt;/SPAN&gt;) has the values are 1,2,3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean to say this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt; [NUM.FACTURA] = {'=Sum([UN VENDIDAS])= {1 or 2 or 3}'} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 05:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248470#M621346</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T05:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248471#M621347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not answering before,.,.,I had tried your solution however it dont work. On the other hand i have a question: if&amp;nbsp; i would want consider a bigger range I had saw many options with this kind of script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; [NUM.FACTURA] = {'=Sum([UN VENDIDAS])= {"&amp;gt;0","&amp;lt;=3"}'} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know why its not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248471#M621347</guid>
      <dc:creator />
      <dc:date>2017-02-15T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248472#M621348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this:&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; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;[NUM.FACTURA] = {"=Sum([UN VENDIDAS]) &amp;gt; 0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum([UN VENDIDAS])&lt;/SPAN&gt; &amp;lt;= 3"} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248472#M621348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248473#M621349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranges should be syntax as follow&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; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt; [NUM.FACTURA] = {'=Sum([UN VENDIDAS])= {"&amp;gt;0 &amp;lt;=3"}'} &amp;gt;} DISTINCT&amp;nbsp; [NUM.FACTURA])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248473#M621349</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-15T17:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248474#M621350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sunny, your solution worked perfectly. now i see that a "problem" in Qlikview could have many approaches however im still dont understand why one solution could work with some context and in other context dont. &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248474#M621350</guid>
      <dc:creator />
      <dc:date>2017-02-15T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248475#M621351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your changes however it didn't work. Do you have any idea why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;PMJT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248475#M621351</guid>
      <dc:creator />
      <dc:date>2017-02-15T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248476#M621352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a good place to start for set analysis would be this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also read this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248476#M621352</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding a formula withSET ANALYSIS OR AGGR</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248477#M621353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax isn't right pedro... I am not sure what the idea was behind Anil's expression, but it isn't the right way to code it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-a-formula-withSET-ANALYSIS-OR-AGGR/m-p/1248477#M621353</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T17:49:03Z</dc:date>
    </item>
  </channel>
</rss>

