<?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: pickup the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483237#M180586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes your right...I dont want all other monthstart dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Nov 2013 15:52:45 GMT</pubDate>
    <dc:creator>dhanu_today</dc:creator>
    <dc:date>2013-11-24T15:52:45Z</dc:date>
    <item>
      <title>pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483233#M180582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field with the following sample values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;201305&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;178&lt;/P&gt;&lt;P&gt;201307&lt;/P&gt;&lt;P&gt;201408&lt;/P&gt;&lt;P&gt;201305&lt;/P&gt;&lt;P&gt;200209&lt;/P&gt;&lt;P&gt;201305&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need the data which contains the YYYYMM(format).It means that we have to capture value which contains 6 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second one is we have to capture only particular data like 201305 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 12:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483233#M180582</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2013-11-24T12:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483234#M180583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Field FROM YourTable&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt; WHERE Len(Field) = 6;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what you mean with particular data, can you detail this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 12:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483234#M180583</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-24T12:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483235#M180584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of my req 1. we have to capture only 6 digit number from that filed then convert that into number into date format. like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;201408&lt;/SPAN&gt;(YYYYMM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.We have to capture only particular 6 digit numbers like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;201305&lt;/SPAN&gt;(It repeats more times).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the ID field contains some numbers like 0,4,178 and some date formated data like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;201305&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;O/p :1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;201305&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;201307&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;201408&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;201305&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 140000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;200209&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;201305&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 130000&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 15:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483235#M180584</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2013-11-24T15:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483236#M180585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To convert the 6 digit number to a date (i.e. a monthstart date), you can use interpretation functions like date#():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Date#(Field,'YYYYMM')&lt;/STRONG&gt; as DateField&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; FROM YourTable&lt;/EM&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; WHERE Len(Field) = 6;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I still understand what you mean with capture particular numbers like 201305, you don't want to get all the other monthstart dates?&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 15:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483236#M180585</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-24T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483237#M180586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes your right...I dont want all other monthstart dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 15:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483237#M180586</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2013-11-24T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483238#M180587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have applied the below two conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Len(ID)=6 and ID='201305';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 16:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483238#M180587</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2013-11-24T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: pickup the data</title>
      <link>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483239#M180588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don´t need to check twice&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where ID='201305'; is enough&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 22:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pickup-the-data/m-p/483239#M180588</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-24T22:10:41Z</dc:date>
    </item>
  </channel>
</rss>

