<?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: column() in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465674#M558221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;$(='[&lt;SPAN style="background-color: #ffffff;"&gt;comptes mouv ' &amp;amp; $(Annee variable)&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&amp;amp;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;]') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;to be exact.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;But that's it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jun 2013 12:08:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-12T12:08:20Z</dc:date>
    <item>
      <title>column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465665#M558212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table (in a graph), i have two expressions, each of them have a calculated label.&lt;/P&gt;&lt;P&gt;In a third expression i use a formula like "=column(1) - column(2)".&lt;/P&gt;&lt;P&gt;If i add a column before the first one, i'll still have "=column(1) - column(2)" in the expression of the last column and that's not what i want.&lt;/P&gt;&lt;P&gt;How may i reference always the same cols (with not fixed but calculated label) in the expression without taking care of the order i set them in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465665#M558212</guid>
      <dc:creator />
      <dc:date>2013-06-12T11:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465666#M558213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry didnt get you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465666#M558213</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-12T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465667#M558214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exemple : &lt;/P&gt;&lt;P&gt;i have a first column with a calculated label.&lt;/P&gt;&lt;P&gt;in another column (i call it TOTAL) i use column(1) to reference it.&lt;/P&gt;&lt;P&gt;If i move the first column in second position, column(1) in TOTAL will still reference the first column of the table.&lt;/P&gt;&lt;P&gt;How can i reference my col so that even if i move it, the reference in TOTAL will still be ok.&lt;/P&gt;&lt;P&gt;(That's a probleme of calculated label i can't use to reference the col)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465667#M558214</guid>
      <dc:creator />
      <dc:date>2013-06-12T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465668#M558215</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;Just instead of using Column() use Expression label, so even if you change the position of the expression you don't need to change the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;First Expression:&lt;/P&gt;&lt;P&gt;Expression Label : Total Sales &lt;/P&gt;&lt;P&gt;Expression : = Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second Expression:&lt;/P&gt;&lt;P&gt;Expression = [Total Sales] + (Some Calculation)&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465668#M558215</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-06-12T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465669#M558216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank's for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My deal is : how can i do if the column has a calculated label and not a fixed one.&lt;/P&gt;&lt;P&gt;What i realy have in the label is : &lt;/P&gt;&lt;P&gt;='comptes mouv '&amp;amp;$(Annee variable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465669#M558216</guid>
      <dc:creator />
      <dc:date>2013-06-12T11:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465670#M558217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the column label is calculated, u can still refer to it by name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let say the column name is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;='Up to ' &amp;amp; var_delay &amp;amp; ' days'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the expression u can refer to that column using syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;$(='[Up to ' &amp;amp; var_delay &amp;amp; ' days]')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 11:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465670#M558217</guid>
      <dc:creator />
      <dc:date>2013-06-12T11:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465671#M558218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be &lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;$(='[&lt;SPAN style="background-color: #ffffff;"&gt;comptes mouv ' &amp;amp; $(Annee variable)&lt;/SPAN&gt;]')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 12:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465671#M558218</guid>
      <dc:creator />
      <dc:date>2013-06-12T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465672#M558219</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;Please find attached file for solution.&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>Wed, 12 Jun 2013 12:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465672#M558219</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-06-12T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465673#M558220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard to guess &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's a lot, it's a huge help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 12:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465673#M558220</guid>
      <dc:creator />
      <dc:date>2013-06-12T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: column() in expression</title>
      <link>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465674#M558221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;$(='[&lt;SPAN style="background-color: #ffffff;"&gt;comptes mouv ' &amp;amp; $(Annee variable)&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&amp;amp;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;]') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;to be exact.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #808080;"&gt;But that's it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 12:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-in-expression/m-p/465674#M558221</guid>
      <dc:creator />
      <dc:date>2013-06-12T12:08:20Z</dc:date>
    </item>
  </channel>
</rss>

