<?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: Create a column with values from other column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971787#M956068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Column A],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Column A] &amp;gt; 0, [Column A]) as [Column B]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make column B only have values when it is greater than 0. When Column A is 0 or less than 0, Column B will be null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 16:21:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-10T16:21:16Z</dc:date>
    <item>
      <title>Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971786#M956067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column with numerical values (Mostly 0 and 1). I need to create another column/field from the other column on&amp;nbsp; a condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the values in the Column A are &amp;gt; 0, then the Column B should contain those greater than values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971786#M956067</guid>
      <dc:creator />
      <dc:date>2015-11-10T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971787#M956068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Column A],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Column A] &amp;gt; 0, [Column A]) as [Column B]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make column B only have values when it is greater than 0. When Column A is 0 or less than 0, Column B will be null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971787#M956068</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T16:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971788#M956069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColumnA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(ColumnA &amp;gt;0 , ColumnA) AS ColumnB&lt;/P&gt;&lt;P&gt;FROM YourSource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971788#M956069</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-10T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971789#M956070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way I can use an expression and create this column/field in the Straight Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971789#M956070</guid>
      <dc:creator />
      <dc:date>2015-11-10T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971790#M956071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, use this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If([Column A] &amp;gt; 0, [Column A])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971790#M956071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T16:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971791#M956072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(column(1) &amp;gt; 0, column(1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 1&amp;nbsp; is the number of&amp;nbsp; expression column in your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Straight Table or you can use the name of your expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ExpresionName&amp;gt;1,ExpresionName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971791#M956072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T18:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971792#M956073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys. Got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971792#M956073</guid>
      <dc:creator />
      <dc:date>2015-11-10T18:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create a column with values from other column</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971793#M956074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, Close the thread in that case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 19:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-column-with-values-from-other-column/m-p/971793#M956074</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T19:12:45Z</dc:date>
    </item>
  </channel>
</rss>

