<?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: adding columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676949#M676043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have your Load or Select instruction e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to add according to a condition 2 more columns do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;If(condition1 is true, 'Ok', 'Ko') as field3,&lt;/P&gt;&lt;P&gt;If(condition2 is true, 'Ok', 'Ko') as field4,&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 12:13:25 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-07-15T12:13:25Z</dc:date>
    <item>
      <title>adding columns</title>
      <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676948#M676041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;i'm trying to add two columns which will descirbe rows categories but always when i'm trying to do this just one column is added. i can add one of them but never both of them. I'm trying to add them in file wizard, then i click next and "enable transformation step" button. Then i choose column sheet, then "new..." button and by choosing some conditions i'm addding column and when the first column is added i click "new..." button once again to add one more column. And the second one is ignored. What i'm doing wrong and how can i solve that problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676948#M676041</guid>
      <dc:creator />
      <dc:date>2014-07-15T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: adding columns</title>
      <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676949#M676043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have your Load or Select instruction e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to add according to a condition 2 more columns do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;If(condition1 is true, 'Ok', 'Ko') as field3,&lt;/P&gt;&lt;P&gt;If(condition2 is true, 'Ok', 'Ko') as field4,&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676949#M676043</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-15T12:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: adding columns</title>
      <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676950#M676045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file wizard generates kind of this one instructions when i'm adding one column:&lt;/P&gt;&lt;P&gt;LOAD [Name column1],&amp;nbsp;&amp;nbsp; // that's what i got in table before adding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name column2],&amp;nbsp;&amp;nbsp; // that's what i got in table before adding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F5&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[table]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [table name$], filters(&lt;/P&gt;&lt;P&gt;ColXtr(2, RowCnd(CellValue, 1, StrCnd(longer, 4)), 0),&lt;/P&gt;&lt;P&gt;ColXtr(2, RowCnd(CellValue, 1, StrCnd(longer, 4)), 0),&lt;/P&gt;&lt;P&gt;Replace(3, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;ColXtr(2, RowCnd(CellValue, 1, StrCnd(longer, 4)), 0),&lt;/P&gt;&lt;P&gt;Replace(3, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(CellValue, 1, StrCnd(longer, 4)))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so all ot this conditions i got after key word FROM and i'm not sure what do they mean and don't know where can i get some info about that i mean about all of these functions like ColXtr(), Replace(), Remove(), RowCnd(), etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 14:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676950#M676045</guid>
      <dc:creator />
      <dc:date>2014-07-15T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: adding columns</title>
      <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676951#M676047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably your data in xls file doesn't start at row 1 but there are other rows and columns above and before your data area, all the instructions (but I do not know the syntax) works to define that area ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 14:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676951#M676047</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-15T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: adding columns</title>
      <link>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676952#M676049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found an answer;)&lt;/P&gt;&lt;P&gt;the file wizard generates the same functions couple times so the solution is quite easy. We have to reduce functions generated by file wizard to only these which are necessary and then everything is working properly;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PEACE!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-columns/m-p/676952#M676049</guid>
      <dc:creator />
      <dc:date>2014-08-04T14:23:54Z</dc:date>
    </item>
  </channel>
</rss>

