<?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 Dynamic column change on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67222#M11093</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 want to change the column name dynamically on the selection from list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. Suppose i have USD,GBP,NOK.. etc values in a list box.&lt;/P&gt;&lt;P&gt;and we have different column in the database like USD_Amount,GBP_Amount,NOK_Amount.. etc&lt;/P&gt;&lt;P&gt;we want to create one variable which changes the the filed name on the selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. if we select USD in the list box variable create a value like USD_Amount which is a field name. and that will change on the selection.&amp;nbsp; is this possible.&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, 08 May 2018 07:52:51 GMT</pubDate>
    <dc:creator>abhijitnalekar</dc:creator>
    <dc:date>2018-05-08T07:52:51Z</dc:date>
    <item>
      <title>Dynamic column change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67222#M11093</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 want to change the column name dynamically on the selection from list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. Suppose i have USD,GBP,NOK.. etc values in a list box.&lt;/P&gt;&lt;P&gt;and we have different column in the database like USD_Amount,GBP_Amount,NOK_Amount.. etc&lt;/P&gt;&lt;P&gt;we want to create one variable which changes the the filed name on the selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. if we select USD in the list box variable create a value like USD_Amount which is a field name. and that will change on the selection.&amp;nbsp; is this possible.&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, 08 May 2018 07:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67222#M11093</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2018-05-08T07:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67223#M11094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can create a variable like &lt;EM&gt;vCurrency, &lt;/EM&gt;for example and in the variable definition u have to use something like that:&lt;/P&gt;&lt;P&gt;= if( isnull(GetCurrentSelections(CurrencyFieldName)), &lt;SPAN style="font-size: 13.3333px;"&gt;'Select a Currency', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CurrencyFieldName &amp;amp; ' Amount'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the Field Label of the Table/ Chart u use :&lt;/P&gt;&lt;P&gt;= $(&lt;EM style="font-size: 13.3333px;"&gt;vCurrency&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 19:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67223#M11094</guid>
      <dc:creator>rafatashiro</dc:creator>
      <dc:date>2018-05-17T19:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column change on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67224#M11095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or u can try this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U can create a variable like &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;vCurrency, &lt;/EM&gt;for example and in the variable definition u have to use something like that:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= if( isnull(GetCurrentSelections(CurrencyFieldName)), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'Select a Currency', Concat(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CurrencyFieldName) &amp;amp; ' Amount'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then, in the Field Label of the Table/ Chart u use :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= $(&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vCurrency&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 20:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-column-change-on-selection/m-p/67224#M11095</guid>
      <dc:creator>rafatashiro</dc:creator>
      <dc:date>2018-05-17T20:04:35Z</dc:date>
    </item>
  </channel>
</rss>

