<?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 formula not working from talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321973#M91957</link>
    <description>&lt;P&gt;Below is the formula written in excel. I have hard-coded this formula in tMap to&amp;nbsp;&lt;SPAN&gt;output the value in to the column for each row but its not working. Any suggestions please.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=IF(ISBLANK(B5),"",IF(OR(AND(ISBLANK(M5),ISBLANK(I5)),ISNA(VLOOKUP(B5,Demographics!C:F,4,FALSE))),0,IF(AND(OR(C5="Yes",ISTEXT(VLOOKUP(G5,CancerDx,1,FALSE))),ISNUMBER(D5),D5&amp;lt;=MPend,OR(AND(OR(H5="Yes",ISTEXT(VLOOKUP(K5,RadEnc,1,FALSE))),I5&amp;gt;=MPstart,I5&amp;lt;=MPend),AND(OR(L5="Yes",AND(ISTEXT(VLOOKUP(O5,PainEnc,1,FALSE)),ISTEXT(VLOOKUP(R5,Chemo,1,FALSE)),ISTEXT(VLOOKUP(U5,Chemo,1,FALSE)))),M5&amp;gt;=MPstart,M5&amp;lt;=MPend,IF(ISERR(DATE(YEAR(M5),MONTH(M5),DAY(M5)-30)),,P5&amp;gt;=DATE(YEAR(M5),MONTH(M5),DAY(M5)-30)),P5&amp;lt;=M5,S5&amp;lt;=DATE(YEAR(M5),MONTH(M5),DAY(M5)+30),S5&amp;gt;=M5))),1,0)))&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 06:29:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-11T06:29:42Z</dc:date>
    <item>
      <title>Excel formula not working from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321973#M91957</link>
      <description>&lt;P&gt;Below is the formula written in excel. I have hard-coded this formula in tMap to&amp;nbsp;&lt;SPAN&gt;output the value in to the column for each row but its not working. Any suggestions please.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=IF(ISBLANK(B5),"",IF(OR(AND(ISBLANK(M5),ISBLANK(I5)),ISNA(VLOOKUP(B5,Demographics!C:F,4,FALSE))),0,IF(AND(OR(C5="Yes",ISTEXT(VLOOKUP(G5,CancerDx,1,FALSE))),ISNUMBER(D5),D5&amp;lt;=MPend,OR(AND(OR(H5="Yes",ISTEXT(VLOOKUP(K5,RadEnc,1,FALSE))),I5&amp;gt;=MPstart,I5&amp;lt;=MPend),AND(OR(L5="Yes",AND(ISTEXT(VLOOKUP(O5,PainEnc,1,FALSE)),ISTEXT(VLOOKUP(R5,Chemo,1,FALSE)),ISTEXT(VLOOKUP(U5,Chemo,1,FALSE)))),M5&amp;gt;=MPstart,M5&amp;lt;=MPend,IF(ISERR(DATE(YEAR(M5),MONTH(M5),DAY(M5)-30)),,P5&amp;gt;=DATE(YEAR(M5),MONTH(M5),DAY(M5)-30)),P5&amp;lt;=M5,S5&amp;lt;=DATE(YEAR(M5),MONTH(M5),DAY(M5)+30),S5&amp;gt;=M5))),1,0)))&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 06:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321973#M91957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T06:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321974#M91958</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL7jAAG"&gt;@samisyed80&lt;/A&gt;,you can not directly use the same excel formula in tMap. it will not work.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 06:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321974#M91958</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-11T06:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321975#M91959</link>
      <description>&lt;P&gt;i tried with normal transmission to load the data in a pre-generated excel, i succeeded but the formula didn't get calculated. That's why i tried this way. Any other solution you have?&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 07:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321975#M91959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T07:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321976#M91960</link>
      <description>&lt;P&gt;As I said before, you cannot do this with the Talend component, but you can using&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKk8AAG"&gt;@lli&lt;/A&gt;'s component&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(&lt;A href="http://jan-lolling.de/talend/components/help/tFileExcelSheetOutput.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://jan-lolling.de/talend/components/help/tFileExcelSheetOutput.pdf&lt;/A&gt;). You need to goto Talend Exchange to acquire this component (&lt;A href="https://exchange.talend.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 09:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321976#M91960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T09:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working from talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321977#M91961</link>
      <description>&lt;P&gt;OK rHall&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 10:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-from-talend/m-p/2321977#M91961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T10:25:08Z</dc:date>
    </item>
  </channel>
</rss>

