<?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: GetObjectField Syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878434#M1002659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetObjectField() returns the Field name, not the contents. If you want the values in that column, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=concat(DISTINCT $(=GetObjectField(1,'CH51')),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 03:20:25 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-06-12T03:20:25Z</dc:date>
    <item>
      <title>GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878431#M1002656</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 have an Object with ID CH28 and i need to pull the entire column 3 (&lt;STRONG&gt;index 3 if i am not mistaken)&lt;/STRONG&gt;. I am having issues using the GetObjectField function. Can someone please help me with the syntax ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CH 28 [Object id&amp;nbsp; and need to pull values for xyz column] &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;xyz&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the assistance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878431#M1002656</guid>
      <dc:creator />
      <dc:date>2015-06-11T21:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878432#M1002657</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 think in simple table doesn't works. Change the object (try in a chart table (straight or pivot) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the index starts at 0 in your case it's =GetObjectField(2,'CH28')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 23:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878432#M1002657</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2015-06-11T23:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878433#M1002658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. So if i write =GetObjectField(2,'Objectid') as an expression in a separate straight table or a chart , I will have the entire column with index 2 pulled in? Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 23:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878433#M1002658</guid>
      <dc:creator />
      <dc:date>2015-06-11T23:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878434#M1002659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetObjectField() returns the Field name, not the contents. If you want the values in that column, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=concat(DISTINCT $(=GetObjectField(1,'CH51')),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 03:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878434#M1002659</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-12T03:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878435#M1002660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetObjectField() returns the Field name or groupname, not the contents.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ex:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetObjectField(index,'objectid') it returns the specific field or group from index on object&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878435#M1002660</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-12T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: GetObjectField Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878436#M1002661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help, Appreciate it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetObjectField-Syntax/m-p/878436#M1002661</guid>
      <dc:creator />
      <dc:date>2015-06-12T14:49:33Z</dc:date>
    </item>
  </channel>
</rss>

