<?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: Expression with 3 option results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958342#M645575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind, found myself the answer by using this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(IA_Tipo_de_Evento='Indisponibilidade', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Lentidão', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Erro Aplicacional', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Dificuldade de Acesso', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 10:29:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-23T10:29:01Z</dc:date>
    <item>
      <title>Expression with 3 option results</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958339#M645572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having some trouble while trying to represent three diferent scenarios while using a expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;id_inc2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; column is the place where I get numbers/data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if they exist I want to represent them on a image, depending on the type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I say type, I mean IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Each type should show up a image:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png' is for &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='&lt;/SPAN&gt;Lentidão'&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png' is for &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Erro Aplicacional&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png' is for &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Dificuldade de Acesso&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png' is for &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Indisponibilidade'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png' is for none of the previous examples&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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SO far, the following expression I created shows only the empty results and the &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt; Lentidão, Erro Aplicacional and Dificuldade de Acesso.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;id_inc2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;&amp;gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Indisponibilidade'),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png' ,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could you please help me building the expression to show up something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if empty,&amp;nbsp; show image 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt; diferent then Indisponibilidade show image 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If IA_Tipo de Evento is Indisponibilidade show image 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;All in the same expression, not separated expressions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks for all your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 12:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958339#M645572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-22T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with 3 option results</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958340#M645573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, you should use aggregation functions in expressions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just write (&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;IA_Tipo_de_Evento&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Indisponibilidade'), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the value of IA_Tipo_de_Evento may not be unambiguous in the context you are using the field in. But to answer that, you need to provide more information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;What is the context your using this expression in? A chart with dimensions, and if so, which dimensions? How does your data model look like? &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could you post some sample lines of data or a small sample QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 12:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958340#M645573</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-22T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with 3 option results</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958341#M645574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know if this attached sample helps you. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 22:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958341#M645574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-22T22:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with 3 option results</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958342#M645575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind, found myself the answer by using this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(IA_Tipo_de_Evento='Indisponibilidade', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Lentidão', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Erro Aplicacional', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&lt;/P&gt;&lt;P&gt; If(IA_Tipo_de_Evento='Dificuldade de Acesso', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 10:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958342#M645575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T10:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with 3 option results</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958343#M645576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unsure what you are trying to achieve. If I add some expressions to show the count and the content of IA_Tipo_de_Evento&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;= If(WildMatch5(subcategory_rc, 'SHARE DE REDE'), 'Shares', If(WildMatch5(subcategory_rc, 'CONTA DE REDE'), 'Acessos', If(WildMatch5(subcategory_rc, 'SERVIÇO DE PROXY'), 'Proxy', If(WildMatch5(subcategory_rc, 'SERVIDOR FILAS ESPERA'), 'Impressoras', If(WildMatch5(subcategory_rc, 'SERVIÇO DE IMPRESSÃO'), 'Impressoras', If(WildMatch5(subcategory_rc, 'SERVIDOR APLICACIONAL'), 'Shares', If(WildMatch5(subcategory_rc, 'SERVIDOR DE FICHEIROS'), 'Shares', If(WildMatch5(subcategory_rc, 'SERVIDOR APLICACIONAL'), 'Acessos', If(WildMatch5(subcategory_rc, 'VPN'), 'VPN', If(WildMatch5(subcategory_rc, 'TIPO 1 (INT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'CORE (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'TIPO C (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'BACKBONE (INT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'REDE LOCAL FIXA (NAC)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'TIPO B (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'REDE LOCAL FIXA'), 'Conectividade', If(WildMatch5(subcategory_rc, 'CHICOTE DE REDE'), 'Conectividade', If(WildMatch5(subcategory_rc, 'BACKBONE (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'INTERLIGAÇÃO DATA CENTER'), 'Conectividade', If(WildMatch5(subcategory_rc, 'FALHA DE SEGURANÇA'), 'Conectividade', If(WildMatch5(subcategory_rc, 'INTERNET (INT)'), 'Proxy', If(WildMatch5(subcategory_rc, 'INTERNET (PT)'), 'Proxy', If(WildMatch5(subcategory_rc, 'REDE LOCAL FIXA (ACE)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'REDE LOCAL WIRELESS (ARMAZÉNS EDP)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'CHICOTE DE REDE (ACE)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'TIPO 3 (INT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'TIPO A (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'INTERLIGAÇÃO FORA DO DATA CENTER'), 'Conectividade', If(WildMatch5(subcategory_rc, 'TIPO 2 (INT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'AGENTE (PT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'REDE LOCAL WIRELESS'), 'Conectividade', If(WildMatch5(subcategory_rc, 'CORE (INT)'), 'Conectividade', If(WildMatch5(subcategory_rc, 'ACCESO A RED DE HC'), 'Conectividade', subcategory_rc)))))))))))))))))))))))))))))))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;count(id_inc2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;IA_Tipo_de_Evento&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;concat(IA_Tipo_de_Evento,', ')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;VPN&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Proxy&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Shares&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Acessos&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Impressoras&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Conectividade&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Lentidão&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Lentidão&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like Conectividade is the only one with a count &amp;lt;&amp;gt; 0 ('value exists') and a related IA_Tipo_de_Evento.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your expression seems to work for me, fulfilling the requirement you described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I would write the expresssion like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Count(id_inc2)&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Match(Only(IA_Tipo_de_Evento), 'Lentidão','Erro Aplicacional','Dificuldade de Acesso'),'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Only(IA_Tipo_de_Evento) ='Indisponibilidade' ,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png')), 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 10:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-3-option-results/m-p/958343#M645576</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-23T10:36:49Z</dc:date>
    </item>
  </channel>
</rss>

