<?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: Use Set Analysis into variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920499#M983275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try&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;Count( { &amp;lt; [Délai] = { &amp;gt;= '$(=&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MyFirstSetAnalysis)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)' } &amp;gt; } DISTINCT [Code module])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 11:39:23 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-08-12T11:39:23Z</dc:date>
    <item>
      <title>Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920495#M983266</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'm trying to put a variable into a Set Analysis. The problem is that my variable is the result of another Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my first Set Analysis :&lt;/P&gt;&lt;P&gt;LET&lt;STRONG&gt; MyFirstSetAnalysis&lt;/STRONG&gt; = ''Avg( { &amp;lt; [Type de date]= { ' &amp;amp; chr(39)&amp;amp; 'Engagement' &amp;amp;chr(39)&amp;amp; '}, [Année]={'&amp;amp;chr(39)&amp;amp;'2015' &amp;amp;chr(39) &amp;amp; '} &amp;gt; } [Délai de réponse])';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want a new Set Analysis which will contain the result of my first Set Analysis :&lt;/P&gt;&lt;P&gt;LET &lt;STRONG&gt;MySecondSetAnalysis&lt;/STRONG&gt;= 'Count( { &amp;lt; [Délai] = { &amp;gt;= $(' &amp;amp; &lt;STRONG&gt;&lt;STRONG&gt;MyFirstSetAnalysis&lt;/STRONG&gt;&lt;/STRONG&gt; &amp;amp; ' ) } &amp;gt; } DISTINCT [Code module])'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I display my variable I get this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( { [Délai]= {&amp;gt;= } &amp;gt; } DISTINCT [Code Module];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions :&lt;/P&gt;&lt;P&gt;- Can we us Set Analysis into another Set Analysis ?&lt;/P&gt;&lt;P&gt;- If yes, how ?&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>Wed, 12 Aug 2015 10:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920495#M983266</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2015-08-12T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920496#M983267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is yes, pls try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET MyFirstSetAnalysis = Avg( { &amp;lt; [Type de date]= {Engagement}, [Année]={2015} &amp;gt; } [Délai de réponse]);&lt;/P&gt;&lt;P&gt;LET MySecondSetAnalysis= Count( { &amp;lt; [Délai] = { "&amp;gt;= $(MyFirstSetAnalysis)" } &amp;gt; } DISTINCT [Code module])';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920496#M983267</guid>
      <dc:creator>maximiliano_vel</dc:creator>
      <dc:date>2015-08-12T11:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920497#M983269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not use $ sign in the varibles in the script&lt;/P&gt;&lt;P&gt;try using @ and replace it in the front end before the use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920497#M983269</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-12T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920498#M983272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, your first variable needs to start with an '='.&lt;/P&gt;&lt;P&gt;Your second variableneeds doublequotes for set analisys (don't use simple quotes or it will mess with your inserted variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can work, I would first try it simplier trying if this works:&lt;/P&gt;&lt;P&gt;Count( { &amp;lt; [Délai] = {"&amp;gt;= $(=Avg( { &amp;lt; [Type de date]= {'Engagement'}, [Année]={'2015'}&amp;gt; } [Délai de réponse]) )"} &amp;gt; } DISTINCT [Code module])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920498#M983272</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-08-12T11:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920499#M983275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try&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;Count( { &amp;lt; [Délai] = { &amp;gt;= '$(=&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MyFirstSetAnalysis)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)' } &amp;gt; } DISTINCT [Code module])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920499#M983275</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-12T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920500#M983277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that a double quote or a pair of single quotes at the start of the first variable def? Should be one single quote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MyFirstSetAnalysis&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; = 'Avg( {&amp;lt;[Type de date]= {''Engagement''}, [Année]={2015}&amp;gt;} [Délai de réponse])';&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;(the embedded quotes are pairs of single quotes to escape the quotes. No need for chr(39))&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;The second is missing an = sign:&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MySecondSetAnalysis&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;= 'Count( {&amp;lt;[Délai] = {&amp;gt;=$' &amp;amp; '(=' &amp;amp; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MyFirstSetAnalysis&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;amp; ')}&amp;gt;} DISTINCT [Code module])';&lt;/SPAN&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;(You need to split the $( to defer the expansion and be careful with spaces inside the set expression, some can break the expression)&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920500#M983277</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-12T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920501#M983280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reading Sasidhar I remember than the Dollar will mess the result in script, you'll need to use CHR():&lt;/P&gt;&lt;P&gt;LET&lt;STRONG&gt; MyFirstSetAnalysis&lt;/STRONG&gt; = ''=Avg( { &amp;lt; [Type de date]= { ' &amp;amp; chr(39)&amp;amp; 'Engagement' &amp;amp;chr(39)&amp;amp; '}, [Année]={'&amp;amp;chr(39)&amp;amp;'2015' &amp;amp;chr(39) &amp;amp; '} &amp;gt; } [Délai de réponse])';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want a new Set Analysis which will contain the result of my first Set Analysis :&lt;/P&gt;&lt;P&gt;LET &lt;STRONG&gt;MySecondSetAnalysis&lt;/STRONG&gt;= 'Count( { &amp;lt; [Délai] = {"&amp;gt;= ' &amp;amp; Chr(36) &amp;amp; '(' &amp;amp; &lt;STRONG&gt;&lt;STRONG&gt;MyFirstSetAnalysis&lt;/STRONG&gt;&lt;/STRONG&gt; &amp;amp; '") } &amp;gt; } DISTINCT [Code module])'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920501#M983280</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-08-12T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920502#M983283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm it doesn't work for me.&lt;/P&gt;&lt;P&gt;I can't use LET with your solution or maybe you forgot the quote ?&lt;/P&gt;&lt;P&gt;I tried with SET and I have the same empty result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 12:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920502#M983283</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2015-08-12T12:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920503#M983286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't understand well. Where exactly I have to put @ ?&lt;/P&gt;&lt;P&gt;I have to replace $ by @ ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 12:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920503#M983286</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2015-08-12T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920504#M983288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,use @ in the place of $ and replace it later when you want to use your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET &lt;STRONG&gt;MySecondSetAnalysis&lt;/STRONG&gt;= 'Count( { &amp;lt; [Délai] = { &amp;gt;= @(' &amp;amp; &lt;STRONG&gt;&lt;STRONG&gt;MyFirstSetAnalysis&lt;/STRONG&gt;&lt;/STRONG&gt; &amp;amp; ' ) } &amp;gt; } DISTINCT [Code module])';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace(&lt;STRONG&gt;MySecondSetAnalysis,'@','$')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920504#M983288</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-12T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920505#M983289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create the variables in Settings-&amp;gt;Variable Overview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920505#M983289</guid>
      <dc:creator>maximiliano_vel</dc:creator>
      <dc:date>2015-08-12T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920506#M983290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;but you forgot the double quote before and after the variable :&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET &lt;/SPAN&gt;MySecondSetAnalysis&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;= 'Count( {&amp;lt;[Délai] = {&amp;gt;=&lt;STRONG style="text-decoration: underline;"&gt;"&lt;/STRONG&gt; $' &amp;amp; '(=' &amp;amp; &lt;/SPAN&gt;MyFirstSetAnalysis&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;amp; ')&lt;STRONG style="text-decoration: underline;"&gt;"&lt;/STRONG&gt;}&amp;gt;} DISTINCT [Code module])';&lt;/SPAN&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;thank you very much&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920506#M983290</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2015-08-12T13:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use Set Analysis into variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920507#M983291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your quick answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan's solution works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Set-Analysis-into-variable/m-p/920507#M983291</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2015-08-12T13:09:35Z</dc:date>
    </item>
  </channel>
</rss>

