<?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: Uso dei comandi len trim in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619238#M228094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;prova cos' se ho capito la condizione ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where len(trim(CodLotto))&amp;gt;0 and (lotto&amp;gt;0 or (lotto &amp;gt;=0 and left(Codart,3)='IMB'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 14:07:42 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-03-25T14:07:42Z</dc:date>
    <item>
      <title>Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619237#M228093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buongiorno a tutti,&lt;/P&gt;&lt;P&gt;ho la seguente richiesta.&lt;/P&gt;&lt;P&gt;Ho usato la seguente formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG&gt;where len(trim(CodLotto))&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;per eliminare da una statistica tutti i CodArt (Codici Articolo) che non hanno il numero di lotto associato.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;E questo ok.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Devo però aggiungere un ulteriore condizione:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;devo considerare solo i CodArt che hanno lotto &amp;gt; di 0 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;ma anche i CodArt che hanno lotto = 0 e che iniziano con IMB*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;o se vogliamo possiamo chiedere tutti i CodArt che hanno lotto &amp;gt; di 0 e anche quelli che iniziano per IMB* anche se il numero di lotto è = 0&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Spero di essermi spiegato.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Grazie&amp;nbsp; a tutti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619237#M228093</guid>
      <dc:creator />
      <dc:date>2014-03-25T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619238#M228094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;prova cos' se ho capito la condizione ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where len(trim(CodLotto))&amp;gt;0 and (lotto&amp;gt;0 or (lotto &amp;gt;=0 and left(Codart,3)='IMB'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619238#M228094</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-25T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619239#M228095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro,&lt;/P&gt;&lt;P&gt;grazie per la risposta ma sembra non funzioni.&lt;/P&gt;&lt;P&gt;I codici articoli che hanno il lotto = 0 e iniziano con IMB* vengono comunque ignorati.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prova a spiegarti nuovamente la condizione:&lt;/P&gt;&lt;P&gt;in una statistica ci sono dei prodotti (CodArt) che hanno e non hanno il CodLotto.&lt;/P&gt;&lt;P&gt;Con la prima condizione &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;where len(trim(CodLotto))&amp;gt;0 &lt;/STRONG&gt;sono riuscito a eliminare i CodArt che hanno CodLotto = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ma fra questi che hanno CodLotto=0 devo comunque tenere in considerazione quelli che iniziano con IMB*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK?&lt;/P&gt;&lt;P&gt;Qualche altra idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grazie 1000!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619239#M228095</guid>
      <dc:creator />
      <dc:date>2014-03-25T14:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619240#M228096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allora la condizione è:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;where len(trim(CodLotto))&amp;gt;0 or (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;len(trim(CodLotto))=0&lt;/SPAN&gt; and left(Codart,3)='IMB')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;dove &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;len(trim(CodLotto))&amp;gt;0&lt;/SPAN&gt; prende i codart con codlotto &amp;gt; 0 e &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;len(trim(CodLotto))=0&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt; and left(Codart,3)='IMB') prende i codart con lotto = 0 ma che iniziano per IMB&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619240#M228096</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-25T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619241#M228097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro,&lt;/P&gt;&lt;P&gt;OK!!!&lt;/P&gt;&lt;P&gt;Volevo mettere "Risposta Esatta" ma mi propone solo "Risposta Utile"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grazie ancora e a presto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619241#M228097</guid>
      <dc:creator />
      <dc:date>2014-03-25T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Uso dei comandi len trim</title>
      <link>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619242#M228098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Va bene anche quella ... ciao e ... a disposizione!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uso-dei-comandi-len-trim/m-p/619242#M228098</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-25T14:51:52Z</dc:date>
    </item>
  </channel>
</rss>

