<?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: how to retrieve pivot table first dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807963#M65779</link>
    <description>&lt;P&gt;Have you tried using the GetObjectDimension() and/or GetObjectField() functions?&amp;nbsp; They will retrieve the Dimension field label and Dimension field definition, respectively, based on the number that you pass, starting with 0.&amp;nbsp; So to retrieve information on the first field of a dimension, it would be GetObjectDimension(0) and GetObjectField(0).&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 10:41:11 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2021-05-14T10:41:11Z</dc:date>
    <item>
      <title>how to retrieve pivot table first dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807934#M65774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to get the first dimension name within a pivot table?&lt;BR /&gt;I'd need to trigger a warning message to the user (calculation condition) in case the first dimension is not correct for that&amp;nbsp; analysis.&lt;/P&gt;&lt;P&gt;Could someone help me to achieve it?&lt;/P&gt;&lt;P&gt;Many thanks in advance for your time.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Andrea&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 07:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807934#M65774</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2021-05-14T07:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to retrieve pivot table first dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807962#M65778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112"&gt;@agigliotti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in Qliksense, try like below&lt;/P&gt;&lt;P&gt;GetObjectDimension(0)&amp;nbsp; -&amp;gt; gives the first dimension field name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 10:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807962#M65778</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-05-14T10:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to retrieve pivot table first dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807963#M65779</link>
      <description>&lt;P&gt;Have you tried using the GetObjectDimension() and/or GetObjectField() functions?&amp;nbsp; They will retrieve the Dimension field label and Dimension field definition, respectively, based on the number that you pass, starting with 0.&amp;nbsp; So to retrieve information on the first field of a dimension, it would be GetObjectDimension(0) and GetObjectField(0).&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 10:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807963#M65779</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-05-14T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to retrieve pivot table first dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807989#M65788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your fast reply, but unfortunately&amp;nbsp;it does not works.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 12:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807989#M65788</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2021-05-14T12:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to retrieve pivot table first dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807990#M65789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126908"&gt;@GaryGiles&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;GetObjectField(0) worked!&lt;/P&gt;&lt;P&gt;It return the first dimension field name as needed.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 12:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-retrieve-pivot-table-first-dimension/m-p/1807990#M65789</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2021-05-14T12:47:32Z</dc:date>
    </item>
  </channel>
</rss>

