<?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 Comando WHERE in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079499#M88557</link>
    <description>&lt;P&gt;Estou tentando fazer com que apareça só os itens da tabela que me interessam.&amp;nbsp; A tabela de pedidos tem situações e preciso que apareça só os cancelados e em falta. Pra isso fui tentar aplicar o comando where na syntax do script porém não estou conseguindo, como faço para usa-lo. Já tentei usar o comando AND embaixo porém ele fica mostrando como erro. Não sei como usar o comando script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capturar.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109019i775418B4687E25F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capturar.PNG" alt="Capturar.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 15:15:06 GMT</pubDate>
    <dc:creator>eduardo_r</dc:creator>
    <dc:date>2023-06-02T15:15:06Z</dc:date>
    <item>
      <title>Comando WHERE</title>
      <link>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079499#M88557</link>
      <description>&lt;P&gt;Estou tentando fazer com que apareça só os itens da tabela que me interessam.&amp;nbsp; A tabela de pedidos tem situações e preciso que apareça só os cancelados e em falta. Pra isso fui tentar aplicar o comando where na syntax do script porém não estou conseguindo, como faço para usa-lo. Já tentei usar o comando AND embaixo porém ele fica mostrando como erro. Não sei como usar o comando script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capturar.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109019i775418B4687E25F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capturar.PNG" alt="Capturar.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 15:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079499#M88557</guid>
      <dc:creator>eduardo_r</dc:creator>
      <dc:date>2023-06-02T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comando WHERE</title>
      <link>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079527#M88559</link>
      <description>&lt;P&gt;You have the semicolon in the wrong place. And you have a comma too much in the WHERE clause. Try&lt;/P&gt;
&lt;P&gt;... (txt, codepage is ...) Where SIT_PED&amp;lt;&amp;gt;'ATT' ;&lt;BR /&gt;or&lt;BR /&gt;... (txt, codepage is ...) Where not Match(SIT_PED,'ATT','FIN') ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079527#M88559</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2023-06-02T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comando WHERE</title>
      <link>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079543#M88560</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230844"&gt;@eduardo_r&lt;/a&gt;&amp;nbsp; You can use the match function and it is written as below:&lt;/P&gt;
&lt;P&gt;where not match(&lt;SPAN&gt;SIT_PED,'ATT','FIN'&lt;/SPAN&gt;);&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 17:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comando-WHERE/m-p/2079543#M88560</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-06-02T17:18:08Z</dc:date>
    </item>
  </channel>
</rss>

