<?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: Interpret field values as formulas in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646407#M236874</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;"&gt;$ expansion in an expression is only evaluated once for the whole chart, so this will only work when there is 1 valid formula.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 07:26:45 GMT</pubDate>
    <dc:creator>sakamsureshbabu</dc:creator>
    <dc:date>2014-10-17T07:26:45Z</dc:date>
    <item>
      <title>Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646404#M236871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, is there a way to interpret the content of a field as a formula and execute it? I have a table whose third field contains formula expressions and I want to execute instead of simply showing them.&lt;/P&gt;&lt;P&gt;Look at the picture below.&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;IMG alt="Immagine.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69104_Immagine.png" /&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;I tried with $ expansion and fieldvalue but it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646404#M236871</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2014-10-16T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646405#M236872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;$ expansion in an expression is only evaluated once for the whole chart, so this will only work when there is 1 valid formula. Take a look at the following thread, maybe it can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/400265"&gt;Using formulas from excel in the straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646405#M236872</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-16T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646406#M236873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution (it's pretty similar to the one suggested in the post mentioned by Piet Hein van del Stigchel.&lt;/P&gt;&lt;P&gt;First of all, formulas must not start with "=" symbol; then, the pivot table expression can be set like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;pick([RTA_FORMULE.RTA measure index],&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;$(=fieldvalue('RTA_FORMULE.RTA measure formula 2',1)),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;$(=fieldvalue('RTA_FORMULE.RTA measure formula 2',2)),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;$(=fieldvalue('RTA_FORMULE.RTA measure formula 2',3)),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;$(=fieldvalue('RTA_FORMULE.RTA measure formula 2',4)),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;$(=fieldvalue('RTA_FORMULE.RTA measure formula 2',5)),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 07:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646406#M236873</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2014-10-17T07:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646407#M236874</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;"&gt;$ expansion in an expression is only evaluated once for the whole chart, so this will only work when there is 1 valid formula.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 07:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646407#M236874</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-10-17T07:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646408#M236875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto, Could you please explain your solution in details, I have just tested it and seems I can not make it working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have similar fields in my db as your&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[RTA_FORMULE.RTA measure index]&amp;nbsp; and [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RTA_FORMULE.RTA measure formula 2&lt;/SPAN&gt;]&amp;nbsp; where:&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;[RTA_FORMULE.RTA measure index]&amp;nbsp; is the row no&amp;nbsp; &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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RTA_FORMULE.RTA measure formula 2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;] is the formula&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance! If possible could you upload a simple example! Tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646408#M236875</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2015-05-20T08:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interpret field values as formulas</title>
      <link>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646409#M236876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan, did you ever find an example file using this? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 16:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpret-field-values-as-formulas/m-p/646409#M236876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T16:49:23Z</dc:date>
    </item>
  </channel>
</rss>

