<?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 Querying an SQL_Server database - strange results? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507468#M694492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am querying a database with personell data. I want to draw out check-in data and find out whether, on any Saturday, more than, say, a dozen people checked in.&lt;/P&gt;&lt;P&gt;There is a field in the table I am querying holding a date - The format, according to the helpdesk and the documentation I have, is YYYYMMDD.&lt;/P&gt;&lt;P&gt;That should be easy enough to work with, no? Well, it seemingly does not correspond to the date format QlikView is expecting - when i select the value 20130601 from that field - the 1st of June, a Saturday when I know we had a workday, QlikView tells me it was a Sunday. Strange as that is, it gets even better - when I select 20130531, QlikView also tells me it was a Sunday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you think of a reason for this - and, more importantly, how I might be able to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 14:59:00 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2013-06-25T14:59:00Z</dc:date>
    <item>
      <title>Querying an SQL_Server database - strange results?</title>
      <link>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507468#M694492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am querying a database with personell data. I want to draw out check-in data and find out whether, on any Saturday, more than, say, a dozen people checked in.&lt;/P&gt;&lt;P&gt;There is a field in the table I am querying holding a date - The format, according to the helpdesk and the documentation I have, is YYYYMMDD.&lt;/P&gt;&lt;P&gt;That should be easy enough to work with, no? Well, it seemingly does not correspond to the date format QlikView is expecting - when i select the value 20130601 from that field - the 1st of June, a Saturday when I know we had a workday, QlikView tells me it was a Sunday. Strange as that is, it gets even better - when I select 20130531, QlikView also tells me it was a Sunday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you think of a reason for this - and, more importantly, how I might be able to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 14:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507468#M694492</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-25T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Querying an SQL_Server database - strange results?</title>
      <link>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507469#M694493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u post some sample data/qvw....?&lt;/P&gt;&lt;P&gt;how do u find the day (Sat/Sun etc...) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 15:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507469#M694493</guid>
      <dc:creator />
      <dc:date>2013-06-25T15:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Querying an SQL_Server database - strange results?</title>
      <link>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507470#M694494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it. The format in the database YYYYMMDD does in fact not correspond to the numeric format QlikView (and most other SW?!) is using.&lt;/P&gt;&lt;P&gt;I have to transform it into the german format DD.MM.YYYY, then it works fine and QlikView tells me that the 1st of June was a Saturday.&lt;/P&gt;&lt;P&gt;Thanks a lot anyway!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 15:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Querying-an-SQL-Server-database-strange-results/m-p/507470#M694494</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-25T15:19:54Z</dc:date>
    </item>
  </channel>
</rss>

