<?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: Header/Label Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039693#M350039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebatien, I agree label over Column().&lt;/P&gt;&lt;P&gt;Is there ways to lock the column's to prevent user moving the columns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 16:50:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-21T16:50:20Z</dc:date>
    <item>
      <title>Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039687#M350033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to see if Qlik allows you to reuse the Header/Label name calculation.&amp;nbsp; What I have field names, Company, Amount1, and Amount2.&amp;nbsp; On one of my Table I have 2 expressions named "SumAmt1_2" and "Ratio%". I'm curios if&amp;nbsp; I can type either of this expression Header on a separate table would give me the same results. Please see attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039687#M350033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039688#M350034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The labels can only be used within the same chart and not outside. Can you use variables instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039688#M350034</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T16:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039689#M350035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did use variables and it works. I'm just curious if it's doable within Qlik objects.&lt;/P&gt;&lt;P&gt;BTW - what's the label syntax within the same chart? I used column(). Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039689#M350035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039690#M350036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Column() or you can use what ever name you have give it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance if you call your expression Name XYZ -&amp;gt; You can refer it in other expression by calling [Name XYZ] (it will turn blue if it find the label name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039690#M350036</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T16:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039691#M350037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The advantage of using label is that you could let your user play with column order without impact the result of your expression. With Column(), you must remove the possibility to move the column to avoid wrong result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039691#M350037</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-03-21T16:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039692#M350038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny!!.. I shouldn't ask you this question..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039692#M350038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039693#M350039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebatien, I agree label over Column().&lt;/P&gt;&lt;P&gt;Is there ways to lock the column's to prevent user moving the columns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039693#M350039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-21T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Header/Label Help</title>
      <link>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039694#M350040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;properties --&amp;gt; presentation --&amp;gt; disable "Allow move column"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 17:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Header-Label-Help/m-p/1039694#M350040</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-03-21T17:57:40Z</dc:date>
    </item>
  </channel>
</rss>

