<?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: Getting the name from =GetFieldSelections(&amp;lt;TableName&amp;gt;.ID) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661033#M1069084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can maybe just use only for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you limit down to a single name or ID, the name will display for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 12:17:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-27T12:17:48Z</dc:date>
    <item>
      <title>Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661030#M1069081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi, I have a straight table and some text boxes outside of it, where I want the text boxes to display the name of the client when the name OR ID is selected. I know how to get it if its the name using: =&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&amp;lt;TableName&amp;gt;.Name&lt;SPAN style="font-size: 10pt;"&gt;) , but I want this textbox to display the name if even the ID is selected (&amp;lt;TableName&amp;gt;.ID). Anyone have any ideas?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661030#M1069081</guid>
      <dc:creator />
      <dc:date>2014-08-27T12:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661031#M1069082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try =only(&amp;lt;TableName&amp;gt;.Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661031#M1069082</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-27T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661032#M1069083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(getselectedcount(id) &amp;gt;0 or getselectedcount(name) &amp;gt;0 , &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(&amp;lt;TableName&amp;gt;.Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or similar &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661032#M1069083</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-08-27T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661033#M1069084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can maybe just use only for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you limit down to a single name or ID, the name will display for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661033#M1069084</guid>
      <dc:creator />
      <dc:date>2014-08-27T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661034#M1069085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow super easy many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661034#M1069085</guid>
      <dc:creator />
      <dc:date>2014-08-27T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the name from =GetFieldSelections(&lt;TableName&gt;.ID)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661035#M1069086</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;Also you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxString(Name) Or MinString(Name), if you select a value you will get the selected value otherwise it will give the max string name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using this you always get the answer, whether you selected or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 12:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-name-from-GetFieldSelections-lt-TableName-gt-ID/m-p/661035#M1069086</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-27T12:32:55Z</dc:date>
    </item>
  </channel>
</rss>

