<?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 Date Not Showing in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Not-Showing/m-p/1514637#M36786</link>
    <description>&lt;P&gt;Hello, I am having some problems with &lt;STRONG&gt;Dates.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yeah So actually I had 4 sheets (&lt;STRONG&gt;Final TB 2,&amp;nbsp; Salary, Head_Count, Fixed&lt;/STRONG&gt;). All of them has same&amp;nbsp;Dates with Different Names.&lt;/P&gt;&lt;P&gt;I want to Associates them with Dates and thats what I do in script as you can see below&lt;/P&gt;&lt;PRE&gt;Unqualify *;

[Final TB 2_temp_f534b951-8961-e226-cb57-b218c850]:
LOAD
	[Acc_ID],
	[BS / P&amp;amp;L],
	[Account type],
	[Expense Type],
	[TB.Head],
	[Sub-Head],
	[TB.Particulars],
	[Vert1],
	[TB.Type],
	[Vertical],
	[Process Name],
	[MonthEnd] AS [Month_Date],
	[Amt]
RESIDENT [Final TB 2];
DROP TABLE [Final TB 2];

[SALARY_temp_33e701b9-50cc-e2a2-9c23-21bca65e]:
LOAD
	[Name],
	[S_Date] AS [Month_Date],
	[Salary]
RESIDENT [SALARY];
DROP TABLE [SALARY];

[Head Count_temp_10994835-67bc-f44d-6f4a-6f147bd1]:
LOAD
	[Head Count.Type],
	[Head Count.Process],
	[H_type],
	[H_Date] AS [Month_Date],
	[H_Value]
RESIDENT [Head Count];
DROP TABLE [Head Count];

[Fixed_temp_b67ee582-f744-22d7-cdb2-9fef83fe]:
LOAD
	[Fixed.Particulars],
	[F_type],
	[Fix_Date] AS [Month_Date],
	[Fix_value]
RESIDENT [Fixed];
DROP TABLE [Fixed];



RENAME TABLE [Final TB 2_temp_f534b951-8961-e226-cb57-b218c850] to [Final TB 2];

RENAME TABLE [SALARY_temp_33e701b9-50cc-e2a2-9c23-21bca65e] to [SALARY];

RENAME TABLE [Head Count_temp_10994835-67bc-f44d-6f4a-6f147bd1] to [Head Count];

RENAME TABLE [Fixed_temp_b67ee582-f744-22d7-cdb2-9fef83fe] to [Fixed];&lt;/PRE&gt;&lt;P&gt;All the Dates are associates Perfectly with theAssociate name as&amp;nbsp;&lt;STRONG&gt; Month_Date.&amp;nbsp;&lt;/STRONG&gt;Now I make some tweaking by using auto calender :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="calender.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1337iE8095290FD22BCE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="calender.JPG" alt="calender.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The data loads but the problem is only Month_Date field works the year and Quarter doesn't in&amp;nbsp; the App.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="App.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1338iD6C786DBB2D220D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="App.JPG" alt="App.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Its totally blank and not working .&lt;/P&gt;&lt;P&gt;Anybody has clue&amp;nbsp;how to solve this issue.&lt;/P&gt;&lt;P&gt;I want to use&amp;nbsp;&lt;STRONG&gt;Month_Date&amp;nbsp;&lt;/STRONG&gt;date in different format sometimes in Quarter , sometimes in year&amp;nbsp;only sometimes as Month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 07:19:02 GMT</pubDate>
    <dc:creator>RishabhTFC</dc:creator>
    <dc:date>2018-11-30T07:19:02Z</dc:date>
    <item>
      <title>Date Not Showing</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Not-Showing/m-p/1514637#M36786</link>
      <description>&lt;P&gt;Hello, I am having some problems with &lt;STRONG&gt;Dates.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yeah So actually I had 4 sheets (&lt;STRONG&gt;Final TB 2,&amp;nbsp; Salary, Head_Count, Fixed&lt;/STRONG&gt;). All of them has same&amp;nbsp;Dates with Different Names.&lt;/P&gt;&lt;P&gt;I want to Associates them with Dates and thats what I do in script as you can see below&lt;/P&gt;&lt;PRE&gt;Unqualify *;

[Final TB 2_temp_f534b951-8961-e226-cb57-b218c850]:
LOAD
	[Acc_ID],
	[BS / P&amp;amp;L],
	[Account type],
	[Expense Type],
	[TB.Head],
	[Sub-Head],
	[TB.Particulars],
	[Vert1],
	[TB.Type],
	[Vertical],
	[Process Name],
	[MonthEnd] AS [Month_Date],
	[Amt]
RESIDENT [Final TB 2];
DROP TABLE [Final TB 2];

[SALARY_temp_33e701b9-50cc-e2a2-9c23-21bca65e]:
LOAD
	[Name],
	[S_Date] AS [Month_Date],
	[Salary]
RESIDENT [SALARY];
DROP TABLE [SALARY];

[Head Count_temp_10994835-67bc-f44d-6f4a-6f147bd1]:
LOAD
	[Head Count.Type],
	[Head Count.Process],
	[H_type],
	[H_Date] AS [Month_Date],
	[H_Value]
RESIDENT [Head Count];
DROP TABLE [Head Count];

[Fixed_temp_b67ee582-f744-22d7-cdb2-9fef83fe]:
LOAD
	[Fixed.Particulars],
	[F_type],
	[Fix_Date] AS [Month_Date],
	[Fix_value]
RESIDENT [Fixed];
DROP TABLE [Fixed];



RENAME TABLE [Final TB 2_temp_f534b951-8961-e226-cb57-b218c850] to [Final TB 2];

RENAME TABLE [SALARY_temp_33e701b9-50cc-e2a2-9c23-21bca65e] to [SALARY];

RENAME TABLE [Head Count_temp_10994835-67bc-f44d-6f4a-6f147bd1] to [Head Count];

RENAME TABLE [Fixed_temp_b67ee582-f744-22d7-cdb2-9fef83fe] to [Fixed];&lt;/PRE&gt;&lt;P&gt;All the Dates are associates Perfectly with theAssociate name as&amp;nbsp;&lt;STRONG&gt; Month_Date.&amp;nbsp;&lt;/STRONG&gt;Now I make some tweaking by using auto calender :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="calender.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1337iE8095290FD22BCE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="calender.JPG" alt="calender.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The data loads but the problem is only Month_Date field works the year and Quarter doesn't in&amp;nbsp; the App.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="App.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1338iD6C786DBB2D220D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="App.JPG" alt="App.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Its totally blank and not working .&lt;/P&gt;&lt;P&gt;Anybody has clue&amp;nbsp;how to solve this issue.&lt;/P&gt;&lt;P&gt;I want to use&amp;nbsp;&lt;STRONG&gt;Month_Date&amp;nbsp;&lt;/STRONG&gt;date in different format sometimes in Quarter , sometimes in year&amp;nbsp;only sometimes as Month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 07:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Not-Showing/m-p/1514637#M36786</guid>
      <dc:creator>RishabhTFC</dc:creator>
      <dc:date>2018-11-30T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Not Showing</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Not-Showing/m-p/1519346#M37113</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;it is strongly recommended to create a master calendar.&lt;/P&gt;&lt;P&gt;url :"&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;it's the same on Qlikview and Qliksense.&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 14:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Not-Showing/m-p/1519346#M37113</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2018-12-11T14:27:18Z</dc:date>
    </item>
  </channel>
</rss>

