<?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: Values from hidden or excluded month in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872649#M659676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I think the solution to your problem is to create an additional table in the script to link each month to itself and its previous month. This is variant of an AsOf table. You can find an explanation in this document:&lt;/SPAN&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" title="Calculating rolling n-period totals, averages or other aggregations"&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 07:40:08 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-04-21T07:40:08Z</dc:date>
    <item>
      <title>Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872648#M659675</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 the following situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a calculated dimension in a chart to only bring through the current year's data. I however need to use the total from the previous month in calculations, this total can be changed by selections made on the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I see it there are a few options, but none of them seem to work for me. I really need help finding a solution.. I have tried all of these , maybe I am just doing something wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option would be to include the prior month's data but then to hide the row.&lt;/P&gt;&lt;P&gt;The I tried variables, which really did not work out at all for me.&lt;/P&gt;&lt;P&gt;I have a text box which has the value which changes the value as you make selections, but I see a lot on the forum where guys say you cannot really bring back the value from a text box into a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what needs to happen in effect is that I have a a few columns with data that need to reflect for the current financial year. I have a target field which needs to be calculated from the total for the previous month. so say we need to bring the outstanding balance down by 1% per month from the balance of the previous month. The prior month which we do not want to show has a balance of 10000, the balance for the 1st month of the new year is 11000, but the target is 10000 - 1%. We also need a column that gives us the amount it should be decreasing per month, which will stay constant, example 100, but the target bakance column then should be 9900, the month after that 9800 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you would have something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(hidden value 10000)&lt;/P&gt;&lt;P&gt;month, balance, target amount,target total,variance&lt;/P&gt;&lt;P&gt;July,11000,100, 9900, target total/balance%&lt;/P&gt;&lt;P&gt;August,11500,100,9800, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;target total/balance%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;September, 10000,100,9700, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;target total/balance%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 07:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872648#M659675</guid>
      <dc:creator />
      <dc:date>2015-04-21T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872649#M659676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I think the solution to your problem is to create an additional table in the script to link each month to itself and its previous month. This is variant of an AsOf table. You can find an explanation in this document:&lt;/SPAN&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" title="Calculating rolling n-period totals, averages or other aggregations"&gt;&lt;SPAN class="j-item" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 07:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872649#M659676</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-21T07:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872650#M659677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look at this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First it is only required for one month, which probably makes it easier. but then the issue is with the second question, I may have 20000 transaction in the first month of the year, but in the prior month, there are 25000 records which need to be summed to get the total. I am not sure how you will be able to link these two tables. If I already had total tables with the same dimensions etc where I could do a straight link it would have been great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I looking at this correctly that there will be an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872650#M659677</guid>
      <dc:creator />
      <dc:date>2015-04-21T08:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872651#M659678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there should be any issue. You'd create a table with records like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AsOf:&lt;/P&gt;&lt;P&gt;ReportMonth, Month, Type&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;03/01/2015,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;03/01/2015, Current&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;03/01/2015,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;02/01/2015, Previous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;02/01/2015,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;02/01/2015, Current&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;02/01/2015,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;01/01/2015, Previous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;01/01/2015, 01/01/2015, Current&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;01/01/2015, 12/01/2014, Previous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The Fact table is linked to the AsOf table on the Month field. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Then you use ReportMonth as dimension instead of Month. For summing current values you use an expression like sum({&amp;lt;Type={'Current'}&amp;gt;} Value), for values of the previous month something like &lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum({&amp;lt;Type={'Previous'}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Note, I used the start dates of the month in the example table above, but that isn't a requirement. I don't know what kind of month field your source table has.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872651#M659678</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-21T08:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872652#M659679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it is just a FinancialPeriod, for example 201501, so your advice will actually work as well, i will test this and see how it works, as I stated before it is only one month's information I need for this so at least it will only be about 300000 extra rows in another table. I will letyou know as soon as I am able to test this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question though, if I just bring the sum through as a column and then hide the column and use the column as the calculation that would work fine as well? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 10:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872652#M659679</guid>
      <dc:creator />
      <dc:date>2015-04-21T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872653#M659680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this but it's not working&lt;/P&gt;&lt;P&gt;Fact table i have HPeriod, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HFinancialYearStatus , H120DaysPlus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Asof table I have HPeriod, HPPeriod, Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HPeriod and HPPeriod format are year month, example 200501&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Calculated Dimension is &lt;/P&gt;&lt;P&gt;=if(HFinancialYearStatus = 1 and Type = 'Current',HPPeriod)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expression to get the Balance is&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Type={'Previous'}&amp;gt;} H120DaysPlus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Periods are 200407-200506, all of these have &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HFinancialYearStatus = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have coded another field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HFinancialYearStatus1 which has the same value for 200407-200506(value of 1), but has a value for 200406 of 10 - this is to differentiate it from the other statuses and to mark it as the prior period&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expression wirh the set analysis above gives me a zero value. What else could I be doing to bring through the value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have given through enough information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 13:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872653#M659680</guid>
      <dc:creator />
      <dc:date>2015-04-21T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872654#M659681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is marking 200406 as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HFinancialYearStatus = 1, and then hiding the row?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use a calculated dimension as well as hiding the first row (example where HPeriod = 200406. If this will work what should the exact syntax be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could then have a column handled by set analysis to only give the balance from 200406?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 06:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872654#M659681</guid>
      <dc:creator />
      <dc:date>2015-04-22T06:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872655#M659682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read this document and post a sample qlikview document: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 07:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872655#M659682</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-22T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872656#M659683</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;Attached is the model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a look at Ageing History Performance 120Days + and the one below with the Test added on in the name - we need to reflect the Actual from 201406, this is then used with % Reduced to get to the Reduction column, which then is the amount by which the target decreases, The Actual in 201406 is used to calculate the reduction and target in&amp;nbsp; 201407 and 201408 and month going ahead,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I excluded previous periods data.&lt;/P&gt;&lt;P&gt;The script is protected with password Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the top chart is how the information should look except that the reduction should be 99392 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872656#M659683</guid>
      <dc:creator />
      <dc:date>2015-04-22T09:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872657#M659684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You created the fields with the names switched around. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOCONCATENATE ASOF:&lt;/P&gt;&lt;P&gt;&amp;nbsp; SELECT DISTINCT [FinancialPeriod] HPPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,[FinancialPeriod] HPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'Current' as Type&lt;/P&gt;&lt;P&gt;FROM [R_B_DebtorAccountServiceAgeingHistory] A&lt;/P&gt;&lt;P&gt;&amp;nbsp; JOIN [V_F_LedgerPeriod] P ON A.Period = P.FinancialPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; JOIN [V_F_LedgerFinancialYear] F ON P.FinancialYear = F.FinancialYear&lt;/P&gt;&lt;P&gt;&amp;nbsp; Order by HPeriod;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE ASOF:&lt;/P&gt;&lt;P&gt;&amp;nbsp; SELECT Top 1&amp;nbsp; [FinancialPeriod] HPPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,([FinancialPeriod] - 1) HPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'Previous' as Type&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [R_B_DebtorAccountServiceAgeingHistory] A&lt;/P&gt;&lt;P&gt;&amp;nbsp; JOIN [V_F_LedgerPeriod] P ON A.Period = P.FinancialPeriod&lt;/P&gt;&lt;P&gt;&amp;nbsp; JOIN [V_F_LedgerFinancialYear] F ON P.FinancialYear = F.FinancialYear&lt;/P&gt;&lt;P&gt;&amp;nbsp; where FinancialYearStatus = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use HPPeriod as chart dimension instead of HPeriod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872657#M659684</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-22T09:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872658#M659685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is still not giving me a balance in the Previous column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Wed, Apr 22, 2015 at 11:31 AM, Gysbert Wassenaar &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872658#M659685</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872659#M659686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's very strange. As far as I can tell i&lt;SPAN style="font-size: 13.3333330154419px;"&gt;t works in the example I attached in my previous post&lt;/SPAN&gt;. I have no ideas anymore. Your qlikview app is violating the laws of nature of the universe I live in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872659#M659686</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-22T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872660#M659687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is showing the value in the one column on the Test chart, if I just use&lt;/P&gt;&lt;P&gt;HPPeriod as dimension, however if I use =if(HFinancialYearStatus =&lt;/P&gt;&lt;P&gt;1,HPPeriod) as dimension then it dows not show anything, it is also only&lt;/P&gt;&lt;P&gt;showing the data in the one row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872660#M659687</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872661#M659688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is also summing the actual incorrectly in 201407, basically duplicating&lt;/P&gt;&lt;P&gt;the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Wed, Apr 22, 2015 at 12:18 PM, Gysbert Wassenaar &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872661#M659688</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872662#M659689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me yours, please have a look at the other reply, it is calculating incorrectly in the one field as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872662#M659689</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872663#M659690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course it doesn't show anything. There's no data for those periods that meet your &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HFinancialYearStatus &lt;/SPAN&gt;filter requirements.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="84315" alt="comm160946.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84315_comm160946.png" style="height: 253px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;As you can see in the bottom right table, only HPeriod 201406 has records where HFinancialYearStatus is 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872663#M659690</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-22T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872664#M659691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the first concern for me is that the Actual Totals are out on your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then issue two is I need to have the expressin to only bring back the current financialm year so only 201407 and 201408 must show, - that is why I use the calculated dimension =if(HFinancialYearStatus = 1,HPPeriod)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other issue is that I need that value which is correct in that one column to be used to calculate Reduction and Target columns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872664#M659691</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872665#M659692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes much more sense already, sorry for wasting your time, but this one floors me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I need is only the CurrentFinancial year to show i.e. 201407 and 201408, but the value in the previous column must be used to calculate Reduction and Target columns for both 201407 and 201408&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872665#M659692</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872666#M659693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use calculated dimension =if(HFinancialYearStatus = 1,HPPeriod) it gives me Capture2.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It then shows me 201407 and 201408 and then an extra line with the correct value in previous.It is easy to hide that line, but how do I get the value to calculate the Reduce column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Type={'Previous'}&amp;gt;} H120DaysPlus)* %Reduced)&lt;/P&gt;&lt;P&gt;(sum(Previous)* %Reduced)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 10:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872666#M659693</guid>
      <dc:creator />
      <dc:date>2015-04-22T10:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Values from hidden or excluded month in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872667#M659694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert, really hope you can take me through the rest of the calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Reduce column is a hidden column of course&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 11:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-from-hidden-or-excluded-month-in-chart/m-p/872667#M659694</guid>
      <dc:creator />
      <dc:date>2015-04-22T11:13:54Z</dc:date>
    </item>
  </channel>
</rss>

