<?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: Extension Object - Data Handling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714662#M1240976</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;first of all you have an error in your definition, there is an unnecessary comma in the first three lines ...&lt;/P&gt;&lt;P&gt;Then, one very important recommendation:&lt;/P&gt;&lt;P&gt;- Whenever you make changes to the definition.xml, remove the extension from QlikView, close the app, re-open the app and then re-add the extension, most of the time this is the reason why changes are not reflected ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have troubles, contact me, then I'll send you an example ... (just on the road now, so cannot do it right now)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 08:48:08 GMT</pubDate>
    <dc:creator>Stefan_Walther</dc:creator>
    <dc:date>2014-10-30T08:48:08Z</dc:date>
    <item>
      <title>Extension Object - Data Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714660#M1240968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While trying to getting hands dirty with extension, landed up in a doubt. I refer this link: &lt;A href="https://community.qlik.com/message/448373" target="_blank"&gt;Re: Passing data from qv to extension&lt;/A&gt; where &lt;A href="https://community.qlik.com/qlik-users/106753" target="_blank"&gt;Sean Cho&lt;/A&gt; 's reply was really helpful.&lt;/P&gt;&lt;P&gt;&lt;EM style=": ; font-family: calibri, verdana, arial, sans-serif;"&gt;"&lt;/EM&gt;&lt;EM style="font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d; font-size: 10pt; line-height: 1.5em;"&gt;Your Definition.xml should have 3 Dimensions and 1 Measurement.&amp;nbsp; If you want to pass a color, then add a Text.&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM&gt;i.e.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Dimension Label = "Maker", Initial="Maker" TargetName="Maker"/&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Dimension Label = "Model", Initial="Model" TargetName="Model"/&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Dimension Label = "Type", Initial="Type" TargetName="Type"/&amp;gt;&lt;SPAN style="font-weight: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Measurement Label="Sales" Initial="SUM(Sales)" TargetName="Sales" /&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style=": ; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Text Label="Color" Initial="#AF8DC3" /&amp;gt;&lt;/EM&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;The above section from the link made me think that, I could replace &lt;STRONG&gt;&lt;EM&gt;Initial="Sum(Sales)" &lt;/EM&gt;&lt;/STRONG&gt;by &lt;STRONG&gt;Initial="Avg({&amp;lt;My Set Expression&amp;gt;}Sales" &lt;/STRONG&gt;or by any valid expression, but I could not produce desired result with that. Can't I use any such valid expression and &lt;EM&gt;think the data set as a straight table ?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Any help would be much appreciated. Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714660#M1240968</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object - Data Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714661#M1240971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anydoby? &lt;A href="https://community.qlik.com/qlik-users/23711"&gt;Brian Munz&lt;/A&gt;, &lt;A href="https://community.qlik.com/qlik-users/21667"&gt;Clever Anjos&lt;/A&gt;, &lt;A href="https://community.qlik.com/qlik-users/41639"&gt;Stefan Walther&lt;/A&gt;, &lt;A href="https://community.qlik.com/qlik-users/5070"&gt;Erik Wetterberg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is it something to do with qvpp file? Request your kind help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 04:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714661#M1240971</guid>
      <dc:creator />
      <dc:date>2014-10-30T04:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object - Data Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714662#M1240976</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;first of all you have an error in your definition, there is an unnecessary comma in the first three lines ...&lt;/P&gt;&lt;P&gt;Then, one very important recommendation:&lt;/P&gt;&lt;P&gt;- Whenever you make changes to the definition.xml, remove the extension from QlikView, close the app, re-open the app and then re-add the extension, most of the time this is the reason why changes are not reflected ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have troubles, contact me, then I'll send you an example ... (just on the road now, so cannot do it right now)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714662#M1240976</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2014-10-30T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object - Data Handling</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714663#M1240980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Thank you very much, for your kind help. I would try the way you suggested, and get back. I was following your tutorial at qlikblog.com . Would request you to extend the tutorial, the initial chapters are really helpful to start with. Without an official(was expected from Qlik) in-depth extension tutorial , yours is a great help. Looking for some more (like: playing with qvpp file...) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Data-Handling/m-p/714663#M1240980</guid>
      <dc:creator />
      <dc:date>2014-10-30T09:09:56Z</dc:date>
    </item>
  </channel>
</rss>

