<?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 Return a dimension from expression(set analysis) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055322#M16720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a dimension for customer numbers that did not have any sales the previous year.&amp;nbsp; I'm new to Qlik so please excuse me if this is a stupid question.&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer Number&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CY Sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;PY Sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using an if statement, but it said that it was an invalid dimension. Here's the if statement:&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Year]={$(=max([Year])-1)}&amp;gt;} EXTSHIPAMT)=0,CUSTNUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming there's a function that does this, I'm just not aware of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 14:46:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-22T14:46:23Z</dc:date>
    <item>
      <title>Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055322#M16720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a dimension for customer numbers that did not have any sales the previous year.&amp;nbsp; I'm new to Qlik so please excuse me if this is a stupid question.&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer Number&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CY Sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;PY Sales&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using an if statement, but it said that it was an invalid dimension. Here's the if statement:&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Year]={$(=max([Year])-1)}&amp;gt;} EXTSHIPAMT)=0,CUSTNUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming there's a function that does this, I'm just not aware of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055322#M16720</guid>
      <dc:creator />
      <dc:date>2016-01-22T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055323#M16721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;=Aggr(&lt;/SPAN&gt;If(Sum({&amp;lt;[Year]={$(=Max([Year])-1)}&amp;gt;} EXTSHIPAMT) = 0, CUSTNUM)&lt;SPAN style="color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;CUSTNUM)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055323#M16721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-22T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055324#M16722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 13:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055324#M16722</guid>
      <dc:creator />
      <dc:date>2016-01-25T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055325#M16723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 14:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055325#M16723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-25T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055326#M16724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is expression is returning Null Values, is there anyway to avoid that from within the expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055326#M16724</guid>
      <dc:creator />
      <dc:date>2016-01-26T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055327#M16725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean, can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055327#M16725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-26T18:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055328#M16726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's lumping all other customer into one row. So if I created a table using the dimension you helped me with this i what I would get: &lt;/P&gt;&lt;P&gt;Cust Number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CY Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PY Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I know I can uncheck the Show Null Values on the dimension, but I was hoping I could accomplish that in the expression.&amp;nbsp; I'm trying use this to create a KPI, but because it's returning all of the other values my total is way off.&amp;nbsp; I hope I explained that properly.&amp;nbsp; Thanks again for your help!&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 19:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055328#M16726</guid>
      <dc:creator />
      <dc:date>2016-01-26T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055329#M16727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 19:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055329#M16727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-26T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055330#M16728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="New Account Table Capture.JPG" class="jive-image image-1" src="/legacyfs/online/112598_New Account Table Capture.JPG" style="height: 111px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The first row is where it is lumping the null values together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a measure for the KPI:&lt;/P&gt;&lt;P&gt;sum(if(aggr(sum({&amp;lt;[Year]={$(=max(Year)-1)}&amp;gt;} IF(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)),[Cust Name])=0,0,IF(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The measure also sums up the totals for the null values.&amp;nbsp; Essentially all I want is a ytd total in a KPI for any customer that did not buy anything last year.&amp;nbsp; The table works for this, but I just like the way the KPI looks.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055330#M16728</guid>
      <dc:creator />
      <dc:date>2016-01-26T20:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055331#M16729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;[Year]={$(=max(Year)-1)}&amp;gt;} &lt;/SPAN&gt;If(Aggr(Sum({&amp;lt;[Year]={$(=max(Year)-1)}&amp;gt;} If(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)),[Cust Name])=0, 0, If(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055331#M16729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-26T20:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055332#M16730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still summed up the null values.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055332#M16730</guid>
      <dc:creator />
      <dc:date>2016-01-26T20:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055333#M16731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you try this for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;[Year]={$(=max(Year)-1)}&lt;SPAN style="color: #ff0000;"&gt;, [New Account] = {"=Len(Trim([New Account])) &amp;gt; 0"}&lt;/SPAN&gt;&amp;gt;} &lt;/SPAN&gt;If(Aggr(Sum({&amp;lt;[Year]={$(=max(Year)-1)}&amp;gt;} If(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)),[Cust Name])=0, 0, If(STATUS=31,-1*EXTSHIPAMT,EXTSHIPAMT)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055333#M16731</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-26T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055334#M16732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same thing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055334#M16732</guid>
      <dc:creator />
      <dc:date>2016-01-26T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055335#M16733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055335#M16733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-26T21:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Return a dimension from expression(set analysis)</title>
      <link>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055336#M16734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm actually not sure how to share a sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Return-a-dimension-from-expression-set-analysis/m-p/1055336#M16734</guid>
      <dc:creator />
      <dc:date>2016-01-26T21:39:53Z</dc:date>
    </item>
  </channel>
</rss>

