<?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: Need help on calculated dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903472#M1009075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated Dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(Year=only(Year),Year,''),Year)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=aggr(if(Year=max(Year),Year,''),Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and along with click option &lt;EM&gt;Suppress When Value is Null&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 11:39:21 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2015-05-08T11:39:21Z</dc:date>
    <item>
      <title>Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903466#M1009069</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 need help on calculated dimension. I need to get max year in my calculated dimension and for that reason I have used the below expression:-&lt;/P&gt;&lt;P&gt;{Year=&amp;lt;=max(Year)&amp;gt;}Year &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also I need previous year as a calculated dimension:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{Year=&amp;lt;=max(Year)-1&amp;gt;}Year &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives me an error.&lt;/P&gt;&lt;P&gt;please help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903466#M1009069</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903467#M1009070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can dimension get calculated for the complete set of values .&lt;/P&gt;&lt;P&gt;I think for this you need to first get the desired filter in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903467#M1009070</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-05-08T11:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903468#M1009071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a year field and based on that I need to calculated Maximum year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903468#M1009071</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T11:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903469#M1009072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you it really needed as dimension. Often set analysis within the expressions is a better approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=current vs previous"&gt;https://community.qlik.com/search.jspa?q=current+vs+previous&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4821"&gt;Simply create YTD, moving totals and comparisons versus Year Ago&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903469#M1009072</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-08T11:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903470#M1009073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only(Year) &amp;amp; only(Year)-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know is it working or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903470#M1009073</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-05-08T11:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903471#M1009074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;Year={'$(=Max(Year))',&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'$(=Max(Year)-1)'&lt;/SPAN&gt;}&amp;gt;} Year),Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903471#M1009074</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-08T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903472#M1009075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated Dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(Year=only(Year),Year,''),Year)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=aggr(if(Year=max(Year),Year,''),Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and along with click option &lt;EM&gt;Suppress When Value is Null&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903472#M1009075</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-05-08T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903473#M1009076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three columns like this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year&amp;nbsp; expense Income&lt;/P&gt;&lt;P&gt;2015 123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1234&lt;/P&gt;&lt;P&gt;2014 123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 345&lt;/P&gt;&lt;P&gt;2013 123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 345&lt;/P&gt;&lt;P&gt;2012&amp;nbsp; 234&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to show Current year (Which is 2015) and previous year as a dimension and expression as sum(expense) and sum(income).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how to do that thing? means what I have to do in calculated dimensions.&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903473#M1009076</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T11:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903474#M1009077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can achieve that using set analysis in a simple way.&lt;/P&gt;&lt;P&gt;Use:&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;sum({&amp;lt;Year = {2014,2015}&amp;gt;}expense) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Year = {2014,2015}&amp;gt;}&lt;/SPAN&gt;income)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Singh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903474#M1009077</guid>
      <dc:creator />
      <dc:date>2015-05-08T11:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903475#M1009078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to use calculated dimension.&amp;nbsp; You can use separate expressions&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year={"$(=year(today()))"}&amp;gt;} expense)&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year={"$(=year(today())-1)"}&amp;gt;} expense)&lt;/P&gt;&lt;P&gt;Similar for income&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you prefer calculated dimension, it is&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;Year={"$(='&amp;lt;=' &amp;amp; year(today()) &amp;amp; '&amp;lt;=' (year(today())-1))"}&amp;gt;} Year), Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903475#M1009078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T12:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903476#M1009079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go for this attachment,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903476#M1009079</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-05-08T12:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903477#M1009080</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 have added My Excel sheet as a data and I need to use year as dimension and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Average Expense Growth Rate) as expression and need to show latest two year data. So year will show as 2014 and 2014 as dimension and sum(Average Expense Growth Rate) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that? Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903477#M1009080</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903478#M1009081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use you dimension use is:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=Max(Year))','$(=Max(Year)-1)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;in calculated dimension it is showing only 2014 in my bar graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I am attaching my excel sheet. Please use a bar graph. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903478#M1009081</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T12:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903479#M1009082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Want to use a bar graph, so what will be the dimension and expression? as I want use year as dimension and expression as sum(expense) and sum(income)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 12:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903479#M1009082</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T12:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903480#M1009083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below code in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=max(Year,2))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Average Expense Growth Rate]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and Year as your dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903480#M1009083</guid>
      <dc:creator />
      <dc:date>2015-05-08T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903481#M1009084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sandip, I don't see any relations between the file you uploaded and the question you asked.&amp;nbsp; There is no Year (or any date field), Income, Expense.&lt;/P&gt;&lt;P&gt;Are you sure you've uploaded the right file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903481#M1009084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903482#M1009085</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 need to create a bar graph and have to use year as dimension, but need to largest two year in dimension and have to use summation of Income and Expense as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what to do in dimension and expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903482#M1009085</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-08T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903483#M1009086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better...&lt;/P&gt;&lt;P&gt;See attached.&amp;nbsp; the first version is using calculated dimension.&amp;nbsp; the second - set analysis in expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903483#M1009086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-08T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903484#M1009087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My excel holds the year value from 2015 to 2011 and your dimension expression is based on current year. But if my excel holds the maximum year as 2014 or 2013 as maximum year value, then how can I pick the maximum value from my excel sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 06:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903484#M1009087</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-11T06:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903485#M1009088</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 have used your expression, but when I select a year from a list box , for exp: 2013, in the chart it just showing the year 2013. &lt;/P&gt;&lt;P&gt;But If I want to show 2013, 2012 and 2011 as year dimension in the chart when I have selected the year 2013, what I have to do in the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 07:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-calculated-dimensions/m-p/903485#M1009088</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-05-11T07:32:22Z</dc:date>
    </item>
  </channel>
</rss>

