<?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: like in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456376#M486734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand it. Where do you get these numbers -- 1, 2, 3, 4, 5? Do you have a field which contains them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 20:57:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-20T20:57:42Z</dc:date>
    <item>
      <title>like in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456373#M486721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;ISPAIDDPNC={'N'}&amp;gt;}AMOUNTDDPNC)-sum({$&amp;lt;DESCRIPTION_Cruces_Linea={'*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *'}&amp;gt;TOTALCXP_Cruces_Linea))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the space i want a "like" where must be the id of the document of the row that is UM_NOTACREDITO_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the sum of all totalCxPcruceslinea where the description like '%(multiples IDs)%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456373#M486721</guid>
      <dc:creator />
      <dc:date>2013-02-20T20:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: like in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456374#M486725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please clarify your question. If you need to filter based on substring you can use &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;SubStringCount&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea={"=SubStringCount(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;DESCRIPTION_Cruces_Linea&lt;/SPAN&gt;, 'substr')"}&amp;gt;TOTALCXP_Cruces_Linea)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456374#M486725</guid>
      <dc:creator />
      <dc:date>2013-02-20T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: like in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456375#M486729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, &lt;/P&gt;&lt;P&gt;example, &lt;/P&gt;&lt;P&gt;i have the field um_notacredito_Id with this values...1, 2, 3, 4, 5,........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea='*1*'}&amp;gt;TOTALCXP_Cruces_Linea),&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea='*2*'}&amp;gt;TOTALCXP_Cruces_Linea)&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea='*3*'}&amp;gt;TOTALCXP_Cruces_Linea)&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea='*4*'}&amp;gt;TOTALCXP_Cruces_Linea)&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea='*5*'}&amp;gt;TOTALCXP_Cruces_Linea)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each row of the table chart that im trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456375#M486729</guid>
      <dc:creator />
      <dc:date>2013-02-20T20:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: like in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456376#M486734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand it. Where do you get these numbers -- 1, 2, 3, 4, 5? Do you have a field which contains them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456376#M486734</guid>
      <dc:creator />
      <dc:date>2013-02-20T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: like in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456377#M486735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you probably know, it is not possible to use a field in set analysis but you can use only values. Now,&lt;/P&gt;&lt;P&gt;If your field is &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;UM_NOTACREDITO_ID&lt;/SPAN&gt; then start (*) in set analysis works as like in queries so &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({$&amp;lt;DESCRIPTION_Cruces_Linea={'*&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;value of my field&lt;/SPAN&gt;*'}&amp;gt;TOTALCXP_Cruces_Linea))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;exctacts and sum all values that contains "&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;value of my field&lt;/SPAN&gt;". If you want you can use a selected value in a list box for instance using getfieldselected().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;hope this may help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 20:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/like-in-an-expression/m-p/456377#M486735</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-20T20:58:53Z</dc:date>
    </item>
  </channel>
</rss>

