<?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 Qlikview: Graph/Table data in  is not displaying after reload. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Graph-Table-data-in-is-not-displaying-after-reload/m-p/1560416#M597980</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have multiple qlikview files where I'm not able to see any data (graph/ table data) after manual/scheduled reload until i select a date in the date box.&amp;nbsp; Below is the logic i used in the qlikview files,&lt;/P&gt;&lt;P&gt;Kindly help me in fixing this issue. I want to get the graph/table data after reload without selecting any date.&lt;/P&gt;&lt;P&gt;variables defined in edit script :&lt;/P&gt;&lt;P&gt;LET varMinStart=Date ( Today()-10 ,'DD-MM-YYYY' ) ;&lt;BR /&gt;LET varMaxStart=Date ( Today(),'DD-MM-YYYY' ) ;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;From Date Box Logic:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Input style: calender&amp;nbsp;&lt;BR /&gt;variable:&amp;nbsp;varMinStart&lt;/P&gt;&lt;P&gt;min Value Logic:&amp;nbsp;=Floor(Date(Today()-10,'DD-MM-YYYY'))&lt;/P&gt;&lt;P&gt;max value logic: =varMaxStart&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;To Date Box:&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Input style: calender&amp;nbsp;&lt;BR /&gt;variable: varMaxStart&lt;/P&gt;&lt;P&gt;min Value Logic:&amp;nbsp;=varMinStart&lt;/P&gt;&lt;P&gt;max value logic: =Floor( Date( Today(), 'DD-MM-YYYY' ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Mar 2019 06:23:20 GMT</pubDate>
    <dc:creator>abhilash92</dc:creator>
    <dc:date>2019-03-24T06:23:20Z</dc:date>
    <item>
      <title>Qlikview: Graph/Table data in  is not displaying after reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Graph-Table-data-in-is-not-displaying-after-reload/m-p/1560416#M597980</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have multiple qlikview files where I'm not able to see any data (graph/ table data) after manual/scheduled reload until i select a date in the date box.&amp;nbsp; Below is the logic i used in the qlikview files,&lt;/P&gt;&lt;P&gt;Kindly help me in fixing this issue. I want to get the graph/table data after reload without selecting any date.&lt;/P&gt;&lt;P&gt;variables defined in edit script :&lt;/P&gt;&lt;P&gt;LET varMinStart=Date ( Today()-10 ,'DD-MM-YYYY' ) ;&lt;BR /&gt;LET varMaxStart=Date ( Today(),'DD-MM-YYYY' ) ;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;From Date Box Logic:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Input style: calender&amp;nbsp;&lt;BR /&gt;variable:&amp;nbsp;varMinStart&lt;/P&gt;&lt;P&gt;min Value Logic:&amp;nbsp;=Floor(Date(Today()-10,'DD-MM-YYYY'))&lt;/P&gt;&lt;P&gt;max value logic: =varMaxStart&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;To Date Box:&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Input style: calender&amp;nbsp;&lt;BR /&gt;variable: varMaxStart&lt;/P&gt;&lt;P&gt;min Value Logic:&amp;nbsp;=varMinStart&lt;/P&gt;&lt;P&gt;max value logic: =Floor( Date( Today(), 'DD-MM-YYYY' ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 06:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Graph-Table-data-in-is-not-displaying-after-reload/m-p/1560416#M597980</guid>
      <dc:creator>abhilash92</dc:creator>
      <dc:date>2019-03-24T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview: Graph/Table data in  is not displaying after reload.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Graph-Table-data-in-is-not-displaying-after-reload/m-p/1560421#M597982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39556"&gt;@abhilash92&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You use a date format in script and a numeric format in the calendar object&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use this in your script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LET varMinStart=NUM(Date ( Today()-10 ,'DD-MM-YYYY') ) ;&lt;BR /&gt;LET varMaxStart=NUM(Date ( Today(),'DD-MM-YYYY' ) );&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 08:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Graph-Table-data-in-is-not-displaying-after-reload/m-p/1560421#M597982</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2019-03-24T08:18:42Z</dc:date>
    </item>
  </channel>
</rss>

