<?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 evaluate detailed expressions in an extension ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904714#M3159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Months later...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really, this evaluated for you? I tried basically the same thing (outside of the expression definitions), and all I see is the unevaluated expression in the layout at: layout.qAttributeExpressions[0].qExpression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is driving me nuts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/55130"&gt;akl&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 14:04:29 GMT</pubDate>
    <dc:creator>jonvitale</dc:creator>
    <dc:date>2017-10-20T14:04:29Z</dc:date>
    <item>
      <title>How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904708#M3153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add a expression in custom property, which would be evaluated for each hypercube cell, outside measures panel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried :&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14310978474181999" jivemacro_uid="_14310978474181999"&gt;
&lt;P&gt;myAccordion : {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; label : "My Accordion",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; type : "items",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; items : {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mySort : {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ref : "myProperties.myExpression",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type : "string",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label : "My Expression",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; defaultValue : "",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expression : "always"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will gives me the expression evaluated globally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to get the expression evaluated for each hypercube cell, like "Color by expression" property does for standard objects.&lt;/P&gt;&lt;P&gt;I tried adding&amp;nbsp; &lt;STRONG&gt;expressionType : "measure" (n&lt;/STRONG&gt;ot documented) without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904708#M3153</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2015-05-08T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904709#M3154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you really want the expression for each &lt;STRONG&gt;cell&lt;/STRONG&gt;?? Not for each row??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about simply adding one more measure? It will be calculated for each row in the result set. Should the user be able to define this measure? Or do you want to set it programatically??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904709#M3154</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-05-25T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904710#M3155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Erik mentioned it might be a bit overkill to it per cell basis?&lt;BR /&gt;Either way have a look at the Generic Object Definition documentation as it contains all the properties that can be set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, your extension can have more than 1 hypercube definition, your hypercube can also contain self-contained expressions (useful for stdev calculations for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I guess that you could use what we call Attribute Expressions, similar to how colors can be defined per row value. It's an extra expression associated with your measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the definition here &lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/HyperCubeDef.htm#NxMeasure" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/HyperCubeDef.htm#NxMeasure"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/Hyper…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 02:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904710#M3155</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-05-27T02:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904711#M3156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late answer, thanks for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intent is to get an expression evaluated for each hypercube row (not cell).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I modify Hypercube definition directlly from property panel ? If someone can post some code example for setting an additionnal &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;self-contained expression, it would be usefull.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904711#M3156</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2015-06-10T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904712#M3157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any updates on this issue ? I'm looking for the same answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 22:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904712#M3157</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2016-04-05T22:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904713#M3158</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: 13.3333px; line-height: 1.5em;"&gt;Hi Pablo,&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: 13.3333px; line-height: 1.5em;"&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: 13.3333px; line-height: 1.5em;"&gt;I found this trick to get it working...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;InformationLabelProp: {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;&amp;nbsp; type&amp;nbsp; : 'string',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #339966;"&gt;component: 'expression',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;&amp;nbsp; label : 'Evaluates for each row',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;&amp;nbsp; ref&amp;nbsp; : 'qAttributeExpressions.0.qExpression',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;&amp;nbsp; defaultValue: ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000080;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You'll find more details in this post : &lt;A _jive_internal="true" href="https://community.qlik.com/message/849199"&gt;Qliksense custom measure property for extension with expression value&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904713#M3158</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2016-04-07T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to evaluate detailed expressions in an extension ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904714#M3159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Months later...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really, this evaluated for you? I tried basically the same thing (outside of the expression definitions), and all I see is the unevaluated expression in the layout at: layout.qAttributeExpressions[0].qExpression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is driving me nuts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/55130"&gt;akl&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-evaluate-detailed-expressions-in-an-extension/m-p/904714#M3159</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-10-20T14:04:29Z</dc:date>
    </item>
  </channel>
</rss>

