<?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: Needed Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160595#M632804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for a best performance i sugest create a flag on scrip for use on set analisys&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Source_type={"Non-Paid"},flag={1}&amp;gt;} [Generated Leads(LeadHub)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;LOAD Market, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brand, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Channel, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source_type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Generated Leads(LeadHub)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Target Leads], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Data As Of],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Data As Of]=Month,1) as flag&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Vs Target Paid_non Paid_Other]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 17:42:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-14T17:42:27Z</dc:date>
    <item>
      <title>Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160593#M632802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I m using a guage chart and i have fields as Source_type and Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now i needed an set analysis expression to write if(Source_Type=Non-Paid and target_month =[Data As of],Generated_Leads).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Attached excel for more info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160593#M632802</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-14T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160594#M632803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From this Excel, What are you expecting. Which is the Expression you are applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please post a sample application which demonstrates the problem and let me know expecting o/p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excel, you have 3 sheets. Which sheet you want to use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160594#M632803</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-14T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160595#M632804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for a best performance i sugest create a flag on scrip for use on set analisys&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Source_type={"Non-Paid"},flag={1}&amp;gt;} [Generated Leads(LeadHub)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;LOAD Market, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brand, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Channel, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source_type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Generated Leads(LeadHub)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Target Leads], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Data As Of],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Data As Of]=Month,1) as flag&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Vs Target Paid_non Paid_Other]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160595#M632804</guid>
      <dc:creator />
      <dc:date>2016-07-14T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160596#M632805</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;Please find the attached excel and the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the excel we have source_type,channel,dataasof,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to write an expression as if(sour_type=Non-Paid,Channel=Corporate and Target_month=Dataasof , sum(generated leads)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so which should show 9175 and total is 76266&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160596#M632805</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-14T17:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160597#M632806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.. but please tell me why we have written flag, and if i want to include one more field i.e. channel = corporate what i need to write in ur expression&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;Source_type={"Non-Paid"},flag={1}&amp;gt;} [Generated Leads(LeadHub)])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160597#M632806</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-14T17:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160598#M632807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Source_type={"Non-Paid"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Channel={"Corporate"},&lt;/SPAN&gt;flag={1}&amp;gt;} &lt;/SPAN&gt;generated leads)&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;Your perfomance stay beter because your informacio are calculate. You can too calculate direcly on set, but i think its not good.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160598#M632807</guid>
      <dc:creator />
      <dc:date>2016-07-14T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Needed Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160599#M632808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-Set-Analysis/m-p/1160599#M632808</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-07-14T18:03:11Z</dc:date>
    </item>
  </channel>
</rss>

