<?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 Dimension as value in a set analysis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222374#M75054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;NathanFurby wrote:Just gave this a go and interestingly this statement does work, and on a dimension basis - but only if there has been a selection in the NewCustomerFrom field. When no selection is made then 0 is returned.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Yeah, I noticed that too. Seems wrong to me, but since the help file fails to describe the behavior, I figure it's working as designed, even if I don't like the design.&lt;/P&gt;&lt;P&gt;From the help file, this is the syntax that allows for this option:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;element_set ::= [ field_name ] | { element_list } | element_function&lt;/P&gt;&lt;P&gt;And these look to be the only examples, all of which have a field using its own selections and not values from some other field:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum( {$&amp;lt;Product = Product + {OurProduct1} - {OurProduct2} &amp;gt;} Sales )&lt;BR /&gt;returns the sales for the current selection, but with the product "OurProduct1" added to the list of selected products and "OurProduct2" removed from the list of selected products.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum( {$&amp;lt;Year = Year + ({"20*",1997} - {2000}) &amp;gt;} Sales )&lt;BR /&gt;returns the sales for the current selection but with additional selections in the field "Year": 1997 and all that begin with "20" - however, not 2000. Note that if 2000 is included in the current selection, it will still be included after the modification.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum( {$&amp;lt;Year = (Year + {"20*",1997}) - {2000} &amp;gt;} Sales )&lt;BR /&gt;returns almost the same as above, but here 2000 will be excluded, also if it initially is included in the current selection. The example shows the importance of sometimes using brackets to define an order of precedence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2011 22:54:26 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-04-26T22:54:26Z</dc:date>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222346#M75026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've got the problem, that users would like to have values of dimensions in a set analysis expression, so that they can get a table like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4141_sourceID:4141" /&gt;&lt;/P&gt;&lt;P&gt;Is there an opportunity to have an expression like this for the column "Sales NewCustomer":&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;SalesDate={'&amp;gt;=NewCustomerFrom &amp;lt;=NewCustomerTill'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222346#M75026</guid>
      <dc:creator />
      <dc:date>2011-04-19T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222347#M75027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PHoffmann,&lt;/P&gt;&lt;P&gt;Can you make ur requirement more clear.&lt;/P&gt;&lt;P&gt;Asper my understanding you can apply set in dimesion that will give u filtered result at dimesion and then expression value based on dimesion.&lt;/P&gt;&lt;P&gt;EXAMPLE.&lt;/P&gt;&lt;P&gt;=IF(&lt;BR /&gt;aggr(&lt;BR /&gt;rank(total&lt;BR /&gt;aggr( sum( {&amp;lt;Year=,YM={$(vLastMonth)},MonthName=&amp;gt;} Sales),CUSTOMER)&lt;BR /&gt;,0,1)&lt;BR /&gt;,CUSTOMER)&lt;BR /&gt;&amp;lt;=100&lt;BR /&gt;CUSTOMER))&lt;/P&gt;&lt;P&gt;This expression was applied at dimesion itself and filtered expression value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222347#M75027</guid>
      <dc:creator />
      <dc:date>2011-04-19T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222348#M75028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dushyant,&lt;/P&gt;&lt;P&gt;thanks for your answer!&lt;/P&gt;&lt;P&gt;I'm searching for a way to calculate the last column in the table above. The data model on which the table bases on is the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DimensionAsValueSetAnalysis_Tables.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6938_DimensionAsValueSetAnalysis_Tables.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The blue fields are the dimensions (see also the table above).&lt;/P&gt;&lt;P&gt;How can I calculate the column "Sales NewCustomer" in the table above?&lt;/P&gt;&lt;P&gt;Hopefully the question is now clearer!?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222348#M75028</guid>
      <dc:creator />
      <dc:date>2011-04-19T11:24:44Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222349#M75029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;SalesDate={'&amp;gt;=NewCustomerFrom &amp;lt;=NewCustomerTill'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;it is right, only format of all three SalesDate, NewCustomerFrom and NewCustomerTill should be same.&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Shubhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222349#M75029</guid>
      <dc:creator />
      <dc:date>2011-04-19T11:41:09Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222350#M75030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's just off the top of my head from what I've read on other posts but does this work?&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Num(SalesDate)={"&amp;gt;=Num(NewCustomerFrom) &amp;lt;= Num(NewCustomerTill)}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Also, I think QlikView is a bit 'funny' with dates in Set Analysis. I've seen people suggesting converting them to their number value in order to make them work.&lt;/P&gt;&lt;P&gt;Also to note, I removed the $ dollar sign from the set analysis as I guess you'll be working with the current set anyway. Feel free to put it back in if it makes a difference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222350#M75030</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T11:43:29Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222351#M75031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the format is not the problem! In my formula QlikView does not recognize, that "NewCustomerFrom" and "NewCustomerTill" are names of dimensions. So how do I have to write the formula?&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;SalesDate={'&amp;gt;=&lt;STRONG&gt;NewCustomerFrom&lt;/STRONG&gt; &amp;lt;=&lt;STRONG&gt;NewCustomerTill'&lt;/STRONG&gt;} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible at all, to have a different value for each row in a set analysis expression? Normally you can use static values or static variables for all rows.&lt;/P&gt;&lt;P&gt;Thanks for all answers!&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 12:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222351#M75031</guid>
      <dc:creator />
      <dc:date>2011-04-19T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222352#M75032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can I ask why you think this is the reason? Set Analysis and date fields have always caused me issues and they will likely break anyway if the dates in the comparison are in different formats. Even trying to force the issue to set them to the same format hasn't worked for me in the past.&lt;/P&gt;&lt;P&gt;Did you try either of the suggestions? Was the result the same?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 12:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222352#M75032</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222353#M75033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and to answer your question, you can use field names in set analysis much the way you are doing. That's why I'm unsure that the set analysis not recognising the fields is the issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 12:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222353#M75033</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T12:55:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222354#M75034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;if I use the expression&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;Num(SalesDate)={"&amp;gt;=Num(NewCustomerFrom) &amp;lt;= Num(NewCustomerTill)}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;QV shows me the first "num" in red letters and the last strings are all black and therefore not in the right colours.&lt;/P&gt;&lt;P&gt;I formated all columns in the script to the same format.&lt;/P&gt;&lt;P&gt;Normally when you write '&amp;gt;=NewCustomerFrom' QV interprets it as '&amp;gt;=NewCustomerFrom' and not as '&amp;gt;=01.05.2011'&lt;/P&gt;&lt;P&gt;Therefore I think I have to write some special strings, like when you use a variable (e.g. $(Variablename) )&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222354#M75034</guid>
      <dc:creator />
      <dc:date>2011-04-19T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222355#M75035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, it's a fiddly one.&lt;/P&gt;&lt;P&gt;I've been trying something similar with a report I'm doing to try to get the syntax right. How about:&lt;/P&gt;&lt;P&gt;=Sum( {$&amp;lt;SalesDate={"&amp;gt;=$(num(NewCustomerFrom))&amp;lt;=$(num(NewCustomerTill))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222355#M75035</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222356#M75036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This syntax should work:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"&amp;gt;=$(From) &amp;lt;=$(To)"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;Of course there may be format issues - hard to test without the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222356#M75036</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2011-04-19T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222357#M75037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this should be quoted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum( {$&amp;lt;SalesDate={"&amp;gt;='$(NewCustomerFrom)' &amp;lt;='$(NewCustomerTill)' "}&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222357#M75037</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-19T13:49:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222358#M75038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;thank you for your answers.&lt;/P&gt;&lt;P&gt;If I use your formular QlikView interprets it like this&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2475.DimensionAsValueSetAnalysis_5F00_Interpretion.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2475.DimensionAsValueSetAnalysis_5F00_Interpretion.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think its good to have an example QVW-file for this tricky problem, but I can't load it.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222358#M75038</guid>
      <dc:creator />
      <dc:date>2011-04-19T13:56:34Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222359#M75039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf,&lt;/P&gt;&lt;P&gt;good idea, but in my example qvw it doesn't work...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222359#M75039</guid>
      <dc:creator />
      <dc:date>2011-04-19T14:11:49Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222360#M75040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it doesn't work with QV 9 Version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222360#M75040</guid>
      <dc:creator />
      <dc:date>2011-04-19T14:13:49Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222361#M75041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I have found it will evaluate to blank values for the dates in the heading. I guess because there are multiple rows with different values in for the from and to dates it will not be able to show you. This is just the heading though, as long as you get the correct values it should be ok.&lt;/P&gt;&lt;P&gt;What do the values in your rows look like?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222361#M75041</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T14:25:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222362#M75042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I have posted the example...&lt;/P&gt;&lt;P&gt;Can you have a look at it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222362#M75042</guid>
      <dc:creator />
      <dc:date>2011-04-19T14:31:41Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222363#M75043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works on Version 10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum( if(SalesDate&amp;gt;=NewCustomerFrom AND SalesDate&amp;lt;=NewCustomerTill, Sales))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222363#M75043</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-19T14:34:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222364#M75044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Ralf,&lt;/P&gt;&lt;P&gt;danke! Das ist es!&lt;/P&gt;&lt;P&gt;Mal sehen ob ich das in meine komplexe Formel einbauen kann!&lt;/P&gt;&lt;P&gt;Viele Grüße&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222364#M75044</guid>
      <dc:creator />
      <dc:date>2011-04-19T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Dimension as value in a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222365#M75045</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 was actully just about to suggest that (honest), you're too quick for me Ralf!&lt;/P&gt;&lt;P&gt;Glad it got sorted in the end though.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-as-value-in-a-set-analysis-expression/m-p/222365#M75045</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2011-04-19T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

