<?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: Expression independent from dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382382#M459382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, check this out&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope" title="https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope"&gt;https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 16:25:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-04T16:25:51Z</dc:date>
    <item>
      <title>Expression independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382378#M459378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to form a chart/table where I can view my cost values. And in addition I want to add a column where I can view cost/revenue. SO since my Cost is filtered in my measure (measureID, by selection, I need to make revenue independent from that filter, while it still obeys date,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;easureID, date, value&lt;/P&gt;&lt;P&gt;cost1, 1/1/2017, 10&lt;/P&gt;&lt;P&gt;cost2, 1/1/2017, 33&lt;/P&gt;&lt;P&gt;cost3, 1/1/2017, 23&lt;/P&gt;&lt;P&gt;revenenue, 1/1/2017, 100&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following. But it seems to be stilled overruled by my measureID selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(value) / Sum({&amp;lt;[measureID]={'revenue'}&amp;gt;} value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 07:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382378#M459378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-03T07:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression independent from dimention</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382379#M459379</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;STRONG&gt;Sum(value)/Sum(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; {&amp;lt;[measureID]={'revenue'}&amp;gt;} value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 15:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382379#M459379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-03T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382380#M459380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ .&amp;nbsp;&amp;nbsp; but TOTAL didn't work.&amp;nbsp; I discovered that the following expression gets me closer (i.e. &lt;STRONG&gt;Sum(value)/Sum(&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;{&amp;lt;[measureID]={'revenue'}&amp;gt;} value) &lt;/STRONG&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, that also doesnt work&amp;nbsp; becasue it makes my expression indepent of everyhing (year, brand,etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382380#M459380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382381#M459381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(value)/Sum({1&amp;lt;[measureID]={'revenue'}&amp;gt;} value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the output you are looking to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382381#M459381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-04T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression independent from dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382382#M459382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, check this out&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope" title="https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope"&gt;https://community.qlikview.com/blogs/qlikviewdesignblog/2013/09/09/aggregation-scope&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-independent-from-dimension/m-p/1382382#M459382</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-04T16:25:51Z</dc:date>
    </item>
  </channel>
</rss>

