<?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: How to detect loaded field and values ,data reduction on post reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923272#M980281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..values to be reduce present in the excel sheet and while loading the data it has to identify and reduce those values in data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 16:32:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-13T16:32:03Z</dc:date>
    <item>
      <title>How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923263#M980272</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;My requirement is initially we load the data from excel. And after for data reduction we load the field and values from xcel and qlikview has to identify the loaded field and value to reduce on post reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-Initially loaded 10 item and to delete items 3,4 and 5.we pass these values from excel and qlikview has to identify automatically these field and values to remove after reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help on these issue.&lt;/P&gt;&lt;P&gt;Kindly check the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923263#M980272</guid>
      <dc:creator />
      <dc:date>2015-08-13T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923264#M980273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to use Where Not Exist(Item1, Item) Where Item1 will be a field from your already loaded table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923264#M980273</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-13T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923265#M980274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923265#M980274</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923266#M980275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;customer wants to be generic and he don't known which field and values to reduce.&lt;/P&gt;&lt;P&gt;In the ex i just mention item 3,4 and 5.&lt;/P&gt;&lt;P&gt;In real case ,we have to give choice to any field or value.(Ex:Field items,Status and Store)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923266#M980275</guid>
      <dc:creator />
      <dc:date>2015-08-13T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923267#M980276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Item as Item1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Item, Status, Store&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, 247, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4, 248, 24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5, 247, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Item, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Exists(Item1, Item);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Field Item1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923267#M980276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-13T16:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923268#M980277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we don't known the exact field and value to reduce the data but it should be more dynamic that is applicable for any field and values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923268#M980277</guid>
      <dc:creator />
      <dc:date>2015-08-13T16:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923269#M980278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;See attached for custom data reduction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923269#M980278</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T16:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923270#M980279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..but input field and value should be come from external excel sheet.While loading it should detect and reduce the data not from the input box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923270#M980279</guid>
      <dc:creator />
      <dc:date>2015-08-13T16:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923271#M980280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, you mean user enters values which has to be reduced in an external excel sheet? or in the application itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923271#M980280</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T16:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923272#M980281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..values to be reduce present in the excel sheet and while loading the data it has to identify and reduce those values in data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923272#M980281</guid>
      <dc:creator />
      <dc:date>2015-08-13T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923273#M980282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached files.&lt;/P&gt;&lt;P&gt;Input values in the excel sheet called 'Data To be reduced' and save the excel.&lt;/P&gt;&lt;P&gt;reload the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923273#M980282</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923274#M980283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok it works...but we want to do reduce data on post reload...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923274#M980283</guid>
      <dc:creator />
      <dc:date>2015-08-13T17:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923275#M980284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thats the post reload&amp;nbsp; only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923275#M980284</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T17:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923276#M980285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh do you mean, you reload the application, then enter the reduction values in the excel sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then its not possible with an external file.&lt;/P&gt;&lt;P&gt;if you are making any changes in the external file and the changes be implemented in the app then you have to reload the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have provided you 3 solutions, you can choose one.&lt;/P&gt;&lt;P&gt;According to your requirement the last one is much suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923276#M980285</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923277#M980286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we don't want to change the script..but reduce data on post reload.&lt;/P&gt;&lt;P&gt;like using Onpostreload trigger.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Using macro&lt;/P&gt;&lt;P&gt;ActiveDocument.ReduceData function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923277#M980286</guid>
      <dc:creator />
      <dc:date>2015-08-13T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923278#M980290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to reduce the data when we manually selected the field value from the application and able to reduce the data after reload.&lt;/P&gt;&lt;P&gt;But i am facing the problem with how to pass the values dynamically values from Excel and reduce data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923278#M980290</guid>
      <dc:creator />
      <dc:date>2015-08-13T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect loaded field and values ,data reduction on post reload</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923279#M980292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are not changing any script here.&lt;/P&gt;&lt;P&gt;you just input the values/fields to be reduced in the external excel(as you requested) then reload the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data automatically gets reduced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-loaded-field-and-values-data-reduction-on-post/m-p/923279#M980292</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T17:39:04Z</dc:date>
    </item>
  </channel>
</rss>

