<?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: Calculated Dimension with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13513#M774498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(GetSelectedCount(Year)&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Year = {'$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Max(Year))'&lt;/SPAN&gt;}&amp;gt;} Sale) &lt;/SPAN&gt;, Sum({&amp;lt;Year = {'2016','2017','2018'}&amp;gt;} Sale))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 13:49:34 GMT</pubDate>
    <dc:creator>javierortiz79</dc:creator>
    <dc:date>2018-05-10T13:49:34Z</dc:date>
    <item>
      <title>Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13505#M774490</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 set of data from 2015 to 2018 however I will like to create a calculated dimension for a chart that only displays data from 2016 to 2018 but I will also add a filter to the tab where the user can select to see the 2015 data if they want to just won't show in the chart as the default view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13505#M774490</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13506#M774491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's talk in 2 tasks &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have a set of data from 2015 to 2018 however I will like to create a calculated dimension for a chart that only displays data from 2016 to 2018 &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Instead of creating dimension - I suggest you to restrict in expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2016, 2017, 2018}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;but I will also add a filter to the tab where the user can select to see the 2015 data if they want to just won't show in the chart as the default view.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not entirely sure, But whole expression should look like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Year)=0, Sum({&amp;lt;Year = {2016, 2017, 2018}&amp;gt;} Sales), Sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 04:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13506#M774491</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-10T04:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13507#M774492</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;Add Calculated Dimension&amp;nbsp; like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Year&amp;gt;2015,Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 06:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13507#M774492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13508#M774493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if user select 2015 do you want to show sale from 2015 to 2018 ? or only 2015 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 07:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13508#M774493</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-10T07:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13509#M774494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for you second requirement, you can create a separate chart and set the visibility like if&amp;nbsp; selected year = 2015, then show the chart with 2015 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 07:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13509#M774494</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-10T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13510#M774495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(Year)='2015',Sum({&amp;lt;Year = {2015}&amp;gt;} Sale), Sum({&amp;lt;Year = {2016, 2017, 2018}&amp;gt;} Sale))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13510#M774495</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-10T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13511#M774496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User can select 2015 data to view it but the default view when all selections are cleared should display data from 2016 to 2018.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 13:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13511#M774496</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13512#M774497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want me to try this as the calculated dimension to as an expressions for the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 13:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13512#M774497</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13513#M774498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(GetSelectedCount(Year)&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Year = {'$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Max(Year))'&lt;/SPAN&gt;}&amp;gt;} Sale) &lt;/SPAN&gt;, Sum({&amp;lt;Year = {'2016','2017','2018'}&amp;gt;} Sale))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 13:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13513#M774498</guid>
      <dc:creator>javierortiz79</dc:creator>
      <dc:date>2018-05-10T13:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13514#M774499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want particular chart to show default data 2016 to 2018 or whole dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want whole dashboard to show default data for 2016 to 2018 then you can apply document level trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want for any particular chart then you can create two different calculated dimension one when user select any of the year then,&lt;/P&gt;&lt;P&gt;expression, sum(sale) &lt;/P&gt;&lt;P&gt;condition,GetSelectedCount(year)&amp;gt;0&lt;/P&gt;&lt;P&gt;and other expression should be,sum({&amp;lt;year={'2016','2017','2018'}&amp;gt;}sale)&lt;/P&gt;&lt;P&gt;condition,GetSelectedCount(year)=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13514#M774499</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2018-05-10T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13515#M774500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expression I am currently using &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units)&lt;/P&gt;&lt;P&gt;How can I adjust this to fit your expression or do you think possibly I calculated dimension will be best. My dimension now is "Year" which is from 2015 to 2018. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13515#M774500</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13516#M774501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to have the default view of a particular chart show from 2016 to 2018 but I will also add a year filter where the user can select to see 2015 data if they want to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I am currently using &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units)&lt;/P&gt;&lt;P&gt;How can I adjust this to fit your expression or do you think possibly I calculated dimension will be best. My dimension now is "Year" which is from 2015 to 2018. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13516#M774501</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13517#M774502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expression I am currently using &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units)&lt;/P&gt;&lt;P&gt;How can I adjust this to fit your expression or do you think possibly I calculated dimension will be best. My dimension now is "Year" which is from 2015 to 2018. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you suggesting I use your expression as a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13517#M774502</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T14:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13518#M774503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expression I am currently using &lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units)&lt;/P&gt;&lt;P&gt;How can I adjust this to fit your expression or do you think possibly I calculated dimension will be best. My dimension now is "Year" which is from 2015 to 2018. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 14:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13518#M774503</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T14:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13519#M774504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set Analysis will limit the dimension and the result to 2015 if selected or 2015,2016,2016, you don't need a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(Year)&amp;gt;0,Sum({&amp;lt;Year = {'$(=Max(Year))'},metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units) , Sum({&amp;lt;Year = {'2016','2017','2018'},metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13519#M774504</guid>
      <dc:creator>javierortiz79</dc:creator>
      <dc:date>2018-05-10T15:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13520#M774505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your quick response. With this expression will the user be able to select and view 2015 data? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13520#M774505</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13521#M774506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but just if they select the 2015, if not, they will see from 2016 to 2018.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13521#M774506</guid>
      <dc:creator>javierortiz79</dc:creator>
      <dc:date>2018-05-10T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13522#M774507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the image. The 2015 line is actually flat now&lt;IMG alt="Chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202111_Chart.png" style="height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 20:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13522#M774507</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-10T20:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13523#M774508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(GetSelectedCount(Year)=0, &lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;metric_name={'Non-Billable Cost'}&lt;SPAN style="color: #ff0000;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;Year = {2016, 2017, 2018}&lt;/STRONG&gt;&amp;gt;} metrictotal)/sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;Year = {2016, 2017, 2018}&amp;gt;}&lt;/STRONG&gt;&lt;/STRONG&gt;hours_units), &lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;metric_name={'Non-Billable Cost'}&amp;gt;} metrictotal)/sum(hours_units))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 02:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13523#M774508</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-11T02:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13524#M774509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression worked however the legend still shows 2015 but the lines just show 2016 to 2018. How can I not make the legend show 2015?&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-with-Set-Analysis/m-p/13524#M774509</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-05-11T14:41:20Z</dc:date>
    </item>
  </channel>
</rss>

