<?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: On-Demand Data Pull in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360105#M839470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try direct discovery option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 17:28:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-03T17:28:35Z</dc:date>
    <item>
      <title>On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360096#M839461</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 have an requirement like this.&lt;/P&gt;&lt;P&gt;I have an Listbox that contains list of dates.&lt;/P&gt;&lt;P&gt;When the user opens the QVW from AccessPoint, they will be presented just with the list box populated with list of dates (eg., Jan 2017, Feb 2017 and so on..) And the user will be displayed with an empty table (Date, Amount etc.,)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when the user picks a date from the Listbox, the empty table should be populated with data for the corresponding selected date.&lt;/P&gt;&lt;P&gt;How can I achieve this in Qlikview?&lt;/P&gt;&lt;P&gt;I am using Version : 11.20.12354.0 SR6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360096#M839461</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360097#M839462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use calculated condition in your chart.&lt;/P&gt;&lt;P&gt;Something like in the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360097#M839462</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-03T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360098#M839463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;In your case, you are using an single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mine is slightly different.&lt;/P&gt;&lt;P&gt;Lets say, I have one query as below which would bring in only the dates.&lt;/P&gt;&lt;P&gt;Select * from Date table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My another query would be the main table.&lt;/P&gt;&lt;P&gt;Select * from fact table&lt;/P&gt;&lt;P&gt;An join exists between these 2 tables on a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of data display, I want to display the chart after I select the date from the list box. I don't want to pre-load the data rather I want to send live query for the selected date and then populate the chart with data&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360098#M839463</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-05-03T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360099#M839464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to achieve this via scripting?&lt;/P&gt;&lt;P&gt;If you have all the data loaded, i guess you'll get the same result as you are getting from your query.&lt;/P&gt;&lt;P&gt;The chart condition will pass on the date selection to you main table which you are trying to display in your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 16:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360099#M839464</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-03T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360100#M839465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, scripting solution is fine.&lt;/P&gt;&lt;P&gt;Using an variable, I think we can pass a parameter to the second query and then the second query can bring in the data?&lt;/P&gt;&lt;P&gt;Theoretically I can think as I am new to Qlikview not sure how to implement.&lt;/P&gt;&lt;P&gt;If you can take that idea and put that in to QVW using 2 different spreadsheet that would be helpful if that approach make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 16:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360100#M839465</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-05-03T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360101#M839466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are passing values from a front end variable to script, then everytime you change the value, you'll have to reload data and it is not good idea to give permissions to end user for reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can share some sample data and the exact output, then it would be much easier to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 16:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360101#M839466</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-05-03T16:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360102#M839467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't make difference whether you have single table or two tables as long as tables are associated through some field. I am afraid if you want to pull data from your source database directly in front end. ( In qlikview the usual process is to reload first, the data from sources in the data model and then use it in the front end, All the data always available with the application after reload).&lt;/P&gt;&lt;P&gt;You always reload your application when you need updated data from your source databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to use direct discovery&amp;nbsp; features(Direct Query statement) if you are expecting automatic new data loading from your DW DB without manual reload.&lt;/P&gt;&lt;P&gt;The sample attached is based on two tables and show condition in the straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 16:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360102#M839467</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-03T16:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360103#M839468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the attached dataset and also it shows the output what I am looking for.&lt;/P&gt;&lt;P&gt;The script can contain query or reference to both the Month table and the Fact table, however fact table should load only after selecting the month from the list box.&lt;/P&gt;&lt;P&gt;Yes, I understand that reload option should not permissioned to end users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look and let me know how we can approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your time sincerely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360103#M839468</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-05-03T17:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360104#M839469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your time Vijay!&lt;/P&gt;&lt;P&gt;Agree on the usual process of Qlikview.&lt;/P&gt;&lt;P&gt;It looks like then there is no other way of achieving this req with out Direct Discovery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you perhaps have an sample how it will work using Direct Discovery?&lt;/P&gt;&lt;P&gt;If you can give me an sample script then I will use 2 different excel files (Data on 1 file will be pre-loaded and data on the fact excel file will be loaded as on-demand) and will test how Direct Discovery works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360104#M839469</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-05-03T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360105#M839470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try direct discovery option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360105#M839470</guid>
      <dc:creator />
      <dc:date>2017-05-03T17:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360106#M839471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can used Calculation Condition in Chart Properties (General Tab).&lt;/P&gt;&lt;P&gt;Like GetSelectedCount(DateField)=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360106#M839471</guid>
      <dc:creator />
      <dc:date>2017-05-03T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360107#M839472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the concept only, you can take help from attached doc, but I suggest use some traditional way to meet your requirement as long as it can be met through standard Qlikview methods &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360107#M839472</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-03T17:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360108#M839473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Thanks Vijay!&lt;/P&gt;&lt;P&gt;What would be the effect of using variable / Parameter in the query?&lt;/P&gt;&lt;P&gt;Would that accomplish what I am looking for? However pre-load is necessary, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360108#M839473</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-05-03T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: On-Demand Data Pull</title>
      <link>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360109#M839474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to keep your list box field associated with the fields you want to update in your main table. You don't need to pass it on in your real query. Direct query will help in fetching latest data from your original source. You have to use calculation condition or show condition in the final user interface object/table, if you want to show data only when any date is selected in the list box. Its mandatory to have association with DATE and other output fields in some way else it won't understand what to display in your main table. I think pre-load is necessary, I never used it so cannot comment much on direct query. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Demand-Data-Pull/m-p/1360109#M839474</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-03T18:30:28Z</dc:date>
    </item>
  </channel>
</rss>

