<?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: how to change column name dynamically?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275104#M584307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, go to Settings, then 'Variable Overview' to create a variable such as :&lt;/P&gt;&lt;P&gt;vOperation&amp;nbsp; =Operation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can now go back to your straight table chart where u calculate your sum(total_unit_processed): On the label &lt;/P&gt;&lt;P&gt;type in this expression: =if(Operation='$(vOperation)',Operation,'total_unit_processed'). I have a test:&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, 16 Aug 2011 11:30:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-16T11:30:39Z</dc:date>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275099#M584302</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;&lt;/P&gt;&lt;P&gt;I want to change a coulmn name in a straight table chart type in such a way that when ever i make a selection in a field the coulmn name sould change accordingly..&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart i am calculating a coulmn as&amp;nbsp; sum(total_unit_processed) and there is field called operation in which various operation like X,Y,Z are there.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select X then sum(total_unit_processed) is calculated for X operation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to name this coulmn like when X is selected then heading of coulmn should be &lt;STRONG&gt;total unit processed for X&lt;/STRONG&gt;&amp;nbsp; and if i select then the heading should be &lt;STRONG&gt;total unit processed for Y.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275099#M584302</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-16T10:17:19Z</dc:date>
    </item>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275100#M584303</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;Coulmn name of heading means The lable of that perticular expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275100#M584303</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-16T10:24:19Z</dc:date>
    </item>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275101#M584304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;you can try something in the lines of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='total unit Processed for ' &amp;amp; concat(OpeartionField,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that way it will show you all the fields availble in the operation field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275101#M584304</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-16T10:28:08Z</dc:date>
    </item>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275102#M584305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also able to fetch by this code ='total unit Processed for ' &amp;amp; concat(getcurrentselections(OperatedField,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this you get field value, hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275102#M584305</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-16T10:39:18Z</dc:date>
    </item>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275103#M584306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;you can try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;='total unit processed for' &lt;/STRONG&gt;&amp;amp; getfieldselections(operation,';')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 11:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275103#M584306</guid>
      <dc:creator />
      <dc:date>2011-08-16T11:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275104#M584307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, go to Settings, then 'Variable Overview' to create a variable such as :&lt;/P&gt;&lt;P&gt;vOperation&amp;nbsp; =Operation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can now go back to your straight table chart where u calculate your sum(total_unit_processed): On the label &lt;/P&gt;&lt;P&gt;type in this expression: =if(Operation='$(vOperation)',Operation,'total_unit_processed'). I have a test:&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, 16 Aug 2011 11:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275104#M584307</guid>
      <dc:creator />
      <dc:date>2011-08-16T11:30:39Z</dc:date>
    </item>
    <item>
      <title>how to change column name dynamically??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275105#M584308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks biteguebiessono .... Great example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 11:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-column-name-dynamically/m-p/275105#M584308</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-16T11:46:25Z</dc:date>
    </item>
  </channel>
</rss>

