<?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: What is column purpose in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054770#M925051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes exctly....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u got the solution please close this thread by making helpful and correct answer above. if not please raise ur quires &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 06:53:06 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-04-07T06:53:06Z</dc:date>
    <item>
      <title>What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054765#M925046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;if ( (column(1)-sum(PLANNED_SALES_RETAIL)) &amp;lt; 0 , (column(1)-sum(PLANNED_SALES_RETAIL)) *-1,(column(1)-sum({&amp;lt;FLAG_YTD={'Y'}&amp;gt;}PLANNED_SALES_RETAIL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above formula what is purpose of column(1) ?Pls help me understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054765#M925046</guid>
      <dc:creator>krishnakv83</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054766#M925047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column(1) refers to the result of the first expression in the table or chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054766#M925047</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-05T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054767#M925048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what ever the expression which u hve used in ur&amp;nbsp; First expression&amp;nbsp; ur chart or table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that expression is&amp;nbsp; complex...at that time we can use column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054767#M925048</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-05T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054768#M925049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column and Expression both are same in charts. For example you have a chart where there are two expression for Sales and Expenses. But you want to calculate profit in third expression. So you didn't need to write whole expression for Sales and Expenses. You can just write that Profit = Column(1) - Column2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Column(1) means Expression1&lt;/P&gt;&lt;P&gt;Column(2) means Expression2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression1/Expression2 both are labels then you can also write Expression1/Expression2 instead of complete expression or Column(1) or Column(2).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Listed below expressions will return you same result &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;--&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Profit = Sum(Sales) - Sum(Expenses)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Profit = Column(1) - Column(2)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Profit = Expression1 - &lt;SPAN style="font-size: 13.3333px;"&gt;Expression2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please note, Profit formula can be change according to your requirements. Given above Profit formula is only for quick understanding.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054768#M925049</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-04-05T19:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054769#M925050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the reply.Now I understood advantages of column(1) .It is very useful for lengthy expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054769#M925050</guid>
      <dc:creator>krishnakv83</dc:creator>
      <dc:date>2016-04-07T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is column purpose</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054770#M925051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes exctly....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u got the solution please close this thread by making helpful and correct answer above. if not please raise ur quires &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-column-purpose/m-p/1054770#M925051</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-07T06:53:06Z</dc:date>
    </item>
  </channel>
</rss>

