<?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 Variable Expression for SUM in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323604#M6720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do bar chart with some selected month data QTY sum value only to display, so i planned to create Variable as expression to get input for Selected month. but it is not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable: &lt;/P&gt;&lt;P&gt;Variable Name: v2017Jun&lt;/P&gt;&lt;P&gt;Expression Formula: [Calendar Month-Year - RD]= {'Jan-2017','Feb-2017','Mar-2017','Apr-2017','May-2017','Jun-2017'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression formula i used in chart is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({$&amp;lt;v2017JUN&amp;gt;}[RW Qty]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i used this expression, chart accumulating all month RW QTY sum values, not which i selected month which i need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If is fixed the variable, so i can use it at multiple chart for selected month, also i will add or delete some month in future too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help on this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Apr 2021 07:57:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-02T07:57:08Z</dc:date>
    <item>
      <title>Variable Expression for SUM</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323604#M6720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do bar chart with some selected month data QTY sum value only to display, so i planned to create Variable as expression to get input for Selected month. but it is not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable: &lt;/P&gt;&lt;P&gt;Variable Name: v2017Jun&lt;/P&gt;&lt;P&gt;Expression Formula: [Calendar Month-Year - RD]= {'Jan-2017','Feb-2017','Mar-2017','Apr-2017','May-2017','Jun-2017'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression formula i used in chart is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({$&amp;lt;v2017JUN&amp;gt;}[RW Qty]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i used this expression, chart accumulating all month RW QTY sum values, not which i selected month which i need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If is fixed the variable, so i can use it at multiple chart for selected month, also i will add or delete some month in future too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help on this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323604#M6720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T07:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Expression for SUM</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323605#M6721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't really a Qlik Web Connectors question, so you may be better off moving the conversation to another forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However... Your variable code appears to be missing a closing }.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you refer to the variable you are missing the dollar sign expansion, it should read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({$&amp;lt;&lt;STRONG&gt;$(v2017Jun)&lt;/STRONG&gt;&amp;gt;}[RW Qty]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, be careful as variables are case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's always a very good idea to ensure that your expressions are working well before you move things into variables, and then replace bits a little bit at a time - then you know which change (if any) breaks your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323605#M6721</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-08-01T08:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Expression for SUM</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323606#M6722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve.... Its Working now......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323606#M6722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-01T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Expression for SUM</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323607#M6723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 11:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323607#M6723</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-08-01T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Expression for SUM</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323608#M6724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent.&amp;nbsp; Thanks for letting me know that worked for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 13:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Variable-Expression-for-SUM/m-p/1323608#M6724</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-08-01T13:00:10Z</dc:date>
    </item>
  </channel>
</rss>

