<?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 Make a Current Selection Box more friendly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452245#M168786</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;I wonder if it is possible to show in a current selection box the caption of the fields instead of its original name. For example, in the attached image I would like to show in the current selection box 'Temporada' instead of 'TEMP_PSERV'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41002" class="jive-image-thumbnail jive-image" onclick="" alt="13-05-2013 12-28-46.png" src="/legacyfs/online/41002_13-05-2013 12-28-46.png" width="450" /&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>Mon, 13 May 2013 10:36:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-13T10:36:40Z</dc:date>
    <item>
      <title>Make a Current Selection Box more friendly</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452245#M168786</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;I wonder if it is possible to show in a current selection box the caption of the fields instead of its original name. For example, in the attached image I would like to show in the current selection box 'Temporada' instead of 'TEMP_PSERV'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41002" class="jive-image-thumbnail jive-image" onclick="" alt="13-05-2013 12-28-46.png" src="/legacyfs/online/41002_13-05-2013 12-28-46.png" width="450" /&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>Mon, 13 May 2013 10:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452245#M168786</guid>
      <dc:creator />
      <dc:date>2013-05-13T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make a Current Selection Box more friendly</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452246#M168787</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;I'm not sure it is possible to show the label in Current Selections. An alternative would be to use a text box and the GetFieldSelections function, but it takes some work to get it to look right and you will lose the erase and dropdown icons for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I did it ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a table for the source name and label and then create the individual GetFieldSelections for each field. Then concatenate each expression into a single expression ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alias:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *, 'if(GetFieldSelections(' &amp;amp; InternalField &amp;amp; ')&amp;gt;0,' &amp;amp; chr(39) &amp;amp; left(AliasField &amp;amp; repeat(' ',10),20) &amp;amp; ' = ' &amp;amp; chr(39) &amp;amp; ' &amp;amp; GetFieldSelections(' &amp;amp; InternalField &amp;amp; ')' as string;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InternalField,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AliasField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RunningTotal_ID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Running Total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Record Identifier&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Reference #];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tmp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load concat(string,' &amp;amp; chr(13)) &amp;amp; ') as tmpString resident Alias;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let eCurrSelections = '=' &amp;amp; peek('tmpString') &amp;amp; ')';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;drop table tmp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example I have three fields aliased, but the major issue would be managing this ongoing, ensuring new fields are included etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally refer to the expression variable in a text box (using font Courier New makes alignment better) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(IsNull(eCurrSelections),'No Selections Made',eCurrSelections)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you retain the Alias table as an island table, you can call the labels to your objects in this format ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FieldValue('AliasField',FieldIndex('InternalField','ID')) - &lt;/STRONG&gt;where ID is my source field in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452246#M168787</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-05-13T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Make a Current Selection Box more friendly</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452247#M168788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the Ajax Client, you could use the following extension I have created some days ago: &lt;A class="loading" href="http://www.qlikblog.at/2412/qliktip-better-current-selections-box-translate-hide-fields/"&gt;http://www.qlikblog.at/2412/qliktip-better-current-selections-box-translate-hide-fields/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 12:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-Current-Selection-Box-more-friendly/m-p/452247#M168788</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2013-05-31T12:28:36Z</dc:date>
    </item>
  </channel>
</rss>

