<?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: Qlik Sense Queries in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008313#M14892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Use &lt;/P&gt;&lt;P&gt;Date(Floor(CreatedDate))&lt;/P&gt;&lt;P&gt;to strip of the time part from the underlying numeric value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You want to filter in the script or in a chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Could you post some sample lines of data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2015 14:57:51 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-12-31T14:57:51Z</dc:date>
    <item>
      <title>Qlik Sense Queries</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008312#M14891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Qlik sense. I have few doubts. I will be grateful if some one helps me in the below queries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;I have “CreatedDate” column in the data set i.e.&lt;BR /&gt;2014-02-04 09:40:00.000000, 2014-02-04 09:50:00.000000, 2014-02-04&lt;BR /&gt;16:40:00.000000 and so on. I used the DATE(CreatedDate) function, which changes&lt;BR /&gt;the date format in to the YYYY-MM-DD but when I used the date as a filter pane&lt;BR /&gt;it shows three fields for 2014-02-04. I want to combine it in to one?&lt;/LI&gt;&lt;LI&gt;On the same date I wanted to get the dates&lt;BR /&gt;greater than 2014-08-31?&lt;/LI&gt;&lt;LI&gt;I wanted to use the case statement to make a new&lt;BR /&gt;column which afterward I used as Measure. Where should I use it (load or SQL)&lt;BR /&gt;and how&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;A = Case When Forward = 0 and FP = ‘ ‘ then 1 else 0 end&lt;/P&gt;&lt;P&gt;B = Case When Forward = 0 and FP = ‘ ‘ then 0 else 1 end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 12:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008312#M14891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Queries</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008313#M14892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Use &lt;/P&gt;&lt;P&gt;Date(Floor(CreatedDate))&lt;/P&gt;&lt;P&gt;to strip of the time part from the underlying numeric value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You want to filter in the script or in a chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Could you post some sample lines of data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008313#M14892</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-31T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Queries</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008314#M14893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be very easy to solve your issues if you can provide an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 17:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008314#M14893</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-31T17:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Queries</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008315#M14894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help!!. The&amp;nbsp; 1 query date issue is resolved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to filter it in a script, so that it apply to every chart/tables. I used as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;Date(Floor(CreatedDate)) &amp;gt;= '2014-08-31'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work. Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample examples. I also put the Excel formula which I used in the Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create the Column A and Column B in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know it make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 08:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008315#M14894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Queries</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008316#M14895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample examples. I also put the Excel formula which I used in the Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create the Column A and Column B in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know it make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 09:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Queries/m-p/1008316#M14895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

