<?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: Reduce size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015763#M929935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar &lt;/P&gt;&lt;P&gt;I want to keep only first field and remove everything afte first word &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 13:24:34 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2016-03-17T13:24:34Z</dc:date>
    <item>
      <title>Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015757#M929929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi How to reduce the size of the content &lt;/P&gt;&lt;P&gt;I jave a field by name Description Which has the below conetent &lt;/P&gt;&lt;P&gt;I want to show only one word &lt;/P&gt;&lt;P&gt;How do i write at the script ?&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;P&gt;DIPHTHEROIDS-CORYNEBACTERIUM SPECIES&lt;/P&gt;&lt;P&gt;MORGANELLA MORGANII subsp. MORGANII&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.and son &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/Reduce-size/m-p/1015757#M929929</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015758#M929930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Purgechar(String,'Characters to be removed should be here') can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015758#M929930</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-17T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015759#M929931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you have some more sample ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it always have the - has the separator ...then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(fieldname,'-',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;left(&lt;SPAN style="font-size: 13.3333px;"&gt;fieldname,10) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015759#M929931</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-17T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015760#M929932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Fieldname, '-') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will remove the text after the first '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it will return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIPHTHEROIDS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kiran kumar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015760#M929932</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-03-17T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015761#M929933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi digvijay &lt;/P&gt;&lt;P&gt;Ther are many charecter , &lt;/P&gt;&lt;P&gt;How can i write all the things ?&lt;/P&gt;&lt;P&gt;I have around 10000 rows &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015761#M929933</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-03-17T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015762#M929934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I misunderstood, If you want the first word like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DIPHTHEROIDS having '-' always after that then use subfield as others rightly suggested. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Purgechar is used when you want to remove special characters or the characters you know you don't need. For example PurgeChar('ABCD123$#%$','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;123$#%$') will remove all non alphabetic chars.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015762#M929934</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-17T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015763#M929935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar &lt;/P&gt;&lt;P&gt;I want to keep only first field and remove everything afte first word &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015763#M929935</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-03-17T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015764#M929936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subfield(replace(yourfield,'-',' '),' ',1) would return first word splitted by ' ' or '-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015764#M929936</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-03-17T13:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015765#M929937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Description&lt;BR /&gt; DIPHTHEROIDS-CORYNEBACTERIUM SPECIES MORGANELLA MORGANII subsp. MORGANII&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; Data01:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, ' ', 1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015765#M929937</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-03-17T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce size</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015766#M929938</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 subfield here and if you still find '-' as part of the string, you can use trim, purgechar or replace to remove that character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-size/m-p/1015766#M929938</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-03-17T13:34:53Z</dc:date>
    </item>
  </channel>
</rss>

