<?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: Trend Line by Fiscal Years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588209#M738208</link>
    <description>the simplest way which come in my mind is&lt;BR /&gt;load same table 3 times, every time with one measure field and one static flag field which mention its fiscal year. keep field name same in all 3 tables and concate all 3 tables. then use flag field as dimension and measure field as measure.&lt;BR /&gt;&lt;BR /&gt;Script something like this&lt;BR /&gt;Load FiscalYear1Amount as FiscalYearAmount,&lt;BR /&gt;'FY1' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;concatenate&lt;BR /&gt;Load FiscalYear2Amount as FiscalYearAmount,&lt;BR /&gt;'FY2' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;concatenate&lt;BR /&gt;Load FiscalYear3Amount as FiscalYearAmount,&lt;BR /&gt;'FY3' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;&lt;BR /&gt;then in line chart&lt;BR /&gt;dimesion is &amp;gt; Fiscal_flag&lt;BR /&gt;Measure is &amp;gt; Sum(FiscalYearAmount)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle</description>
    <pubDate>Tue, 04 Jun 2019 13:37:05 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2019-06-04T13:37:05Z</dc:date>
    <item>
      <title>Trend Line by Fiscal Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588196#M738207</link>
      <description>&lt;P&gt;i have 3 fields for Amount calculation, depending on FiscalYear. they are: FiscalYear1Amount, FiscalYear2Amount, and FiscalYear3Amount. These are flag fields, where the calculation for the amount for Fiscal Year 1, is where&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({&amp;lt;FiscalYear1Amount=1&amp;gt;} Amount)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;i would like to see a Trend line by Fiscal years, but i do not have a date field or fiscal year field in my dataset. i am trying to avoid having to use a 'master calendar' for this solution.&lt;/P&gt;&lt;P&gt;Trying to achieve something like this:.thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture12.PNG" style="width: 372px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13163i94EDA99E720013D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture12.PNG" alt="Capture12.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588196#M738207</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2024-11-16T03:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Line by Fiscal Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588209#M738208</link>
      <description>the simplest way which come in my mind is&lt;BR /&gt;load same table 3 times, every time with one measure field and one static flag field which mention its fiscal year. keep field name same in all 3 tables and concate all 3 tables. then use flag field as dimension and measure field as measure.&lt;BR /&gt;&lt;BR /&gt;Script something like this&lt;BR /&gt;Load FiscalYear1Amount as FiscalYearAmount,&lt;BR /&gt;'FY1' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;concatenate&lt;BR /&gt;Load FiscalYear2Amount as FiscalYearAmount,&lt;BR /&gt;'FY2' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;concatenate&lt;BR /&gt;Load FiscalYear3Amount as FiscalYearAmount,&lt;BR /&gt;'FY3' as fiscal_flag&lt;BR /&gt;from tableNAme;&lt;BR /&gt;&lt;BR /&gt;then in line chart&lt;BR /&gt;dimesion is &amp;gt; Fiscal_flag&lt;BR /&gt;Measure is &amp;gt; Sum(FiscalYearAmount)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle</description>
      <pubDate>Tue, 04 Jun 2019 13:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588209#M738208</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-06-04T13:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Line by Fiscal Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588226#M738209</link>
      <description>&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt; thanks for your fast response!&lt;BR /&gt;the problem i have with this one is, from the inline table, that FiscalYearAmount does not take into consideration the flag of 1 for the various fiscal years.&lt;BR /&gt;sum({&amp;lt;FiscalYear1Amount=1&amp;gt;} Amount) . the FiscalYear1Amount is a flag field with values '1' or '0'. The amount for the fiscal year 1, is only present when the FiscalYear1Amount field =1.&lt;BR /&gt;thanks!</description>
      <pubDate>Tue, 04 Jun 2019 14:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588226#M738209</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2019-06-04T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Line by Fiscal Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588500#M738210</link>
      <description>can you provide sample data?</description>
      <pubDate>Wed, 05 Jun 2019 09:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trend-Line-by-Fiscal-Years/m-p/1588500#M738210</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-06-05T09:38:40Z</dc:date>
    </item>
  </channel>
</rss>

