<?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: Text objects with text linked on selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376109#M702631</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;You may use &lt;STRONG&gt;&lt;SPAN class="Bold"&gt;getfieldselections([Filed name]) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold"&gt;function to get the currently selected value of a field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Som&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 09:17:14 GMT</pubDate>
    <dc:creator>somenathroy</dc:creator>
    <dc:date>2012-08-08T09:17:14Z</dc:date>
    <item>
      <title>Text objects with text linked on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376107#M702629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if any one could help me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to specify which currency the dashboard is in, depending on selections made. My effort of the script below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;='All figures in' &amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='1','GBP',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='2','SGD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='3','AUD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='4','HKD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='5','USD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='6','USD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='7','CPLm',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='8','CAD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='9','EUR',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='10','MEXP',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='11','BRL',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='12','USD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='13','USD',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='14','COPm',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='15','EUR',0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[_Currency]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Base' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='16','EUR',0)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Many thanks.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 08:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376107#M702629</guid>
      <dc:creator />
      <dc:date>2012-08-08T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text objects with text linked on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376108#M702630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i prefer something more dynamic but if you want to do it by &lt;STRONG&gt;if &lt;/STRONG&gt;statement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='All figures in'&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and&amp;nbsp; [Entity_ID]='1','GBP', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='2','SGD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='3','AUD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='4','HKD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='5','USD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='6','USD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='7','CPLm', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='8','CAD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='9','EUR', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='10','MEXP', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='11','BRL', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='12','USD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='13','USD', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='14','COPm', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='15','EUR', &lt;/P&gt;&lt;P&gt;if([_Currency]='Base' and [Entity_ID]='16','EUR',))))))))))))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 09:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376108#M702630</guid>
      <dc:creator />
      <dc:date>2012-08-08T09:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text objects with text linked on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376109#M702631</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;You may use &lt;STRONG&gt;&lt;SPAN class="Bold"&gt;getfieldselections([Filed name]) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold"&gt;function to get the currently selected value of a field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Som&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 09:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-objects-with-text-linked-on-selections/m-p/376109#M702631</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-08-08T09:17:14Z</dc:date>
    </item>
  </channel>
</rss>

