<?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 Variable in expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785315#M1031092</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;You Can create 3 expressions and enable them based on Condition.&lt;/P&gt;&lt;P&gt;PFA, Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 05:26:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-29T05:26:07Z</dc:date>
    <item>
      <title>Dynamic Variable in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785311#M1031088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI everyone,&lt;/P&gt;&lt;P&gt;I have three buttons 'Avg' , 'Min' and 'Max' which when pressed assigns variable 'vSet' as 'Avg','Min'&amp;amp;'Max' respectively &lt;/P&gt;&lt;P&gt;I have line chart which in the expression it says 'avg({&amp;lt;Dept={Clerk}&amp;gt;}salary)'&lt;/P&gt;&lt;P&gt;I want the expression to change to min,max and avg when the button is pressed,&lt;/P&gt;&lt;P&gt;i tried '=vSet({&amp;lt;Dept={Clerk}&amp;gt;}salary) but it didnt worked.&lt;/P&gt;&lt;P&gt;Any help will b appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 04:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785311#M1031088</guid>
      <dc:creator />
      <dc:date>2015-01-29T04:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785312#M1031089</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: 13px;"&gt;Hi,&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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try like this&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;'$(vSet)'({&amp;lt;Dept={Clerk}&amp;gt;}salary)&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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&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;Vignesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 04:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785312#M1031089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785313#M1031090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried $(#vSet)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;({&amp;lt;Dept={Clerk}&amp;gt;}salary) and it worked.&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.3333330154419px;"&gt;T&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; line-height: 1.5em;"&gt;hnx for the suggestion.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 04:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785313#M1031090</guid>
      <dc:creator />
      <dc:date>2015-01-29T04:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785314#M1031091</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;You can try alternate solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;create 3 expression and show them conditionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 3 chart and hide/show them conditionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 05:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785314#M1031091</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-01-29T05:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785315#M1031092</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;You Can create 3 expressions and enable them based on Condition.&lt;/P&gt;&lt;P&gt;PFA, Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 05:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variable-in-expression/m-p/785315#M1031092</guid>
      <dc:creator />
      <dc:date>2015-01-29T05:26:07Z</dc:date>
    </item>
  </channel>
</rss>

