<?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 use &amp;quot;GetExtendedProperty (name[, idobjet])&amp;quot; function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-quot-GetExtendedProperty-name-idobjet-quot-function/m-p/332793#M573928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found your question from Google search as I was also looking in to the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetExtendedProperty method. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;I've since understood how it works and i'll share here in case other people also find your original question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition.xml allows the developer to defined ServerSide properties that can later be retrieved via the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetExtendedProperty method. Example in Definition.xml:&lt;BR /&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&amp;lt;Property Name="test" Value="one" Type="String" /&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I wanted to use this property in for example a measure in the extension, I would then place it like so:&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;GetExtendedProperty('test'); &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;and it will display the string: one&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;&lt;BR /&gt;&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;&lt;IMG __jive_id="109349" alt="Screen Shot 2015-12-17 at 17.47.41.png" class="jive-image image-1" src="/legacyfs/online/109349_Screen Shot 2015-12-17 at 17.47.41.png" style="height: 516px; width: 620px;" /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;&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;The second argument would allow me to specify the Object id of the extension it self, but its an optional argument. Usage could be the following if the extension Object id would be: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Server\CH03-12'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&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;GetExtendedProperty('test', 'Server\CH03-12')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 17:48:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-17T17:48:15Z</dc:date>
    <item>
      <title>how to use "GetExtendedProperty (name[, idobjet])" function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-quot-GetExtendedProperty-name-idobjet-quot-function/m-p/332792#M573927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in Qlikview community.&lt;/P&gt;&lt;P&gt;I would like to use "GetExtendedProperty" function but the parameters that I have to put are not very clear for me.&lt;/P&gt;&lt;P&gt;Please can you help me and give me an example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="17708" class="jive-image-thumbnail jive-image" onclick="" alt="sheet properties.jpg" src="/legacyfs/online/17708_sheet properties.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I would like to retrieve "ShowMode" data (normal or minimized)&amp;nbsp; of ObjectID CH108, I suppose that I can with "GetExtendedProperty"&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Johann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 06:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-quot-GetExtendedProperty-name-idobjet-quot-function/m-p/332792#M573927</guid>
      <dc:creator />
      <dc:date>2012-07-04T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to use "GetExtendedProperty (name[, idobjet])" function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-quot-GetExtendedProperty-name-idobjet-quot-function/m-p/332793#M573928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found your question from Google search as I was also looking in to the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetExtendedProperty method. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;I've since understood how it works and i'll share here in case other people also find your original question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition.xml allows the developer to defined ServerSide properties that can later be retrieved via the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetExtendedProperty method. Example in Definition.xml:&lt;BR /&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&amp;lt;Property Name="test" Value="one" Type="String" /&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I wanted to use this property in for example a measure in the extension, I would then place it like so:&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;GetExtendedProperty('test'); &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;and it will display the string: one&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;&lt;BR /&gt;&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;&lt;IMG __jive_id="109349" alt="Screen Shot 2015-12-17 at 17.47.41.png" class="jive-image image-1" src="/legacyfs/online/109349_Screen Shot 2015-12-17 at 17.47.41.png" style="height: 516px; width: 620px;" /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;&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;The second argument would allow me to specify the Object id of the extension it self, but its an optional argument. Usage could be the following if the extension Object id would be: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Server\CH03-12'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&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;GetExtendedProperty('test', 'Server\CH03-12')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-quot-GetExtendedProperty-name-idobjet-quot-function/m-p/332793#M573928</guid>
      <dc:creator />
      <dc:date>2015-12-17T17:48:15Z</dc:date>
    </item>
  </channel>
</rss>

