<?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 to use set Analysis to solve expression which associate with dimention? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165077#M502069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you &lt;EM&gt;can&lt;/EM&gt; resolve a set expression at the dimension level with the use of variables and conditional testing.&lt;/P&gt;&lt;P&gt;I recently created a Wiki on the subject which you might find of interest.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 10:54:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-12T10:54:15Z</dc:date>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165071#M502059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3247_sourceID:3247" /&gt;&lt;/P&gt;&lt;P&gt;vContractDate =min(ContractDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qustion just like above pic, I want to calc each CustID's asset that DoneDate &amp;gt;=ContractDate&lt;/P&gt;&lt;P&gt;That means the condition associate with dimention&lt;/P&gt;&lt;P&gt;How to solve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 07:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165071#M502059</guid>
      <dc:creator />
      <dc:date>2011-01-12T07:19:35Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165072#M502063</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 can't use a set expression in this case, because set expressions are evaluated on the entire data set, outside the context of the chart and know nothing of the dimensions in the chart. The alternative is sumif.&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;Sum(If(DoneDate&amp;gt;=ContractDate, Asset))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 08:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165072#M502063</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-12T08:14:09Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165073#M502065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks your reply&lt;/P&gt;&lt;P&gt;IF using sumif, it would be related with client selections ,for example I choose doneDate:20100108, the result will be all zero.&lt;/P&gt;&lt;P&gt;It also a big problem.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8787.test1.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8787.test1.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2818.Test2.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2818.Test2.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 08:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165073#M502065</guid>
      <dc:creator />
      <dc:date>2011-01-12T08:41:07Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165074#M502066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you want to override user selections, you can combine a set expression with the sumif. The user selection override does not need the chart context, so you can use a set expression for this purpose.&lt;/P&gt;&lt;P&gt;To override the selection of DoneDate use a blank set expression target like:&lt;/P&gt;&lt;P style="font-style: italic"&gt;Sum({&amp;lt;DoneDate=&amp;gt;} If(DoneDate&amp;gt;=ContractDate, Asset))&lt;/P&gt;&lt;P&gt;Override DoneDate and CustID selections:&lt;/P&gt;&lt;P style="font-style: italic"&gt;Sum({&amp;lt;DoneDate=, CustID=&amp;gt;} If(DoneDate&amp;gt;=ContractDate, Asset))&lt;/P&gt;&lt;P&gt;Override all user selections (careful with this one):&lt;/P&gt;&lt;P style="font-style: italic"&gt;Sum({1} If(DoneDate&amp;gt;=ContractDate, Asset))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 08:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165074#M502066</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-12T08:51:14Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165075#M502067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good done!,Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165075#M502067</guid>
      <dc:creator />
      <dc:date>2011-01-12T09:35:35Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165076#M502068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good done, Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165076#M502068</guid>
      <dc:creator />
      <dc:date>2011-01-12T09:36:11Z</dc:date>
    </item>
    <item>
      <title>How to use set Analysis to solve expression which associate with dimention?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165077#M502069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you &lt;EM&gt;can&lt;/EM&gt; resolve a set expression at the dimension level with the use of variables and conditional testing.&lt;/P&gt;&lt;P&gt;I recently created a Wiki on the subject which you might find of interest.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 10:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-set-Analysis-to-solve-expression-which-associate-with/m-p/165077#M502069</guid>
      <dc:creator />
      <dc:date>2011-01-12T10:54:15Z</dc:date>
    </item>
  </channel>
</rss>

