<?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: Excel formula not working in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334823#M103447</link>
    <description>&lt;P&gt;I didn't get that, can you please elaborate? Are you asking me to convert xlsx to xml and then use it in Talend?&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 05:56:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-21T05:56:36Z</dc:date>
    <item>
      <title>Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334821#M103445</link>
      <description>&lt;P&gt;Talend flow is given below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;InputDBTable--&amp;gt;Excel--&amp;gt;tMap--&amp;gt;OutputDBTable (Input and output table is same)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here, excel has formula in last 2 column's and i need to pull those results back to OutputDBTable. I have given the below formula in tMap but its showing me an error. Have anyone gone thru this scenario? Please suggest a solution to it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&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)))"&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 07:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334821#M103445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T07:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334822#M103446</link>
      <description>&lt;P&gt;Unzip your xlsx,&amp;nbsp;find your sheetname as .xml file, its pretty easy!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LswO"&gt;unzip_xlsxl_browse_sheetname.jpg&lt;/A&gt;</description>
      <pubDate>Mon, 21 May 2018 01:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334822#M103446</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-21T01:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334823#M103447</link>
      <description>&lt;P&gt;I didn't get that, can you please elaborate? Are you asking me to convert xlsx to xml and then use it in Talend?&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 05:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334823#M103447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T05:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334824#M103448</link>
      <description>&lt;P&gt;issue has been resolved by giving the formula in context variables in tMap.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 07:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334824#M103448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334825#M103449</link>
      <description>&lt;P&gt;A .xlsx&amp;nbsp; file is a zip archive. No conversion is needed. just unarchive.&lt;BR /&gt;So if you unzip the file... there are multiple xml files&amp;nbsp;which you could read with xml reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 16:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334825#M103449</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-21T16:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel formula not working in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334826#M103450</link>
      <description>&lt;P&gt;how to unarchive, please elaborate&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 05:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-formula-not-working-in-Talend/m-p/2334826#M103450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T05:12:58Z</dc:date>
    </item>
  </channel>
</rss>

