<?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: use MakeTime and MakeDate together in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967749#M956656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I want to dinamicaly calculate that date i want to use in where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Date from reload date and time from my expression.&lt;/P&gt;&lt;P&gt;I know how to calculate that time. &lt;/P&gt;&lt;P&gt;But i don't know how to join that date and time inside where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say my time is 06:30 and date is 2015-11-09&lt;/P&gt;&lt;P&gt;i want to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myDate &amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;2015-11-09 &lt;SPAN style="font-size: 13.3333px;"&gt;06:30 in where clause&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 06:47:52 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2015-11-10T06:47:52Z</dc:date>
    <item>
      <title>use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967741#M956648</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 need to load date which is less than specific date. here in date it has to be in 'YYYY-MM-DD hh:mm' format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here date is reload date and hh:mm is MakeTime(6,30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeTime value is dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can i get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mydate &amp;lt; reloaddate in 'YYYY-MM-DD' and Maketime(6,30)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967741#M956648</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-11-10T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967742#M956649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to create this MYDate field or you already have this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967742#M956649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T06:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967743#M956650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967743#M956650</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-11-10T06:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967744#M956651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;date(MyDateField,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YYYY-MM-DD') as MyDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;From tablename where num(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;MyDateField)&amp;lt;=num(reloaddate)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967744#M956651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967745#M956652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Making time from your MyDateField seems tough..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that I guess you need to go for&lt;STRONG&gt; looping to make time field.&lt;/STRONG&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967745#M956652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T06:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967746#M956653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the format of Your date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967746#M956653</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-10T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967747#M956654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuradha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;date(Your field,'YYYY-MM-DD h:mm:ss[.fff] TT')) as Yourfield,&lt;/P&gt;&lt;P&gt;reloaddate&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;where date(Your field,'YYYY-MM-DD h:mm:ss[.fff] TT')) &amp;lt; reloaddate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967747#M956654</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-11-10T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967748#M956655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YYYY-MM-DD hh:mi:ss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967748#M956655</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-11-10T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967749#M956656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I want to dinamicaly calculate that date i want to use in where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Date from reload date and time from my expression.&lt;/P&gt;&lt;P&gt;I know how to calculate that time. &lt;/P&gt;&lt;P&gt;But i don't know how to join that date and time inside where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say my time is 06:30 and date is 2015-11-09&lt;/P&gt;&lt;P&gt;i want to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myDate &amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;2015-11-09 &lt;SPAN style="font-size: 13.3333px;"&gt;06:30 in where clause&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967749#M956656</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-11-10T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967750#M956657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yes, if reload time is combination of two fields then please combine them and make one field and use in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;date(Your field,'YYYY-MM-DD h:mm:ss[.fff] TT')) as Yourfield,&lt;/P&gt;&lt;P&gt;date(ReloadTime() ,'YYYY-MM-DD') &amp;amp;'&amp;nbsp; '&amp;amp; MakeTime(6,3) as reloaddate&lt;/P&gt;&lt;P&gt;where date(Your field,'YYYY-MM-DD h:mm:ss[.fff] TT')) &amp;lt;date(ReloadTime() ,'YYYY-MM-DD') &amp;amp;'&amp;nbsp; '&amp;amp; MakeTime(6,3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967750#M956657</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-11-10T06:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967751#M956658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to compare into numeric like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;where num(date(Your field,'YYYY-MM-DD hh:mm:ss[.fff] TT'))) &amp;lt;num(date(ReloadTime() ,'YYYY-MM-DD') &amp;amp;'&amp;nbsp; '&amp;amp; time(MakeTime(6,3),'hh:mm'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 06:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967751#M956658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967752#M956659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I have used "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;num(date(ReloadTime() ,'YYYY-MM-DD') &amp;amp;'&amp;nbsp; '&amp;amp; time(MakeTime(6,3),'hh:mm'))" in text object and it shows "-"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 07:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967752#M956659</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-11-10T07:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967753#M956660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove num() as its not working, need to see into it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(ReloadTime(),'DD/MMM/YYYY')&amp;amp;' '&amp;amp;Time(MakeTime(6,30),'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 07:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967753#M956660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967754#M956661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;timestamp(YourDate,'YYYY-MM-DD hh:mm')&amp;lt;timestamp(date(floor(ReloadTime()) ,'YYYY-MM-DD') + time(MakeTime(6,30),'hh:mm'),'YYYY-MM-DD hh:mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 07:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967754#M956661</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-10T07:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967755#M956662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried my solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 08:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967755#M956662</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-11-10T08:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: use MakeTime and MakeDate together</title>
      <link>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967756#M956663</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;one solution could be also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14475482966483571" jivemacro_uid="_14475482966483571"&gt;
&lt;P&gt;myDate &amp;lt; Floor(ReloadTime())+'06:30'&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_190922_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105515_QlikCommunity_Thread_190922_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 00:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-MakeTime-and-MakeDate-together/m-p/967756#M956663</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-15T00:45:13Z</dc:date>
    </item>
  </channel>
</rss>

