<?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: RE:NewColumn in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200224#M386590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you.&amp;nbsp; issue got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GET.CELL(Column,'SheetName')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp; =Right(Columnname,Length)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 13:57:38 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-10-17T13:57:38Z</dc:date>
    <item>
      <title>RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200219#M386585</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;I have excel with below data i need txt as new column in&amp;nbsp; excel . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried&amp;nbsp;&amp;nbsp; =RIGHT(F:F,3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but it is givng&amp;nbsp; 0.8 ,0.,5.2&amp;nbsp;&amp;nbsp; lik dat &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;expected out put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cts&lt;/P&gt;&lt;P&gt;cts&lt;/P&gt;&lt;P&gt;cts&lt;/P&gt;&lt;P&gt;cts&lt;/P&gt;&lt;P&gt;pcs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200219#M386585</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-10-17T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200220#M386586</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;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&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;('62300.800 cts',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('62300.800 cts') - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('62300.800 cts',' '))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;substitute '62300.800 cts' with your Field Name&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200220#M386586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200221#M386587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that the values in your excel file do not actually contain string values like cts and pcs, but that those are only formatting. If that's the case then you will have to change the values in excel to add the cts and pcs strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200221#M386587</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-17T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200222#M386588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the above can be done in Qv in your load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&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;(Quantity,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Quantity) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Quantity,' '))) As Measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;from yoursource..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200222#M386588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200223#M386589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Gysbert, the units might be part of the formatting rather than the value itself which might be causing this issue. Can you share your Excel file to look at it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200223#M386589</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200224#M386590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you.&amp;nbsp; issue got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GET.CELL(Column,'SheetName')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp; =Right(Columnname,Length)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200224#M386590</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-10-17T13:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: RE:NewColumn</title>
      <link>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200225#M386591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try tommorow &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 17:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-NewColumn/m-p/1200225#M386591</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-10-17T17:17:05Z</dc:date>
    </item>
  </channel>
</rss>

