<?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 / variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141165#M462854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, its only sample data to show the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 14:25:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-19T14:25:16Z</dc:date>
    <item>
      <title>Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141159#M462848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi holks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to use some set analysis in a text box but instead of sum of Sales of whatever I want to call a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have in my text box&lt;/P&gt;&lt;P&gt;=num(sum({&amp;lt;CURRENT = {1},MOBILE = {1}&amp;gt;} vHeatMetric),'###########,###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what is in vHeatmetric&lt;/P&gt;&lt;P&gt;=if((vHeatGetListbox)='Email',$(vEx_Op_EMAIL),if((vHeatGetListbox)='Mobile',$(vEx_Op_MOBILE),0.00))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within vEx_Op_EMAIL for example we have this:&lt;/P&gt;&lt;P&gt;count(distinct{$&amp;lt;Email_Flag={'1'}&amp;gt;}&amp;nbsp; CUSTID) / count( DISTINCT&amp;nbsp; CUSID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now the text box is giving me the result of vEx_Op_EMAIL but is basically ignoring the set analysis part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141159#M462848</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141160#M462849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot have aggregation within aggregation without an Aggr function. Since you variable includes Count() function, the best way would be to add all your set analysis to the variable itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141160#M462849</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141161#M462850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 36 text boxes with differrent set analysis in each, we want to be able to cycle through 7 metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont want to create 252 variables for that though. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141161#M462850</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141162#M462851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be another way to do this. Can you share a smaller sample of what you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141162#M462851</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141163#M462852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi - have edited the original post with small sample of the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141163#M462852</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141164#M462853</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;There is only &lt;STRONG&gt;customer&amp;nbsp;&amp;nbsp; (CUSTID=16) &lt;/STRONG&gt; who is in&amp;nbsp; both &lt;STRONG&gt;segment 3 and segment 4 count = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due you want this % with renaming &lt;STRONG&gt;count EMAIL&amp;nbsp; count= 16 ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e&amp;nbsp;&amp;nbsp; 1 / 16 =&amp;nbsp;&amp;nbsp; 6.25 %&amp;nbsp; !!!??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141164#M462853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141165#M462854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, its only sample data to show the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141165#M462854</guid>
      <dc:creator />
      <dc:date>2016-08-19T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141166#M462855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to pass a variable to use as a field name in set analysis? I am trying this but QV stills ignores&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-variable/m-p/1141166#M462855</guid>
      <dc:creator />
      <dc:date>2016-08-19T14:26:05Z</dc:date>
    </item>
  </channel>
</rss>

