<?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 General Dates and DM Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-Dates-and-DM-Query/m-p/266062#M100014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mady,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I got you right, your master cal is based on days. Its key is a number representing one day - let's call it a DayDate. Your excel-data comes with a date based on month as the expenses are per month. So I would transform the YearMonth into a DayDate concatenating a '-01' to YearMonth. May be you have to calculate(transform, reformat, ....) this DayDate into the according number of your master calender key. After this you have a valid key to link your excel data (now based on a DayDate) to your master cal using eg. left join. &lt;/P&gt;&lt;P&gt;After this all your reports sholud work as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Aug 2011 15:30:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-11T15:30:33Z</dc:date>
    <item>
      <title>General Dates and DM Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Dates-and-DM-Query/m-p/266061#M100013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an application, where in Calendar Table the datekey is coming from SQL and its like 77463 format as its a key and in the same master calendar I have the YearMonth dimension in the format of 2011-07. I have an external excel sheet with below data which I am trying to link to my data model master calendar. I am trying something like Join load any suggestions please?&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="186"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="122"&gt;YearMonth&lt;/TD&gt;&lt;TD width="64"&gt;Expenses&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="122"&gt;2011-03&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: medium none;"&gt;8,114.20 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: medium none;" width="122"&gt;2011-04&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: medium none; border-top: medium none;"&gt;2,859.15 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: medium none;" width="122"&gt;2011-05&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: medium none; border-top: medium none;"&gt;5,222.29 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: medium none;" width="122"&gt;2011-06&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: medium none; border-top: medium none;"&gt;7,237.46 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: medium none;" width="122"&gt;2011-07&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left: medium none; border-top: medium none;"&gt;4,979.86 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;After I load this data, it shows me as 42350 instead of the series of numbers as 77463 and I tried changing the data format in Excel to DD/MM/YYY but that doesnt help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to link this data to my master calendar for the expenses to use across the application any help please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Mady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Dates-and-DM-Query/m-p/266061#M100013</guid>
      <dc:creator />
      <dc:date>2011-08-11T10:34:18Z</dc:date>
    </item>
    <item>
      <title>General Dates and DM Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Dates-and-DM-Query/m-p/266062#M100014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mady,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I got you right, your master cal is based on days. Its key is a number representing one day - let's call it a DayDate. Your excel-data comes with a date based on month as the expenses are per month. So I would transform the YearMonth into a DayDate concatenating a '-01' to YearMonth. May be you have to calculate(transform, reformat, ....) this DayDate into the according number of your master calender key. After this you have a valid key to link your excel data (now based on a DayDate) to your master cal using eg. left join. &lt;/P&gt;&lt;P&gt;After this all your reports sholud work as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 15:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Dates-and-DM-Query/m-p/266062#M100014</guid>
      <dc:creator />
      <dc:date>2011-08-11T15:30:33Z</dc:date>
    </item>
  </channel>
</rss>

