<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053350#M353340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5695"&gt;Set Analysis Beginners Guide v2.0.docx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/59055"&gt;Learning Set Analysis from Scratch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8039"&gt;A Beginners' Introduction to Set Analysis (video)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 13:39:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-08T13:39:55Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053346#M353336</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;How can i convert the following expression to set analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(FORMAT='FRANC' ,SUM(TRIG_QTY),sum(SALES_QTY))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053346#M353336</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-01-08T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053347#M353337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope, this would not be possible.... You are doing simple aggregations based on condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;for more things check the basics of Set analysis from Hekp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053347#M353337</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-08T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053348#M353338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gou, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;FORMAT = {'FRANC}&amp;gt;}TRIG_QTY) OR SUM({&amp;lt;FORMAT-={'FRANC'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SALES_QTY&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053348#M353338</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-01-08T13:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053349#M353339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why you want a set analysis expression but you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;FORMAT={'FRANC'}&amp;gt;}TRIG_QTY) + SUM({$&amp;lt;FORMAT-={'FRANC'}&amp;gt;}SALES_QTY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it works for you let us know if speed of calculation is improved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053349#M353339</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-01-08T13:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053350#M353340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5695"&gt;Set Analysis Beginners Guide v2.0.docx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/59055"&gt;Learning Set Analysis from Scratch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8039"&gt;A Beginners' Introduction to Set Analysis (video)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053350#M353340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-08T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053351#M353341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is FORMAT depending on the dimensional value? Or is it depending on the record value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may only consider replacing (if you in fact need a recod based evaluation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUM( IF&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;(FORMAT='FRANC' , TRIG_QTY,SALES_QTY))&lt;/EM&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;&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;With something like&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;&lt;EM&gt;RANGESUM( &lt;SPAN style="font-size: 13.3333px;"&gt;SUM( {&amp;lt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;FORMAT= {'FRANC'} &amp;gt;} TRIG_QTY), SUM( {&amp;lt;FORMAT -= {'FRANC'} &amp;gt;}&amp;nbsp; SALES_QTY) )&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053351#M353341</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-08T13:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053352#M353342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Try this ,&lt;/P&gt;&lt;P&gt;It is more useful for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053352#M353342</guid>
      <dc:creator />
      <dc:date>2016-01-08T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053353#M353343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is correct and the speed is better than the if formula.&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>Fri, 08 Jan 2016 14:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053353#M353343</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-01-08T14:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053354#M353344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gou,&lt;/P&gt;&lt;P&gt;Glad it worked and great to know that the speed's improved.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1053354#M353344</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-01-08T15:46:53Z</dc:date>
    </item>
  </channel>
</rss>

