<?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 set analysis dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583586#M443079</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;! big help&lt;/P&gt;&lt;P&gt;Quick note to anyone else, when passing the variable, make sure the field name is in single quotes. ''&lt;/P&gt;&lt;P&gt;for example: when i pass&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;FiscalYear1Amount&lt;/EM&gt;, i make sure i include it as&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; 'FiscalYear1Amount'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2019 20:31:23 GMT</pubDate>
    <dc:creator>triekong</dc:creator>
    <dc:date>2019-05-22T20:31:23Z</dc:date>
    <item>
      <title>Dynamic set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583558#M443074</link>
      <description>&lt;P&gt;i have 3 Fiscal year flag fields in my dataset, for 1 Amount Field. 'FiscalYear1Amount', 'FiscalYear2Amount' and 'FiscalYear3Amount' respectively. when&amp;nbsp;'FiscalYear1Amount'=1, it filters the 'Amount' field to only the amount for fiscal year 1. and so forth.&lt;/P&gt;&lt;P&gt;My current sum of Amount for the current fiscal year is: &lt;STRONG&gt;sum({&amp;lt;FiscalYear1Amount={'1'}&amp;gt;} amount).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i want to be able to change the dimension dynamically, to maybe&amp;nbsp;&lt;EM&gt;FiscalYear2Amount&lt;/EM&gt; or&amp;nbsp;&lt;EM&gt;FiscalYear3Amount, &lt;/EM&gt;using a variable $(v_FiscalYear), which should pass the field for the selected fiscal year..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;s&lt;/STRONG&gt;&lt;STRONG&gt;um({&amp;lt;$(v_FiscalYear)={'1'}&amp;gt;} amount)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;but my syntax seems off. please guide.thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(SN: All the fiscal year flag fields have values of either 1 or 0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583558#M443074</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2024-11-16T20:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583570#M443076</link>
      <description>&lt;P&gt;Try one of these&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;$(='[' &amp;amp; $(v_FiscalYear) &amp;amp; ']') = {'1'}&amp;gt;} amount)&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;$(='[' &amp;amp; v_FiscalYear &amp;amp; ']') = {'1'}&amp;gt;} amount)&lt;/LI-CODE&gt;&lt;P&gt;Ignore the fact that syntax editor doesn't like the expression... just click okay to see if you get the correct result or not&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 19:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583570#M443076</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-22T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583586#M443079</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;! big help&lt;/P&gt;&lt;P&gt;Quick note to anyone else, when passing the variable, make sure the field name is in single quotes. ''&lt;/P&gt;&lt;P&gt;for example: when i pass&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;FiscalYear1Amount&lt;/EM&gt;, i make sure i include it as&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; 'FiscalYear1Amount'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 20:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-set-analysis-dimension/m-p/1583586#M443079</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2019-05-22T20:31:23Z</dc:date>
    </item>
  </channel>
</rss>

