<?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: Calendar Logic help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013119#M939590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have fiscal year like 2012,2013,2014,2015 and there month Apr, May to Mar,&lt;/P&gt;&lt;P&gt;and sale data is like 2016,2017,2018 etc&lt;/P&gt;&lt;P&gt;now 2016, Jan is 1 month for SalePlan,&lt;/P&gt;&lt;P&gt;and for budget Jan is 10 month , and year change to 2015 as per fiscal calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 13:34:25 GMT</pubDate>
    <dc:creator>abhaysingh</dc:creator>
    <dc:date>2016-01-29T13:34:25Z</dc:date>
    <item>
      <title>Calendar Logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013117#M939588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one sales table in which year and week are available as per calendar year, &lt;/P&gt;&lt;P&gt;i need to concatenate it into Budget Table on the basis of common key,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is i have the of budget in the form fiscal year, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i m concatenating celandar year and fiscal year are mismatching, and data not validating,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want how i can create fiscal year w/o multiplying my record in Sales Table so i can easily concatenate tables?&lt;/P&gt;&lt;P&gt; pls suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013117#M939588</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-01-29T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013118#M939589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you are having like this for your budget, 2013-2014, 2014-2015 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert it into normal calender year, like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we try like this at script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(FinanceYear,1,4) as SalesYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(&lt;SPAN style="font-size: 13.3333px;"&gt;FinanceYear,'Your Delemiter',1) as &lt;SPAN style="font-size: 13.3333px;"&gt;SalesYear&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then concatenate both the sales year&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013118#M939589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T13:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013119#M939590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have fiscal year like 2012,2013,2014,2015 and there month Apr, May to Mar,&lt;/P&gt;&lt;P&gt;and sale data is like 2016,2017,2018 etc&lt;/P&gt;&lt;P&gt;now 2016, Jan is 1 month for SalePlan,&lt;/P&gt;&lt;P&gt;and for budget Jan is 10 month , and year change to 2015 as per fiscal calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013119#M939590</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-01-29T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013120#M939591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sound Good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use Link table, create two flag one for Sales and one for Budget....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave it on customer how they want to see as both are into different view?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-Logic-help/m-p/1013120#M939591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T13:38:01Z</dc:date>
    </item>
  </channel>
</rss>

