<?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: Change field name in current selection box conditionally in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839987#M295211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current selections box always shows the field names as they are in data model and not customizable.&lt;/P&gt;&lt;P&gt;Think of using a text box with functions GetCurrentSelections(), or better GetFieldSelections() - in this case you have enough flexibility to show they way you want.&amp;nbsp; But you lose functionality like changing selections, lock/unlock, clear selections, which you have in the real current selections box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jun 2015 20:26:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-06T20:26:22Z</dc:date>
    <item>
      <title>Change field name in current selection box conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839986#M295210</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 have a question regarding current selection box , &lt;/P&gt;&lt;P&gt;I want to change the name of the field in current selection box in front end only , if i have multiple fields with different name in back end , and i can not change the field names in back end . so is any other possible pay to handle this if yes please guide me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 19:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839986#M295210</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-06-06T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change field name in current selection box conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839987#M295211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current selections box always shows the field names as they are in data model and not customizable.&lt;/P&gt;&lt;P&gt;Think of using a text box with functions GetCurrentSelections(), or better GetFieldSelections() - in this case you have enough flexibility to show they way you want.&amp;nbsp; But you lose functionality like changing selections, lock/unlock, clear selections, which you have in the real current selections box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 20:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839987#M295211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-06T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change field name in current selection box conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839988#M295212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See here some alternatives: &lt;A href="https://community.qlik.com/docs/DOC-7118"&gt;Current Selection Alternatives&lt;/A&gt; but like &lt;A href="https://community.qlik.com/qlik-users/3931"&gt;mov&lt;/A&gt; mentioned they all have disadvantages compared with a native current selections box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2015 09:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839988#M295212</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-07T09:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change field name in current selection box conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839989#M295213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement: rename filed Product to [USER Product]&amp;nbsp; at current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can rename the filed as required filed with out distubing the existing filed name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scenario I followd the below staps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prd_01 as Product&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftom table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I modified this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Prd_01 as Product&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Prd_01 as [USER Product]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ftom table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now instead of showing Product listbox i am populating [USER Product] list box. so that I can show USER product filed at Current list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-field-name-in-current-selection-box-conditionally/m-p/839989#M295213</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-03-14T16:18:07Z</dc:date>
    </item>
  </channel>
</rss>

