<?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 can i avoid the unwanted data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361578#M134354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The length of the Data you want to keep is 10 so you can use&lt;/P&gt;&lt;P&gt;let new_variable = right(variable,10);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 08:08:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T08:08:53Z</dc:date>
    <item>
      <title>How can i avoid the unwanted data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361577#M134353</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;&lt;/P&gt;&lt;P&gt;﻿1888782027&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T20:51:53.8870000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1888791215&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T21:07:55.3330000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1888803241&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T21:26:20.9060000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1888803846&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T21:27:43.8350000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1889406845&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T22:57:56.1880000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1889432705&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T23:34:49.2880000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1889436151&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-11-30T23:41:05.9830000 )&lt;/SPAN&gt;|&lt;/P&gt;&lt;P&gt;1889448982&lt;SPAN style="color: #c0c0c0;"&gt;( 2011-12-01T00:02:58.6130000 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;The above one is the data hold in a variable for a particular field selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;But i need to avoid the data which i elevate in a differant colour.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;How can i do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;.........&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 07:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361577#M134353</guid>
      <dc:creator />
      <dc:date>2012-03-21T07:50:47Z</dc:date>
    </item>
    <item>
      <title>How can i avoid the unwanted data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361578#M134354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The length of the Data you want to keep is 10 so you can use&lt;/P&gt;&lt;P&gt;let new_variable = right(variable,10);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 08:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361578#M134354</guid>
      <dc:creator />
      <dc:date>2012-03-21T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can i avoid the unwanted data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361579#M134355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I don't want the right side data,I want the left side data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;instead of 'right(variable,10)' , i have used '&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;left(variable,10)'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If i use like this i am not able to get the all the values.It is showing only the first value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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;&lt;SPAN style="color: #636363; font-size: 12px; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361579#M134355</guid>
      <dc:creator />
      <dc:date>2012-03-21T09:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i avoid the unwanted data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361580#M134356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How you stored it in variable?using concat?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if so you can apply to it inside the concat itself like Concat(Left(FieldName,10),'|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-avoid-the-unwanted-data/m-p/361580#M134356</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-21T09:08:49Z</dc:date>
    </item>
  </channel>
</rss>

