<?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 From Excel formula to Qlick Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/From-Excel-formula-to-Qlick-Script/m-p/1415670#M801156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;Hi, I'm working in a script to determine the status of a item, I will explain you, I have in Excel two fields: one for initial date and other for final date, both for an activity, I have a Column called "ANS" and it calculates the difference between dates, and I have another column that is based in “ANS” and with a formula, it determines 3 possible values : "Cumple", "No Cumple", "Pendiente", additional, I have a column called "tipo de servicio", it determines if the service is "Fibra Oscura", and other services&amp;nbsp; in Excel I have this formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;=SI(Y(BJ55799="PENDIENTE");"PENDIENTE";SI(Y(BJ55799&amp;lt;=7;AP55799="VIABILIDAD");"Conforme";SI(Y(AP55799="PREVIABILIDAD";BJ55799&amp;lt;=2);"Conforme";SI(Y(L55799="FIBRA OSCURA";BJ55799&amp;lt;=8);"Conforme";"NC"))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;Where I compare the time in days for example: if the final date is "PENDIENTE", it shows "PENDIENTE", for the other if the process is "VIABILIDAD" and the duration time in days is less or equal to 7: "Conforme" else "NC", the same for "PREVIABILIDAD", but i have different time if additional to process type, the service type is "FIBRA OSCURA". &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;and it goes perfect,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; it shows me the amount of&amp;nbsp; "Cumple”, “No Cumple” etc etc... some like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;IMG alt="Screenshot_5.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183704_Screenshot_5.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;in &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Qlik sense I have this expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If([Fecha Respuesta Diseño]='PENDIENTE',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt; 'Pendiente',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp; If([Tipo Servicio]='FIBRA OSCURA' and [Proceso]='PREVIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])&amp;lt;=8,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Tipo Servicio]='FIBRA OSCURA'and [Proceso]='VIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])-[Tiempo muerto]&amp;lt;=10,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Proceso]='PREVIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])&amp;lt;=2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Proceso]='VIABILIDAD' AND ([Fecha Respuesta Diseño]-[Fecha Creacion])-[Tiempo muerto]&amp;lt;=7,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; 'No Cumple'))))) As [conformid_pru],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;My idea is to avoid to create&amp;nbsp; too many formulas in Excel&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, &lt;/SPAN&gt;but my result is this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;IMG alt="Screenshot_7.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/183705_Screenshot_7.jpg" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;I´m sure there are some values with “No Cumple” of the type "Fibra Oscura" that should be in "Cumple" but the grafic doesn’t show them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;Thanks a lot for your help!!!!!!.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>From Excel formula to Qlick Script</title>
      <link>https://community.qlik.com/t5/QlikView/From-Excel-formula-to-Qlick-Script/m-p/1415670#M801156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;Hi, I'm working in a script to determine the status of a item, I will explain you, I have in Excel two fields: one for initial date and other for final date, both for an activity, I have a Column called "ANS" and it calculates the difference between dates, and I have another column that is based in “ANS” and with a formula, it determines 3 possible values : "Cumple", "No Cumple", "Pendiente", additional, I have a column called "tipo de servicio", it determines if the service is "Fibra Oscura", and other services&amp;nbsp; in Excel I have this formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;=SI(Y(BJ55799="PENDIENTE");"PENDIENTE";SI(Y(BJ55799&amp;lt;=7;AP55799="VIABILIDAD");"Conforme";SI(Y(AP55799="PREVIABILIDAD";BJ55799&amp;lt;=2);"Conforme";SI(Y(L55799="FIBRA OSCURA";BJ55799&amp;lt;=8);"Conforme";"NC"))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;Where I compare the time in days for example: if the final date is "PENDIENTE", it shows "PENDIENTE", for the other if the process is "VIABILIDAD" and the duration time in days is less or equal to 7: "Conforme" else "NC", the same for "PREVIABILIDAD", but i have different time if additional to process type, the service type is "FIBRA OSCURA". &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;and it goes perfect,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; it shows me the amount of&amp;nbsp; "Cumple”, “No Cumple” etc etc... some like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;IMG alt="Screenshot_5.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183704_Screenshot_5.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;in &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Qlik sense I have this expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If([Fecha Respuesta Diseño]='PENDIENTE',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt; 'Pendiente',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp; If([Tipo Servicio]='FIBRA OSCURA' and [Proceso]='PREVIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])&amp;lt;=8,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Tipo Servicio]='FIBRA OSCURA'and [Proceso]='VIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])-[Tiempo muerto]&amp;lt;=10,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Proceso]='PREVIABILIDAD' and ([Fecha Respuesta Diseño]-[Fecha Creacion])&amp;lt;=2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Proceso]='VIABILIDAD' AND ([Fecha Respuesta Diseño]-[Fecha Creacion])-[Tiempo muerto]&amp;lt;=7,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 9.0pt; font-family: 'Helvetica',sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cumple',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; 'No Cumple'))))) As [conformid_pru],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;My idea is to avoid to create&amp;nbsp; too many formulas in Excel&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, &lt;/SPAN&gt;but my result is this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;&lt;IMG alt="Screenshot_7.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/183705_Screenshot_7.jpg" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #3d3d3d;"&gt;I´m sure there are some values with “No Cumple” of the type "Fibra Oscura" that should be in "Cumple" but the grafic doesn’t show them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Arial',sans-serif; font-weight: inherit;"&gt;Thanks a lot for your help!!!!!!.&lt;/SPAN&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/From-Excel-formula-to-Qlick-Script/m-p/1415670#M801156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

