<?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: Replace the value with conditional in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963943#M970252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx bro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 14:30:53 GMT</pubDate>
    <dc:creator>Karim_Khan</dc:creator>
    <dc:date>2015-09-16T14:30:53Z</dc:date>
    <item>
      <title>Replace the value with conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963939#M970248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Team,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is a condition.Suppose if there is a 0 zero value in Monthly 2014 column then it should show 'No FY Booking 2014' in Monthly Copy YOY cloumn.and if &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;there is a 0 zero value in Monthly 2015 column then it should show 'No FY Booking 2015' in Monthly Copy YOY&lt;/SPAN&gt;&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;I am trying to create the scenario with below expression&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(v2014=0,'No FY Booking 2014' or v2015=0,'No FY Booking 2015',([Monthly 2015]/[Monthly 2014])-1))&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;Variable store value&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;v2014='$' &amp;amp; round(num(sum({$&amp;lt;[Fiscal Year] = {'2014'},[Month in Fiscal Year] = {'$(=only([Month in Fiscal Year]))'}&amp;gt;} [Net Bookings]),'##.00'))&lt;/P&gt;&lt;P&gt;&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;v2015='$' &amp;amp; round(num(sum({$&amp;lt;[Fiscal Year] = {'2015'},[Month in Fiscal Year] = {'$(=only([Month in Fiscal Year]))'}&amp;gt;} [Net Bookings]),'##.00'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;BR /&gt;KK&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23043"&gt;ashfaq_haseeb&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/57428"&gt;Kush141087&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963939#M970248</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-16T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the value with conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963940#M970249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like below instead of v2014 and v2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(round(num(sum({$&amp;lt;[Month in Fiscal Year] = {'$(=only([Month in Fiscal Year]))'}&amp;gt;} [Net Bookings]),'##.00')) = 0,'No FY Booking ' &amp;amp; Max([Fiscal Year]),&lt;/P&gt;&lt;P&gt;round(Money(sum({$&amp;lt;[Month in Fiscal Year] = {'$(=only([Month in Fiscal Year]))'}&amp;gt;} [Net Bookings]),'$##.00')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963940#M970249</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-16T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the value with conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963941#M970250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be change on the basis of values in other column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963941#M970250</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-16T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the value with conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963942#M970251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this condition in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Monthly 2014] =0,'No FY Booking 2014',&lt;/P&gt;&lt;P&gt;if([Monthly 2015]=0,'No FY Booking 2015',&lt;/P&gt;&lt;P&gt;if([Monthly 2014]=0 and [Monthly 2015]=0,'No FY Booking 2014 &amp;amp; 2015',&lt;/P&gt;&lt;P&gt;([Monthly 2015]/[Monthly 2014])-1)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 14:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963942#M970251</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-09-16T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the value with conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963943#M970252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx bro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 14:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-the-value-with-conditional/m-p/963943#M970252</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-16T14:30:53Z</dc:date>
    </item>
  </channel>
</rss>

