<?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: Load only few values of an column.. not all in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320873#M828995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check above script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 07:26:53 GMT</pubDate>
    <dc:creator>arvind_patil</dc:creator>
    <dc:date>2017-07-04T07:26:53Z</dc:date>
    <item>
      <title>Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320865#M828983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts - I have a below data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fruits&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;P&gt;Orange&lt;/P&gt;&lt;P&gt;Grape&lt;/P&gt;&lt;P&gt;Mango&lt;/P&gt;&lt;P&gt;Banana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need to load Apple &amp;amp; Grape alone.. Please help me how can i get this..&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/Load-only-few-values-of-an-column-not-all/m-p/1320865#M828983</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320866#M828984</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;You can use wildmatch() in where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;Load * from TableName&lt;/P&gt;&lt;P&gt;where wildmatch(FieldName,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Apple&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Grape&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320866#M828984</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T06:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320867#M828985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Table Where Match(Fruits, 'Apple', 'Grape');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In front end you can use expression as&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Fruits, 'Apple','Grape'), Fruits) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note - &lt;/STRONG&gt;You will get bulk posts related this? You may start this in community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320867#M828985</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320868#M828986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or If there are multiple value for that you want to restrict data then maintain a mapper file which contain only those value which you want to display and In your final table use where exist()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like &lt;/P&gt;&lt;P&gt;mapper:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;Fruit&lt;/P&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;P&gt;Grape&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;Load * from YourTableName&lt;/P&gt;&lt;P&gt;where exists(Fruit,Fruit);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320868#M828986</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320869#M828987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Code Like Below:&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Fruits&lt;/P&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;P&gt;Orange&lt;/P&gt;&lt;P&gt;Grape&lt;/P&gt;&lt;P&gt;Mango&lt;/P&gt;&lt;P&gt;Banan];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate &lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident T&lt;/P&gt;&lt;P&gt;Where WildMatch(Fruits,'Apple','Grape');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table T;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320869#M828987</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-04T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320870#M828988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am new to this tool.. Can u share how this is done in the script after loading a sample table please.. I know to do it in Front end.. but not while loading the data itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320870#M828988</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320871#M828992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Am new to this tool.. Can u share how this is done in the script after loading a sample table please.. I know to do it in Front end.. but not while loading the data itself&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320871#M828992</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320872#M828994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Am new to this tool.. Can u share how this is done in the script after loading a sample table please.. I know to do it in Front end.. but not while loading the data itself&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320872#M828994</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320873#M828995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check above script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320873#M828995</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-04T07:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320874#M828996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing new, This works as Where condition in SQL / Any DB. Let's consider as your data set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fruits&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Apple&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Orange&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grape&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mango&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Banana&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;] Where Match(Fruits, 'Apple', 'Grape');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we are doing here is we have DB data sent in that we need to figure it out which values you need&amp;nbsp; by help of Wildmatch for showing them we are using Where condition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you want, More info related WildMatch look at &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm"&gt;wildmatch ‒ QlikView&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320874#M828996</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320875#M828997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Data in script is like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD SALES_PROD_W_OPTION_NR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PART_DN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCAL_STD_COST_AM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISO_CURRENCY_CD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENCY_RATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD_STD_COST_AM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODUCT_LINE_CD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD_LINE_NM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRUIT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Public\Desktop\Reports\CSV_Files\WW_IPG_INVENTORY_WEEKLY_HISTORY.csv&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;STORE IPG_Inventory INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where will i use that now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320875#M828997</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320876#M828998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD SALES_PROD_W_OPTION_NR,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PART_DN,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCAL_STD_COST_AM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISO_CURRENCY_CD,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENCY_RATE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD_STD_COST_AM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODUCT_LINE_CD,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD_LINE_NM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRUIT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Public\Desktop\Reports\CSV_Files\WW_IPG_INVENTORY_WEEKLY_HISTORY.csv&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;STRONG style="color: #ff0000;"&gt; Wildmatch(field, 'value1','value2')&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE IPG_Inventory INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320876#M828998</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320877#M828999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see script error.. Garbage after statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320877#M828999</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320878#M829000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, Missed Where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD SALES_PROD_W_OPTION_NR,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PART_DN,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCAL_STD_COST_AM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISO_CURRENCY_CD,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENCY_RATE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD_STD_COST_AM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODUCT_LINE_CD,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD_LINE_NM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FRUIT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Public\Desktop\Reports\CSV_Files\WW_IPG_INVENTORY_WEEKLY_HISTORY.csv&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt; Where Wildmatch(field, 'value1','value2')&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE IPG_Inventory INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320878#M829000</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T07:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320879#M829001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i got hat now... What if i need to do same for one more field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320879#M829001</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320880#M829002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;Where Wildmatch(field, 'value1','value2') and WildMatch(field1, 'value1','value2')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320880#M829002</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T07:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320881#M829004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for taking your precious time to explain this!! Appreciate it!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320881#M829004</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-07-04T07:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320882#M829008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to Buy Cook book, This may helps you lot and lot as i feel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark as Helpful over thread that may helps for next landing persons &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320882#M829008</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320883#M829010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for curiosity, What is wrong in my answer???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320883#M829010</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load only few values of an column.. not all</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320884#M829012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Me too.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-few-values-of-an-column-not-all/m-p/1320884#M829012</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-04T08:58:05Z</dc:date>
    </item>
  </channel>
</rss>

