<?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: How to apply the changes made in data source to Qlikview Docs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716497#M1080067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Source table if u have your Date field Present then you required to create MasterCalendar with resident table from source table.In new table you can able to create your Date ,Year, Q1,Q2,Q3,Q4 field which helpful for your application further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Scirpt level you may follow below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SourceTbl:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;otherFields,&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;SourceFolderpath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;Year(DateField) as Year,&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(DateField,&amp;nbsp; 'MMM-YYYY') AS MonthYear,&lt;/P&gt;&lt;P&gt;Day(DateField) AS CalendarDayOfMonth,&lt;/P&gt;&lt;P&gt;WeekDay(DateField) AS CalendarDayName,&lt;/P&gt;&lt;P&gt;Week(DateField) AS CalendarWeek,&lt;/P&gt;&lt;P&gt;Month(DateField) AS CalendarMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(Month(DateField)) &amp;gt; 6 ,(Year(DateField) + 1),Year(DateField)) AS FIN_YEAR ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=1 and num(month(DateField))&amp;lt;=3,'Q4',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=4 and num(month(DateField))&amp;lt;=6,'Q1',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=7 and num(month(DateField))&amp;lt;=9,'Q2',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=10 and num(month(DateField))&amp;lt;=12,'Q3')))) as FinancialQuarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident YourSourcetblName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Jul 2014 05:01:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-05T05:01:33Z</dc:date>
    <item>
      <title>How to apply the changes made in data source to Qlikview Docs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716495#M1080065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My qlikview document has a Access Source, I like to add year attribute to the Table. also i must add the data of first quarter of 2014 to the table. &lt;/P&gt;&lt;P&gt;the question is how to apply these changes to QlikDoc? &lt;/P&gt;&lt;P&gt;Should i just reload? or there are other extra steps involved? &lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 04:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716495#M1080065</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2014-07-05T04:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply the changes made in data source to Qlikview Docs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716496#M1080066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you completed your changes in Access Source,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to Edit Script of QlikView, and add the extra fields that you have inserted in specific table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and click to reload, thats it............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 05:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716496#M1080066</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-07-05T05:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply the changes made in data source to Qlikview Docs</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716497#M1080067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Source table if u have your Date field Present then you required to create MasterCalendar with resident table from source table.In new table you can able to create your Date ,Year, Q1,Q2,Q3,Q4 field which helpful for your application further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Scirpt level you may follow below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SourceTbl:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;otherFields,&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;SourceFolderpath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;Year(DateField) as Year,&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date(DateField,&amp;nbsp; 'MMM-YYYY') AS MonthYear,&lt;/P&gt;&lt;P&gt;Day(DateField) AS CalendarDayOfMonth,&lt;/P&gt;&lt;P&gt;WeekDay(DateField) AS CalendarDayName,&lt;/P&gt;&lt;P&gt;Week(DateField) AS CalendarWeek,&lt;/P&gt;&lt;P&gt;Month(DateField) AS CalendarMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(Month(DateField)) &amp;gt; 6 ,(Year(DateField) + 1),Year(DateField)) AS FIN_YEAR ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=1 and num(month(DateField))&amp;lt;=3,'Q4',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=4 and num(month(DateField))&amp;lt;=6,'Q1',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=7 and num(month(DateField))&amp;lt;=9,'Q2',&lt;/P&gt;&lt;P&gt;if(num(month(DateField))&amp;gt;=10 and num(month(DateField))&amp;lt;=12,'Q3')))) as FinancialQuarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident YourSourcetblName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 05:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-the-changes-made-in-data-source-to-Qlikview-Docs/m-p/716497#M1080067</guid>
      <dc:creator />
      <dc:date>2014-07-05T05:01:33Z</dc:date>
    </item>
  </channel>
</rss>

