<?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 Set analysis equal fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405030#M491766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I have to syntax this Set Analysis sum({$&amp;lt;FieldA={FieldB}&amp;gt;} TOTAL Sales). See attached a document were this problem occures. At the column test i want to have 6000, 2000 and 7000. Any help will be apriciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 12:18:40 GMT</pubDate>
    <dc:creator>eleni_theodorid</dc:creator>
    <dc:date>2012-09-13T12:18:40Z</dc:date>
    <item>
      <title>Set analysis equal fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405030#M491766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I have to syntax this Set Analysis sum({$&amp;lt;FieldA={FieldB}&amp;gt;} TOTAL Sales). See attached a document were this problem occures. At the column test i want to have 6000, 2000 and 7000. Any help will be apriciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405030#M491766</guid>
      <dc:creator>eleni_theodorid</dc:creator>
      <dc:date>2012-09-13T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis equal fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405031#M491767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ελενη&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers you are expecting are valid when the data are grouped by BudgetYearMonth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you develop an expression like this: sum(TOTAL &amp;lt;BudgetYearMonth&amp;gt; Budget) and use as a dimension the BudgetYearMonth it will work. Otherwise, the data model does not makes sense at least to me.&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21795" class="jive-image-thumbnail jive-image" onclick="" alt="helen1.jpg" src="https://community.qlik.com/legacyfs/online/21795_helen1.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405031#M491767</guid>
      <dc:creator />
      <dc:date>2012-09-13T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis equal fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405032#M491768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe try month as one field, regardless of whether budget or transaction.&lt;/P&gt;&lt;P&gt;You can do that by putting both sets of data in the same table, with CardID and Month being common to both types of data. Else you can create a link table that include CardId and Month and then links off to transactions or Budget tables.&lt;/P&gt;&lt;P&gt;With month linked you can then set that as your dimension (see attached)&lt;/P&gt;&lt;P&gt;In case you knew all this and were using this example to simplify a more complex situation, I couldn't get the set analysis working the way the Advanced design and development manual suggests you should. Apparantly you can type something like "Sum({$&amp;lt;OneDate=AnotherDate&amp;gt;} Amount)", though I am a little suspicious as their example missed out the closing curly brace '}' symbol.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 14:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405032#M491768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-13T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis equal fields</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405033#M491769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. The data model is exact what we want and unfortunatelly we want to have only that fields as dimensions in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan, as you can see in my attached that's (something like "Sum({$&amp;lt;OneDate=AnotherDate&amp;gt;} Amount)") exactly what i want to do but the problem is that it's only works when the user make selection on the YearMonth field, that's why i need help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eleni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 06:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-equal-fields/m-p/405033#M491769</guid>
      <dc:creator>eleni_theodorid</dc:creator>
      <dc:date>2012-09-14T06:24:15Z</dc:date>
    </item>
  </channel>
</rss>

