<?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: Using calculated label in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899903#M469659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the answer is to use Column(n) in place of the column label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 10:43:57 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-06-25T10:43:57Z</dc:date>
    <item>
      <title>Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899901#M469657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this. I now it's out there, but i can't find the answer anywhere.&lt;/P&gt;&lt;P&gt;I want to use an expression in an other expression. Now i know i can do this by using the label of the first expression in the second. But what if the label of my expression is calculated (lets say my expression has the label "=count(TaskID)") how can i use this expression in an other expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899901#M469657</guid>
      <dc:creator />
      <dc:date>2015-06-25T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899902#M469658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tom,&lt;/P&gt;&lt;P&gt;u can put this expression in variable and use any where,any time u want.&lt;/P&gt;&lt;P&gt;let v1=count(TaskID)&lt;/P&gt;&lt;P&gt;now example usage in some expression say to increment:&lt;/P&gt;&lt;P&gt;=$(v1)+1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899902#M469658</guid>
      <dc:creator />
      <dc:date>2015-06-25T10:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899903#M469659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the answer is to use Column(n) in place of the column label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899903#M469659</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-25T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899904#M469660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and where can i see the column nr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899904#M469660</guid>
      <dc:creator />
      <dc:date>2015-06-25T10:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899905#M469661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is the expression number (counting from the top) in the Properties | Expresssions tab. Starting with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899905#M469661</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-25T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899906#M469662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in column label give ColumnNo&lt;BR /&gt;use "ColumnNo" in any expression&amp;nbsp; uwant.&lt;/P&gt;&lt;P&gt;else in a chart say u have 2 expressions; 1st expression is always column(1),2nd always column(2)...so, in 2 nd expression type"=column(1)+any calculation u wanna make" .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899906#M469662</guid>
      <dc:creator />
      <dc:date>2015-06-25T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using calculated label in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899907#M469663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n tat is working tom u can c in the attachment below@&lt;IMG alt="column_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90796_column_1.png" style="width: 620px; height: 465px;" /&gt;tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-calculated-label-in-expression/m-p/899907#M469663</guid>
      <dc:creator />
      <dc:date>2015-06-25T11:21:28Z</dc:date>
    </item>
  </channel>
</rss>

