<?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 to add one more column by Transformation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434561#M1163143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt; I am uploaded a .xlsx file in Qlikview having to feilds Doc Id and Tags2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Doc Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wani to call one more feild as S.No which must contains numbers 1,2,3......etc so that i can reach to state mentiones below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Doc Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S.No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me how to Create this one more feild S.No. with the help of transformation through Tablefiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 05:50:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-15T05:50:59Z</dc:date>
    <item>
      <title>How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434561#M1163143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt; I am uploaded a .xlsx file in Qlikview having to feilds Doc Id and Tags2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Doc Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wani to call one more feild as S.No which must contains numbers 1,2,3......etc so that i can reach to state mentiones below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Doc Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S.No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me how to Create this one more feild S.No. with the help of transformation through Tablefiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434561#M1163143</guid>
      <dc:creator />
      <dc:date>2012-11-15T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434562#M1163144</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;Try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Doc Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() AS S.No&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 08:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434562#M1163144</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-15T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434563#M1163145</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;Load some thing like in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;[Doc Id],&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Tags2,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;RowNo() as&amp;nbsp; S.No&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;from datasource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;HTH&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 08:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434563#M1163145</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-15T08:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434564#M1163146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actualy i am having two sheets one as Master having 3 fields as Doc Id, Tags1,S.No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas my second sheet having only two fields as Doc Id ,Tags2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to compare&amp;nbsp; Tags1 (Master Sheet) with Tags2 (Answer Sheet)....Problem is that here primary key is Doc Id as exists in both the sheets .But i want to make S.No as Primary key....S.No exist in my Master sheet but not in Answer sheet....i want somehow to call S.No in answer sheet...Your mentioned solution is not working as already&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;[Doc Id],&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Tags2&amp;nbsp;&amp;nbsp;&amp;nbsp; are coming from my Answer sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;If i use &lt;/P&gt;&lt;P&gt;RowNo() AS S.No&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than inside script two times From will exist...which is wrong ....Please help me if u have any other solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 08:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434564#M1163146</guid>
      <dc:creator />
      <dc:date>2012-11-15T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434565#M1163147</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;As i understand you have two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Doc Id, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Tags1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;S.No&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Doc Id ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Tags2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;For this if you create a combination key in both the tables like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Doc Id &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Tags1 as Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Doc Id &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Tags2 as Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;and then compares this keys.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 10:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434565#M1163147</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-15T10:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to add one more column by Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434566#M1163148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got my results by implementing &lt;/P&gt;&lt;P&gt;RowNo() as&amp;nbsp; S.No&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks buddy..!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 10:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-one-more-column-by-Transformation/m-p/434566#M1163148</guid>
      <dc:creator />
      <dc:date>2012-11-15T10:03:46Z</dc:date>
    </item>
  </channel>
</rss>

