<?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: Disregard the dimension in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327502#M1183562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If required I could pull together a simple QVW for you to see tomorrow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2011 15:42:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-17T15:42:23Z</dc:date>
    <item>
      <title>Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327499#M1183559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart where the Dimension is MeasureID which relates to a FACT and reference table. Within the reference table there is also a field which relates to the denominator MeasureID contained within the same tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example MeasureID 1 would be Sum({&amp;lt;MeasureID={1}&amp;gt;}Value) / Sum({&amp;lt;MeasureID={30}&amp;gt;} Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine apart from charts where MeasureID is the dimension and I can't then add the new MeasureID that I need, ie&amp;nbsp; Sum({&amp;lt;MeasureID=,MeasureID={30}&amp;gt;} Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point I'm at a loss what to do / try next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 14:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327499#M1183559</guid>
      <dc:creator />
      <dc:date>2011-11-17T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327500#M1183560</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`m not sure if I got your problem. &lt;/P&gt;&lt;P&gt;When you make MeasureID={30} in set analysis, you disregard the selection in the field and force it to be 30.&lt;/P&gt;&lt;P&gt;If you want to disregard the dimension in the chart, you can try to use total.&lt;/P&gt;&lt;P&gt;It will be: Sum({&amp;lt;MeasureID={1}&amp;gt;}Value) / Sum({&amp;lt;MeasureID={30}&amp;gt;} total Value)&lt;/P&gt;&lt;P&gt;In this case, in all the lines, you will not consider the MeasureID value in the line and will, at the same time, force all of them to be 30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not the result you want, please send us a sample of your data (or include a small table in your post) so we can understand it a little more. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 14:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327500#M1183560</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-11-17T14:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327501#M1183561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTAL did help although I've not fully resolved the issue. I've attached an exported table to help explain things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set "Denominator Calculation 1" to your previous answer&amp;nbsp;&amp;nbsp; Sum({&amp;lt;MeasureRole.MeasureID={14}&amp;gt;} Total Value)&lt;/P&gt;&lt;P&gt;which, as you said, has applied the same value to all lines of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Denominator Measure ID column I've simply used =only(MeasureRole.LinkedMeasureID)&lt;/P&gt;&lt;P&gt;This brings back from the reference table the&amp;nbsp; MeasureRole.MeasureID for the Denominator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My next thought would be to put that into a dollar sub so I'd end up with something like this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MeasureRole.MeasureID={ $(=only(MeasureRole.LinkedMeasureID)) }&amp;gt;} Total Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though this would resolve the problem but there's still an issue as you can see from "Denominator Calculation 2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 15:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327501#M1183561</guid>
      <dc:creator />
      <dc:date>2011-11-17T15:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327502#M1183562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If required I could pull together a simple QVW for you to see tomorrow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 15:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327502#M1183562</guid>
      <dc:creator />
      <dc:date>2011-11-17T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327503#M1183564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example QVW file. Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327503#M1183564</guid>
      <dc:creator />
      <dc:date>2011-11-18T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327504#M1183566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work just fine without the set analysis. Something like this in expression- sum(Value)/sum(total Value) and MeasureID across dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327504#M1183566</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327505#M1183568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam, thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would give me the total for all the measures (26396) and I need it to use the LinkedMeasureID to detirmin which MeasureID to calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the Example QVW: &lt;/P&gt;&lt;P&gt;MeasureID 1 would be: 3140 / 3256&lt;BR /&gt;MeasureID 2 would be: 2632 / 3256&lt;/P&gt;&lt;P&gt;Etc&lt;/P&gt;&lt;P&gt;MeasureID 5 would be: 3256 / 5464&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the example MeasureID 1 - 4 Value are divided by the Value of MeasureID 5&lt;/P&gt;&lt;P&gt;MeasureID 5 - 9 Value are divided by the Value of MeaureID 10&lt;/P&gt;&lt;P&gt;MeasureID 10 Value is divided by the Value of MeaureID 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each MeasureID is a component of a calulation and can be reused as either a numerator or a denominator and the reference table is first defining the measure name, its numerator ID and what it needs to divided by.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327505#M1183568</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327506#M1183570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's another example of the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this I've removed the link between tables and on the example I've placed the expected Set Analysis for each formula. I've tried a few combinations to get it working but with no success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327506#M1183570</guid>
      <dc:creator />
      <dc:date>2011-11-18T13:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327507#M1183571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think breaking the link is a good idea (or creating a data island to draw against?), and I think you need to go with aggr() instead of the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check attached (the denominator expression looks a bit ugly, I think we can improve that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327507#M1183571</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-18T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327508#M1183572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to change the data model slightly.&amp;nbsp; Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;LOAD MeasureID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;LOAD MeasureID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LinkedMeasureID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MeasureName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Tmp:&lt;/P&gt;&lt;P&gt;left join(Fact)&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LinkedMeasureID as MeasureID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LinkedMeasureID as Link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Dim;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Link=MeasureID,Value) as LinkedValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident Fact;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop table Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field Link;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;LinkedValue as LValue,&lt;/P&gt;&lt;P&gt;MeasureID as LinkedMeasureID&lt;/P&gt;&lt;P&gt;resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now have sum(Value)/sum(LValue) in your expression and&amp;nbsp; dimension as -MeasureID &amp;amp; Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327508#M1183572</guid>
      <dc:creator />
      <dc:date>2011-11-18T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327509#M1183573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan, this is great - thanks very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan / Shyam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;What would the most efficient way to handle this type of requirement? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed on your answer Stefan you're using an If statement, which I'm led to believe take a lot of processing (and should be avoided by all accounts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a new table would makes things simpler -&amp;nbsp; We actually had that designed in the SQL (if I'm reading your code right Shyam) but we found it became too large for QV to handle..... Originally One record of the fact would contain both the numerator and the denominator column, MeasureID, timestamp, other keys, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give you an idea there were around 70 mil rows for a three month period. What we also found was most of that was non event information still creating a row. For example % Break Time = Break Time / Logged on Time. Typically, during their shift, agent were not on "Break" but still "Logged On" so non events were being recorded due to the fact "Logged On" had a value. This seemed even more wasteful as "Logged On" was used as a denominator for several measures similar to % Break Time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is why we were looking at splitting out measures into their component parts which would make it simple to remove 0 values whilst still collecting the "Logged On Time" as a separate component. this reduced the overall table size dramatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading a Aggr explanation is says I'm creating a "Temp Table" in some respects. Or at least I could view its operation that way.......???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your advice guys !! I appriecate your help with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 15:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327509#M1183573</guid>
      <dc:creator />
      <dc:date>2011-11-18T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327510#M1183574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just thought of another point which may or may not be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the final dashbaord the majority of charts would not be affected by this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most charts would just be looking at a single measure over time (for example), these charts I can generate the expressions easily using set expression and hardcoding the ID which they need to reference to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327510#M1183574</guid>
      <dc:creator />
      <dc:date>2011-11-18T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327511#M1183575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are probably right with the cost of if() function and aggr() (and you are again right, it is something like a "Temp table" indeed), so my solution might be a bit academic in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if Shyam's solution won't do the job in your case and I think you don't need to replicate every column, but I am not sure if I understood you situation well enough (especially the part with the break time and the logging in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, I would step back and ask myself if I really need a DB contained description of my expressions which would allow me to use the expressions as dimension (like in your example).&lt;/P&gt;&lt;P&gt;As you mentioned, most objects in your dashboard only need specific measures, so are probably going to hardcode them.&lt;/P&gt;&lt;P&gt;(And if we are talking about hardcoding, I don't want to imply literally repeating the expressions on different places, you could / should use e.g. variables to abstract the expression some way).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do need to keep the expression definition in your DB, we might need to take a closer look at your data model to see if we could simplify things (if we want to go for a data model based solution).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 17:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327511#M1183575</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-22T17:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327512#M1183576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in responding.... &lt;SPAN style="color: #3366ff;"&gt;I worked your formulas into my dashboard and loaded it with the full dataset. There is a slight delay on calculations although I still think its an acceptable wait time for results and for resolving that problem I'm very greateful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to elaberate on why this was an issue to begin with: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Over time my organisations measures change and although the calcuations are different they are still the same measures&lt;/LI&gt;&lt;LI&gt;Measure only apply to cetain Role or Service type (ie one meausre may not be applied to all)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To combat this the SQL team developed a "job" which reads new data as it comes though then on a separate table writes the results of the measures components along with reference keys.... So calulations are completed well before QV is on the scene but this helps QV by not having complicated expressions handling changes to calculations over time or measure that only apply to certain dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now, in QV, rather than hard code a measure =(Sum(ColumnA)+Sum(ColumnB))/Sum(ColumnC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first slide in the example the code is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;=$(=only({$&amp;lt;MeasureRoleName= ,MeasureChannelName=,MeasureID={16}&amp;gt;} [QlikView Numerator Calculation]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;$(=only({$&amp;lt;MeasureRoleName= ,MeasureChannelName=,MeasureID={16}&amp;gt;} [QlikView Denominator Calculation]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The numberator and denominator calculation its reading basically look like this: Sum({$&amp;lt;Component={10}&amp;gt;} PersonRoleLoginPerformanceValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second slide gives another slant on the data but as a single measure has to be selected the simple formular above can be reused, but you don't specify the MeasureID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final slide shows the chart with the issue. You could image a Manager using this view to look at an individual or team, it has all the KPI's / Measure there with time periods running across the top so from that point of view is really useful. Of course I could have put the measures across the top and perhaps time as a dimension and got similar results, true although (unfortunatly) as an organisation this orientation isn't what they're used to. This is where the orignal formula I had wouldn't work......... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;........ but yours did! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327512#M1183576</guid>
      <dc:creator />
      <dc:date>2011-12-02T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327513#M1183577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the update and I'm glad the performance is not as bad as feared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a note to your last paragraph, with a pivot table, you can swap the orientation of expressions and dimensions, but a pivot table might show different issues (e.g. with sorting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice weekend,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327513#M1183577</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-02T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard the dimension in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327514#M1183578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thansk Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that could have been a great option although you're righ, sorting is something I wanted to keep to help with understanding Top and Bottom performers..... its a bit of a pandora's box sometimes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good weekend too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 14:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disregard-the-dimension-in-chart/m-p/327514#M1183578</guid>
      <dc:creator />
      <dc:date>2011-12-02T14:19:02Z</dc:date>
    </item>
  </channel>
</rss>

