<?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: Selecting a value inside an excel cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616330#M477844</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;this can be done, please have a look on below mentioned script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load Datefield,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(Datefield, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as NewDate,&lt;/P&gt;&lt;P&gt;From TABALE_NAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 06:07:05 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2014-04-09T06:07:05Z</dc:date>
    <item>
      <title>Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616328#M477842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;i'm kind of new to qlikview, so any help would be much appreciated.&lt;/P&gt;&lt;P&gt;the problem i have is that in the excel sheet i have, the data i need is written with some other values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for example, in the date field the data is written as " date= 02/03/14 " where as i just need the&amp;nbsp; 02/03/14 part...&lt;/P&gt;&lt;P&gt;is there any way to extract it?&lt;/P&gt;&lt;P&gt;thankyou in advance&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 05:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616328#M477842</guid>
      <dc:creator />
      <dc:date>2014-04-09T05:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616329#M477843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(right([Your Date Field], 8), 'DD/MM/YY') as Date&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616329#M477843</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-04-09T06:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616330#M477844</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;this can be done, please have a look on below mentioned script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load Datefield,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(Datefield, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as NewDate,&lt;/P&gt;&lt;P&gt;From TABALE_NAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616330#M477844</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-04-09T06:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616331#M477845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;subfield(Datefield,"=",2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616331#M477845</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616332#M477846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= d&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,10),'DD/MM/YY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616332#M477846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T06:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616333#M477847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this in your load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(subfield(Datefield,"= ",2),'DD/MM/YYYY'),'DD/MM/YYYY') as CorrectDate&amp;nbsp; //If space is there after =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(subfield(Datefield,"=",2),'DD/MM/YYYY'),'DD/MM/YYYY') as CorrectDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616333#M477847</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616334#M477848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou very much.. ill try them all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616334#M477848</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616335#M477849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou very much.. ill try them all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616335#M477849</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616336#M477850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou very much.. ill try them all&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616336#M477850</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting a value inside an excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616337#M477851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-a-value-inside-an-excel-cell/m-p/616337#M477851</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:33:56Z</dc:date>
    </item>
  </channel>
</rss>

