<?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 remove fields values ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52116#M780556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a query,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;product,no&lt;/P&gt;&lt;P&gt;Sa,1&lt;/P&gt;&lt;P&gt;Sa-na,2&lt;/P&gt;&lt;P&gt;sa.no,3&lt;/P&gt;&lt;P&gt;no.sa,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I want to load only first data that is [Sa,1].i want to eliminate the rest from loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using&lt;STRONG&gt; where not match(product,' -na',' .no',' no')&lt;/STRONG&gt; but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I cannot use wildmatch because my data is case sensitive.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other function please help me:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;product,no&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sa,1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>vongalaprashant</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52116#M780556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a query,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;product,no&lt;/P&gt;&lt;P&gt;Sa,1&lt;/P&gt;&lt;P&gt;Sa-na,2&lt;/P&gt;&lt;P&gt;sa.no,3&lt;/P&gt;&lt;P&gt;no.sa,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I want to load only first data that is [Sa,1].i want to eliminate the rest from loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using&lt;STRONG&gt; where not match(product,' -na',' .no',' no')&lt;/STRONG&gt; but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I cannot use wildmatch because my data is case sensitive.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other function please help me:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;product,no&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sa,1&lt;/STRONG&gt;&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/How-to-remove-fields-values/m-p/52116#M780556</guid>
      <dc:creator>vongalaprashant</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52117#M780557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanthi, you can use Index() or SubstringCount()&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/Index.htm" title="https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/Index.htm"&gt;https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/Index.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/SubStringCount.htm" style="font-size: 10pt;" title="https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/SubStringCount.htm"&gt;https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/SubStringCount.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that 'no' also includes '.no', you can get many false positives is those are similar to the real data you wil use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52117#M780557</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52118#M780558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where product = 'Sa';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you need smarter logic than that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52118#M780558</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-04-04T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52119#M780559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niclas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are so many field values in my data.I can not use your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;prashanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52119#M780559</guid>
      <dc:creator>vongalaprashant</dc:creator>
      <dc:date>2018-04-04T08:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52120#M780560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want only 1st row you can use this below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;abc:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;First 1 load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;product,no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sa,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sa-na,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sa.no,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;no.sa,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT SCRIPT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if you want&amp;nbsp; to display only left 2 chars from Product you can use below script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;abc:&lt;/P&gt;&lt;P&gt; load * inline [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product,no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sa,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sa-na,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sa.no,3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no.sa,4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;abc1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load Left(product,2) as product1, no Resident abc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DROP Table abc ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT SCRIPT ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52120#M780560</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-04-04T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52121#M780561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives you the expected result given the data you provided, can you clarify more what is the data you are using and what is the expected outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niclas Anderström&lt;/P&gt;&lt;P&gt;Mindcamp AB&lt;/P&gt;&lt;P&gt;niclas.anderstrom@mindcamp.se&amp;lt;mailto:niclas.anderstrom@mindcamp.se&amp;gt;&lt;/P&gt;&lt;P&gt;+46 702 39 21 43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Från: prashanthi reddy &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;P&gt;Skickat: den 4 april 2018 10:54&lt;/P&gt;&lt;P&gt;Till: Niclas Anderström &amp;lt;niclas.anderstrom@mindcamp.se&amp;gt;&lt;/P&gt;&lt;P&gt;Ämne: Re:  - How to remove fields values ?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52121#M780561</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-04-04T08:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove fields values ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52122#M780562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;where SubstringCount(product,' -na',' .no',' no')=0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where (SubstringCount(product,'-na')=0 OR &lt;STRONG style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubstringCount(product,'.no')=0 &lt;/STRONG&gt;OR &lt;STRONG style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubstringCount(product,' no')=0 &lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-fields-values/m-p/52122#M780562</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-04T08:58:19Z</dc:date>
    </item>
  </channel>
</rss>

