<?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 excel calculated formula convert into Qlikview script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282042#M851530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create below excel calculated column in Qlikview script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel source with formula, I'v tried below script using if condition method &amp;amp; it's working but some launch values not correct due to when launch falls in between two week then below if condition gives wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Month=1&amp;nbsp; or Month=2 or Month=3 , 'Spring'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=4&amp;nbsp; or Month=5, 'Summer'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=6, 'Summer JIT'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=7 or Month=8 or Month=9, 'Fall'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=10 or Month=11, 'Winter'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=12 ,'Winter JIT'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; )))))) as Launch;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above expression wanted to apply month(min(Date)+3 condition? if i add then script not working(refer the attached document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;IMG __jive_id="154766" alt="501.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154766_501.jpg" style="height: 374px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>excel calculated formula convert into Qlikview script?</title>
      <link>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282042#M851530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create below excel calculated column in Qlikview script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel source with formula, I'v tried below script using if condition method &amp;amp; it's working but some launch values not correct due to when launch falls in between two week then below if condition gives wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Month=1&amp;nbsp; or Month=2 or Month=3 , 'Spring'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=4&amp;nbsp; or Month=5, 'Summer'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=6, 'Summer JIT'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=7 or Month=8 or Month=9, 'Fall'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=10 or Month=11, 'Winter'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month=12 ,'Winter JIT'&amp;amp;'-'&amp;amp;Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; )))))) as Launch;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above expression wanted to apply month(min(Date)+3 condition? if i add then script not working(refer the attached document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;IMG __jive_id="154766" alt="501.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154766_501.jpg" style="height: 374px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282042#M851530</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: excel calculated formula convert into Qlikview script?</title>
      <link>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282043#M851531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Month=1&amp;nbsp; or Month=2 or Month=3 , 'Spring'&amp;amp;'-'&amp;amp;&lt;SPAN style="color: #ff0000;"&gt;Year(Date+3)&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Month=4&amp;nbsp; or Month=5, 'Summer'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Month=6, 'Summer JIT'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Month=7 or Month=8 or Month=9, 'Fall'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Month=10 or Month=11, 'Winter'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Month=12 ,'Winter JIT'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; )))))) as Launch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Resident Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; drop table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282043#M851531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-28T17:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: excel calculated formula convert into Qlikview script?</title>
      <link>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282044#M851532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 1, 2, 3), 'Spring'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 4, 5), 'Summer'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 6), 'Summer JIT'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 7, 8, 9), 'Fall'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 10, 11), 'Winter'&amp;amp;'-'&amp;amp;Year(Date+3),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Match(Num(Month(Date+3)), 12),'Winter JIT'&amp;amp;'-'&amp;amp;Year(Date+3))))))) as Launch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282044#M851532</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-28T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: excel calculated formula convert into Qlikview script?</title>
      <link>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282045#M851533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month, Launch&lt;/P&gt;&lt;P&gt;1, Spring&lt;/P&gt;&lt;P&gt;2,&amp;nbsp; Spring&lt;/P&gt;&lt;P&gt;3,&amp;nbsp; Spring&lt;/P&gt;&lt;P&gt;4, Summer&lt;/P&gt;&lt;P&gt;5, Summer&lt;/P&gt;&lt;P&gt;6, Summer JIT&lt;/P&gt;&lt;P&gt;7, Fall&lt;/P&gt;&lt;P&gt;8, Fall&lt;/P&gt;&lt;P&gt;9, Fall&lt;/P&gt;&lt;P&gt;10, Winter&lt;/P&gt;&lt;P&gt;11, Winter&lt;/P&gt;&lt;P&gt;12, Winter JIT&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM yourexcelspreadsheet;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;ApplyMap('MAP',Month) &amp;amp; '-' &amp;amp; Year&amp;nbsp; as Launch1&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-calculated-formula-convert-into-Qlikview-script/m-p/1282045#M851533</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-28T17:59:46Z</dc:date>
    </item>
  </channel>
</rss>

