<?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 Dynamic variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121065#M763242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using below expression&amp;nbsp; with static value it is working&amp;nbsp;&amp;nbsp; .. but when i place variable it is nor working what might be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variable is&amp;nbsp; &lt;/P&gt;&lt;P&gt;vNewMaxQtr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; 2018Q3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to use&amp;nbsp; instead of 2018Q3&amp;nbsp;&amp;nbsp; the variable should be placed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Dynamic variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121065#M763242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using below expression&amp;nbsp; with static value it is working&amp;nbsp;&amp;nbsp; .. but when i place variable it is nor working what might be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variable is&amp;nbsp; &lt;/P&gt;&lt;P&gt;vNewMaxQtr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; 2018Q3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to use&amp;nbsp; instead of 2018Q3&amp;nbsp;&amp;nbsp; the variable should be placed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chanty&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-variable/m-p/121065#M763242</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121066#M763244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(max(Dimensionality())=1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter=&lt;STRONG&gt;{"$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vNewMaxQtr&lt;/SPAN&gt;)"}&lt;/STRONG&gt;,Type={'Fc'}&amp;gt;}Amount),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(max(Dimensionality())=2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter=&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vNewMaxQtr&lt;/SPAN&gt;)"}&lt;/STRONG&gt;,Type={'Fcc'}&amp;gt;}Amount),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Dimensionality())=0,sum({$&amp;lt;Quarter=&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vNewMaxQtr&lt;/SPAN&gt;)"}&lt;/STRONG&gt;,Type={'Fc'}&amp;gt;}Amount))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({$&amp;lt;Quarter=&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vNewMaxQtr&lt;/SPAN&gt;)"}&lt;/STRONG&gt;,Type={'Fcc'}&amp;gt;}Amount)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 11:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121066#M763244</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121067#M763245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(max(Dimensionality())=1,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter=&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;{"$(=$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;vNewMaxQtr)&lt;/SPAN&gt;)"}&lt;/STRONG&gt;&lt;/SPAN&gt;,Type={'Fc'}&amp;gt;}Amount),&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(max(Dimensionality())=2,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter=&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;{"$(=$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;vNewMaxQtr)&lt;/SPAN&gt;)"}&lt;/STRONG&gt;&lt;/SPAN&gt;,Type={'Fcc'}&amp;gt;}Amount),&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Dimensionality())=0,sum({$&amp;lt;Quarter=&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;{"$(=$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;vNewMaxQtr)&lt;/SPAN&gt;)"}&lt;/STRONG&gt;&lt;/SPAN&gt;,Type={'Fc'}&amp;gt;}Amount))&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+sum({$&amp;lt;Quarter=&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;{"$(=$(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;vNewMaxQtr)&lt;/SPAN&gt;)"}&lt;/STRONG&gt;&lt;/SPAN&gt;,Type={'Fcc'}&amp;gt;}Amount)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 11:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-variable/m-p/121067#M763245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T11:38:12Z</dc:date>
    </item>
  </channel>
</rss>

