<?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 conditional expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711078#M540263</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;i am doing a dashboard to do display statistical data of a budget system.. the months start from Apr to Mar &lt;/P&gt;&lt;P&gt;so as the starting month the cumulative budget (as a example ) should be $100 and for each month $100 should be added so when you come to the Dec month cumulative budget should be $900. &lt;/P&gt;&lt;P&gt;since the present month is Jul the value should be $400.. and if we select Aug the $400 should be displayed without changing to $500 since still we are in the July month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to show this in a text box (and $100 is an assumed value there is a variable to define this value call "cum_bud") &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know there should be conditions to check the current month and then to start doing the calculations..&lt;/P&gt;&lt;P&gt;can some one plz help me to create a formula to get the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will really appreciate the help thank you in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2014 09:05:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-20T09:05:21Z</dc:date>
    <item>
      <title>conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711078#M540263</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;i am doing a dashboard to do display statistical data of a budget system.. the months start from Apr to Mar &lt;/P&gt;&lt;P&gt;so as the starting month the cumulative budget (as a example ) should be $100 and for each month $100 should be added so when you come to the Dec month cumulative budget should be $900. &lt;/P&gt;&lt;P&gt;since the present month is Jul the value should be $400.. and if we select Aug the $400 should be displayed without changing to $500 since still we are in the July month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to show this in a text box (and $100 is an assumed value there is a variable to define this value call "cum_bud") &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know there should be conditions to check the current month and then to start doing the calculations..&lt;/P&gt;&lt;P&gt;can some one plz help me to create a formula to get the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will really appreciate the help thank you in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 09:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711078#M540263</guid>
      <dc:creator />
      <dc:date>2014-07-20T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711079#M540264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this maybe :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;= [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cum_bud&lt;/SPAN&gt;] * &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( num(month(today())) &amp;gt; 3 ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(month(today())) -3 ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(month(today())) + 9 )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 10:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711079#M540264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-20T10:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711080#M540265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't mind me of asking what is 3 and 9 do??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 12:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711080#M540265</guid>
      <dc:creator />
      <dc:date>2014-07-20T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711081#M540266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To cater for for your year starting at Month 4 and ending Month 3 the following year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 12:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-expression/m-p/711081#M540266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-20T12:49:37Z</dc:date>
    </item>
  </channel>
</rss>

