<?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: Dynamic expressions without Pick in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043296#M920777</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;See the attached document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Valuelist() as a dimension and then and if statement in your expression to change it depending on the value in valuelist() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2016 09:28:04 GMT</pubDate>
    <dc:creator>christophebrault</dc:creator>
    <dc:date>2016-04-29T09:28:04Z</dc:date>
    <item>
      <title>Dynamic expressions without Pick</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043294#M920775</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;I have a scenario where the table looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MetricName, VariableName&lt;/P&gt;&lt;P&gt;m1, v1&lt;/P&gt;&lt;P&gt;m2,v2&lt;/P&gt;&lt;P&gt;m3,v3&lt;/P&gt;&lt;P&gt;m4,v4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display a chart with "MetricName" and the result of the evaluation of the variable in a chart. Let us say the variable contains sum(&amp;lt;field&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't get it to work. Anyone tried this. Please see the attachment. However it works when you select just one metric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043294#M920775</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic expressions without Pick</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043295#M920776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible in this way because you will need $-sign expansion to evaluate the expression and this will be caluculated only once before the chart is calculated and then applied for each row. Therefore you will need mandatory an approach with if-loops or better a pick(match()) to get unique expression for each row - whereby this could be applied automatically, see also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/197622"&gt;AllowMacroFunctionsInExpressions AND ActiveDocument.Evaluate()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/ideas/4429#comment-45051" title="https://community.qlik.com/ideas/4429#comment-45051"&gt;https://community.qlik.com/ideas/4429#comment-45051&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 07:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043295#M920776</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-29T07:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic expressions without Pick</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043296#M920777</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;See the attached document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Valuelist() as a dimension and then and if statement in your expression to change it depending on the value in valuelist() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043296#M920777</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2016-04-29T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic expressions without Pick</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043297#M920778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think do this, you won't even need a synthetic dimension. But I guess the issue is that using pick or if over large number of dimension is what the OP is trying to avoid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the non-valuelist version of your proposed solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 12:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043297#M920778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-29T12:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic expressions without Pick</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043298#M920779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hay All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's For Your Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'M Trying To Avoied From If Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Optimize The &lt;SPAN lang="en"&gt;Performance&lt;/SPAN&gt; to Some Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is The Reson That I posted This Quastion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-expressions-without-Pick/m-p/1043298#M920779</guid>
      <dc:creator>lavielme</dc:creator>
      <dc:date>2016-08-24T13:43:30Z</dc:date>
    </item>
  </channel>
</rss>

