<?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 debugging expression with $ sign expansion - how? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27176#M1852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in Qlikview, while hovering an expression header it was possible to see in the tooltip how qlikview interperts the $expansio before it evaluates the expression.&lt;/P&gt;&lt;P&gt;like {&amp;lt;Year={'$(=Max(Year))'}&amp;gt;} will show as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;Year={'2018'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wasnt able to use this method in SENSE, it just show the original formula text if i dont put somthing in the lable property&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have an idea?:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 10:29:23 GMT</pubDate>
    <dc:creator>wizardo</dc:creator>
    <dc:date>2018-05-14T10:29:23Z</dc:date>
    <item>
      <title>debugging expression with $ sign expansion - how?</title>
      <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27176#M1852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in Qlikview, while hovering an expression header it was possible to see in the tooltip how qlikview interperts the $expansio before it evaluates the expression.&lt;/P&gt;&lt;P&gt;like {&amp;lt;Year={'$(=Max(Year))'}&amp;gt;} will show as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;Year={'2018'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wasnt able to use this method in SENSE, it just show the original formula text if i dont put somthing in the lable property&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have an idea?:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27176#M1852</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2018-05-14T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: debugging expression with $ sign expansion - how?</title>
      <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27177#M1853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it is a little bit more cumbersome I often use the qsVariable extension to debug variables, set expressions and variables in sometimes multiple steps if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qsVariable is to be found on branch.qlik.com and the code is hosted as usual on github:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/erikwett/qsVariable" title="https://github.com/erikwett/qsVariable"&gt;https://github.com/erikwett/qsVariable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27177#M1853</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-14T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: debugging expression with $ sign expansion - how?</title>
      <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27178#M1854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi and thanks,&lt;/P&gt;&lt;P&gt;i know this extension and i imported it into my environment, but i couldn't find a way for it to help me in my request.&lt;/P&gt;&lt;P&gt;can you elaborate on how it helps showing what the $ expansion is evaluating to prior to evaluating the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 11:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27178#M1854</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2018-05-14T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: debugging expression with $ sign expansion - how?</title>
      <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27179#M1855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a variable called vSetExp1 with the content &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;Year={'$(=Max(Year))'}&amp;gt;}&lt;/STRONG&gt; you can select this variable in the qsVariable properties. Then you could specify as &lt;STRONG&gt;title&lt;/STRONG&gt; in the properties ='$(=Replace(vSetExp1,Chr(39),Chr(39)&amp;amp;Chr(39)))'&amp;nbsp; :&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;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 alt="2018-05-14 13_38_14-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/202313_2018-05-14 13_38_14-Qlik Sense Desktop.png" style="height: 89px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-05-14 13_38_43-Qlik Sense Desktop.png" class="jive-image image-2" src="/legacyfs/online/202314_2018-05-14 13_38_43-Qlik Sense Desktop.png" style="height: 67px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;(I replaced Year with Date just because my data model didn't have a year field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 11:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27179#M1855</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-14T11:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: debugging expression with $ sign expansion - how?</title>
      <link>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27180#M1856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Thank you very much, it is a viable workaround,&lt;/P&gt;&lt;P&gt;i even figured i don't actually need the QSvariable extension if i'm using a version of sense which have dynamic title/labels.&lt;/P&gt;&lt;P&gt;you can use it the same way as you described inside one.&lt;/P&gt;&lt;P&gt;the only drawback to this solution is that it requires one to create variables to hold the expressions one want to debug,&lt;/P&gt;&lt;P&gt;so I'm going to mark your reply for now as "Helpful" hoping a shorter solution is found by someone else.&lt;/P&gt;&lt;P&gt;for now since there is now other way i will definitely use your method.&lt;/P&gt;&lt;P&gt;maybe someone from qlik will pick up on this thread and change the objects in sense so when you don't put anything in the label of an expression and qlik shows the expression as title it will also pre-evaluate the $Sign-Expansion and show it in the label. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your efforts and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s.&lt;/P&gt;&lt;P&gt;regardless of that i think the qsVariable extension is great and i use it a lot, so if you have any connections to the owner, please convey my gratitude &lt;STRONG style="color: #878787; font-family: arial, sans-serif; font-size: small;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 17:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/debugging-expression-with-sign-expansion-how/m-p/27180#M1856</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2018-05-15T17:03:19Z</dc:date>
    </item>
  </channel>
</rss>

