<?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: 2 control points in a formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053188#M466093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'selected different year'&lt;/STRONG&gt; a bit more? Is it coming from another selection (may be using alternate state)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 07:29:38 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-02-18T07:29:38Z</dc:date>
    <item>
      <title>2 control points in a formula</title>
      <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053187#M466092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;Year={$(=Max(Year-1))},FiscalYear={*}&amp;gt;}&amp;nbsp; Sales / $(vCurrency))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the formula for last year sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would you change the formula where you would have sepereta control points for volume sales and currencies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current situation:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum( 'selected year' sales / currency )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for :&amp;nbsp; sum ('selected year' sales / 'selected different year' currency ) solution on above formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053187#M466092</guid>
      <dc:creator />
      <dc:date>2016-02-17T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: 2 control points in a formula</title>
      <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053188#M466093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'selected different year'&lt;/STRONG&gt; a bit more? Is it coming from another selection (may be using alternate state)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 07:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053188#M466093</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-18T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: 2 control points in a formula</title>
      <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053189#M466094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so on top I created options to select Fiscal Year drop down where you can select from 2012 to 2015.&amp;nbsp; I would like to be able to manipulate the expression where I can select 2015 which would give me 2015 sales but also be able to (hard code option is OK too) to select 2016 for currency data.&amp;nbsp; in other words - take last year sales with this year currency values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 13:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053189#M466094</guid>
      <dc:creator />
      <dc:date>2016-02-18T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: 2 control points in a formula</title>
      <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053190#M466095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explanation with a sample data set and expected output would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 04:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053190#M466095</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-19T04:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: 2 control points in a formula</title>
      <link>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053191#M466096</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;Try like this&lt;/P&gt;&lt;P&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;Sum({$&amp;lt;Year={$(=Max(Year))},FiscalYear={*}&amp;gt;}&amp;nbsp; Sales /Only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year={$(=Max(Year+1))},FiscalYear={*}&lt;/SPAN&gt;&amp;gt;} Currency)&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;Hope this helps you.&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;Regards,&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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 05:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-control-points-in-a-formula/m-p/1053191#M466096</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-19T05:32:21Z</dc:date>
    </item>
  </channel>
</rss>

