<?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 How to Display data based on the date selection.?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308626#M1198469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;I dont want to reload again and again. Do we have any option so that when ever user select dates the data gets displayed in my table box without doing reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 14:34:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-24T14:34:46Z</dc:date>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308624#M1198467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I already posted this problem but didnt got much help.&lt;/P&gt;&lt;P&gt;I wanted to use from date and to date time span to get the data from my database. I am using slider /calender control, but i am not sure how to pass the value of this selected dated to my query i.e in my where condition. &lt;STRONG&gt;What i want to do is , when ever user select From Date and To Date then i should get all the data in that date range.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could someone provide my a sample report. &lt;STRONG&gt;Below is my query that i want to execute.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;nvl(sum(appt_cnt), 0), nvl(sum(semn_cnt), 0), nvl(sum(apply_cnt), 0 &lt;P&gt;)&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appts&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;web_track&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;client= &lt;P&gt;'03'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;and trunc(crdt) &amp;gt;= to_date('12/25/2009', 'MM/DD/YYYY') and trunc(crdt) &amp;lt; to_date('12/25/2011', 'MM/DD/YYYY') + 1 &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 12:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308624#M1198467</guid>
      <dc:creator />
      <dc:date>2011-02-24T12:17:16Z</dc:date>
    </item>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308625#M1198468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two variables,example, start_date and end_date&lt;BR /&gt; Assign these variable with a InputBox&lt;/P&gt;&lt;P&gt;Enter this code in the main Edit Script&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; // Title of source to display in QV&lt;BR /&gt; WEBTRACK:&lt;BR /&gt; SQL select nvl(sum(appt_cnt), 0), nvl(sum(semn_cnt), 0), nvl(sum(apply_cnt), 0 )&lt;BR /&gt; as appts from web_track&lt;BR /&gt; where&lt;BR /&gt; client= '03'&lt;BR /&gt; and trunc(crdt) &amp;gt;= to_date($start_date)&lt;BR /&gt; and trunc(crdt) &amp;lt; to_date($end_date) + 1&lt;/P&gt;&lt;P&gt;Change the dates in the inputbox and reload the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 12:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308625#M1198468</guid>
      <dc:creator />
      <dc:date>2011-02-24T12:42:45Z</dc:date>
    </item>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308626#M1198469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;I dont want to reload again and again. Do we have any option so that when ever user select dates the data gets displayed in my table box without doing reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308626#M1198469</guid>
      <dc:creator />
      <dc:date>2011-02-24T14:34:46Z</dc:date>
    </item>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308627#M1198470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your query loads all data up front then it should be possible to filter out it(it can be done with the Chart object at least)&lt;/P&gt;&lt;P&gt;Otherwise , it is easy to use a macro to do an silent reload(and even partial)&lt;/P&gt;&lt;P&gt;Select Document Properties from the Settings menu&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/6242.triggers.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/6242.triggers.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select the variable in the Variable Event Triggers - list, click Add Action&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/0066.run_5F00_macro_5F00_ontrigger.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/0066.run_5F00_macro_5F00_ontrigger.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Click Add&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/5353.add_5F00_action.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/5353.add_5F00_action.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select External and Run Macro, click OK&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/4276.edit_5F00_module.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/4276.edit_5F00_module.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Click Edit Module&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/6242.reloadstuff.jpg"&gt;&lt;IMG alt="" border="0" height="405" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/6242.reloadstuff.jpg" width="565" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Add some code for a Reload-function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sub ReloadStuff&lt;BR /&gt;// Check for valid content&lt;BR /&gt; if ActiveDocument.Variables("ENDTIME").GetContent.String&amp;lt;&amp;gt;"-" then&lt;BR /&gt; // This reload hides the splash dialog as well&lt;BR /&gt; ActiveDocument.ReloadEx 2,1&lt;BR /&gt; end if&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Close and select it in the dialog&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/1856.reloadstuff_5F00_2.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/1856.reloadstuff_5F00_2.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thats about it.&lt;/P&gt;&lt;P&gt;The same code can be applied on a Button-macro or whatever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 15:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308627#M1198470</guid>
      <dc:creator />
      <dc:date>2011-02-24T15:44:08Z</dc:date>
    </item>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308628#M1198471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramses,&lt;/P&gt;&lt;P&gt;This will help. What about is this is a statics report. Like in first go i will load all the data from my table abd then i run the query to fetch the data from the loded table. In this case will that be required to reload data or do we have any other method to do that. What basicallt i wanted to do is , i will create a report that can be veiw by some other end user , so they might dont have the database to which i am connecting . In this case they will be having the statics report . How should i proceed in this case.&lt;/P&gt;&lt;P&gt;I think i am making some sense here. Please let me know if u want any clarification.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 07:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308628#M1198471</guid>
      <dc:creator />
      <dc:date>2011-02-25T07:12:05Z</dc:date>
    </item>
    <item>
      <title>How to Display data based on the date selection.??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308629#M1198472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I honestly don´t know, hopefully one of the other forum members can answer this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 13:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-data-based-on-the-date-selection/m-p/308629#M1198472</guid>
      <dc:creator />
      <dc:date>2011-02-25T13:21:48Z</dc:date>
    </item>
  </channel>
</rss>

