<?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 How can i add Group field in attached expression (set analysis problem) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293586#M499344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You have to create a variable, for example vGroup&lt;/P&gt;&lt;P&gt;the content of vGroup is&lt;/P&gt;&lt;P&gt;=GetCurrentField([&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;BCGroup&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On set analysis, you call it like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;$(vGroup)={A}&amp;gt;} VALUE1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the idea of the syntax, you just need to adapt to your values and make it to the second group as well. &lt;/P&gt;&lt;P&gt;What I do, in these cases, I create a straight table chart, with no dimension and put the expression there with no labels. When you write the expression, QV will put it as the header of a column and you can see if it evaluates your variables correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 11:45:07 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-05-12T11:45:07Z</dc:date>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293585#M499343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Below expression is written for working only individual fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is that i need to use Group instead of single field i.e; i need to have here GetCurrentField(BCgroup) where i highleted the expression in Red color and&amp;nbsp; GetCurrentField(DEgroup) in Blue color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls share your ideas on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;=count({$&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;BCShotFlowIndexA&lt;/SPAN&gt;={"&amp;gt;=$(bcVar1)&amp;lt;=$(bcVar2)"}&amp;gt;+$&amp;lt;&lt;SPAN style="color: #0000ff;"&gt;DepoBCPeakVacA&lt;/SPAN&gt;={"&amp;gt;=$(DeVar1)&amp;lt;=$(DeVar2)"}&amp;gt;} LensKey) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 11:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293585#M499343</guid>
      <dc:creator />
      <dc:date>2011-05-12T11:06:23Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293586#M499344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You have to create a variable, for example vGroup&lt;/P&gt;&lt;P&gt;the content of vGroup is&lt;/P&gt;&lt;P&gt;=GetCurrentField([&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;BCGroup&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On set analysis, you call it like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;$(vGroup)={A}&amp;gt;} VALUE1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the idea of the syntax, you just need to adapt to your values and make it to the second group as well. &lt;/P&gt;&lt;P&gt;What I do, in these cases, I create a straight table chart, with no dimension and put the expression there with no labels. When you write the expression, QV will put it as the header of a column and you can see if it evaluates your variables correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 11:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293586#M499344</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-12T11:45:07Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293587#M499345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thans for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send the brief explanation or send the set analysis expressin to me how should i change the actual expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 13:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293587#M499345</guid>
      <dc:creator />
      <dc:date>2011-05-12T13:18:20Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293588#M499346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I think you are pretty close.&lt;/P&gt;&lt;P&gt;Create two variables&lt;/P&gt;&lt;P&gt;vGroupBC&lt;/P&gt;&lt;P&gt;the content will be: &lt;/P&gt;&lt;P&gt; =GetCurrentField([BCgroup])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vGroupDE&lt;/P&gt;&lt;P&gt;the content will be:&lt;/P&gt;&lt;P&gt; =GetCurrentField([DEGroup])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The expression will be:&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;$(vGroupBC)={"&amp;gt;=$(bcVar1)&amp;lt;=$(bcVar2)"}&amp;gt;+$&amp;lt;$(vGroupDE)={"&amp;gt;=$(DeVar1)&amp;lt;=$(DeVar2)"}&amp;gt;} LensKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 13:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293588#M499346</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-12T13:50:53Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293589#M499347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Lets try this other:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st: Create your group/groups&lt;/P&gt;&lt;P&gt;2nd: GetCurrentField(YourGroup)&lt;/P&gt;&lt;P&gt;3rd: if(GetCurrentField(YourGroup)=Field1, Expression1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GetCurrentField(YourGroup)=Field2, Expression2, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You´ll save the variable.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Notice that the color-sintax-algorithm is failing. Another bug of QV10. But it works anyway.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 14:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293589#M499347</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-05-12T14:00:40Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293590#M499348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry what u send is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if know any other solution please reply me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 14:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293590#M499348</guid>
      <dc:creator />
      <dc:date>2011-05-12T14:33:02Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293591#M499349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you write the &lt;SPAN style="text-decoration: underline;"&gt;expression1&lt;/SPAN&gt; for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetCurrentField(Mygroup)=Field1,&lt;SPAN style="text-decoration: underline;"&gt;Expression1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 14:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293591#M499349</guid>
      <dc:creator />
      <dc:date>2011-05-12T14:44:19Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293592#M499350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif';"&gt;Hi, &lt;A _jive_internal="true" href="https://community.qlik.com/people/ravikumar_ajzaas"&gt;ravikumar_ajzaas&lt;/A&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif';"&gt;I don´t know exactly what you want, I posted only an idea that you could use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif';"&gt;Neither I use those kind of sets so complicated. I’m a simple guy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif';"&gt;I see you have two groups. Are there in the same table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt;GetCurrentField(BCgroup) gives you the current field that is showing in BCgroup. It can be only one, since it changes in the whole doc, and it works even if the table or the object does not contain that group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt;I´d divide your set in two parts:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;=count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: red;"&gt;BCShotFlowIndexA&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;={"&amp;gt;=$(bcVar1)&amp;lt;=$(bcVar2)"}&amp;gt; LensKey }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: blue;"&gt;DepoBCPeakVacA&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;={"&amp;gt;=$(DeVar1)&amp;lt;=$(DeVar2)"}&amp;gt;} LensKey) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif';"&gt;Now we have it easier.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt;If(GetCurrentField(BCgroup)=Field1, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: red;"&gt;BCShotFlowIndexA&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;={"&amp;gt;=$(bcVar1)&amp;lt;=$(bcVar2)"}&amp;gt; LensKey }) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #636363;"&gt;If(GetCurrentField(DEgroup)=Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: blue;"&gt;DepoBCPeakVacA&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt;={"&amp;gt;=$(DeVar1)&amp;lt;=$(DeVar2)"}&amp;gt;} LensKey)&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif';"&gt;Are we approaching?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293592#M499350</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-05-12T15:06:28Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293593#M499351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Cristian. I can be complicated to break that set analysis into a sum of two expression.&lt;/P&gt;&lt;P&gt;If you do you can count the same registers twice&lt;/P&gt;&lt;P&gt;That set analysis solve the overlap between sets of registers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ravikumar_ajzaas, did you include the "=" on the variable content? &lt;/P&gt;&lt;P&gt;What do you get when you put those variables on a text box? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293593#M499351</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-12T15:28:40Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293594#M499352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other solution reply me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293594#M499352</guid>
      <dc:creator />
      <dc:date>2011-05-12T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293595#M499353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I created a sample app with my suggestion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 15:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293595#M499353</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-12T15:46:46Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293596#M499354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your amazing response . The attachment of your &lt;SPAN style="text-decoration: underline;"&gt;varGroup.qvw&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;is unable to open in my system because i am having Qlikview10.0 trial version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to reach your solution to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 04:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293596#M499354</guid>
      <dc:creator />
      <dc:date>2011-05-13T04:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293597#M499355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Hi Erich:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Look at your file a little retouched by me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Now I know how to attach a file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;The new site is looking good but I need to learn how to use it correctly.&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 07:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293597#M499355</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-05-13T07:10:38Z</dc:date>
    </item>
    <item>
      <title>How can i add Group field in attached expression (set analysis problem)</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293598#M499356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea to bind the group data by taking variables and using those variables instead of groups is excellent&lt;/P&gt;&lt;P&gt;and it is working well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 16:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-Group-field-in-attached-expression-set-analysis/m-p/293598#M499356</guid>
      <dc:creator />
      <dc:date>2011-05-13T16:35:12Z</dc:date>
    </item>
  </channel>
</rss>

