<?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: Comando Store condicional in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709907#M59073</link>
    <description>&lt;P&gt;oi Eduardo, marque a resposta como resolvida por favor.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 19:26:17 GMT</pubDate>
    <dc:creator>joaopaulo_delco</dc:creator>
    <dc:date>2020-06-10T19:26:17Z</dc:date>
    <item>
      <title>Comando Store condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709890#M59069</link>
      <description>&lt;P&gt;Tenho o comando para gerar um csv de uma tabela que carreguei:&lt;/P&gt;&lt;P&gt;Store TAB_EXPORTACAO into EXPORTACAO.csv(txt);&lt;/P&gt;&lt;P&gt;Ao mesmo tempo, tenho uma condição para indicar o dia de semana atual ( no caso quero saber se hoje é segunda-feira):&lt;/P&gt;&lt;P&gt;if(Weekday(Today()) = 'seg', 'SIM')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Como faço para condicionar a geração do csv (store) somente se o dia da semana for segunda-feira ?&lt;/P&gt;&lt;P&gt;Não consegui "encaixar" o if no store.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 18:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709890#M59069</guid>
      <dc:creator>leonardosmartins</dc:creator>
      <dc:date>2020-06-10T18:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comando Store condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709899#M59070</link>
      <description>&lt;P&gt;Olá Leonardo!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Segue solução abaixo:&lt;/P&gt;&lt;P&gt;LET vDiaSemana = WeekDay(Today(1));&lt;/P&gt;&lt;P&gt;IF Match('$(vDiaSemana)','seg') THEN&lt;BR /&gt;STORE [TABELA] into [Servidor/Indicadores\Transformacao/]arquivo.qvd;&lt;BR /&gt;End If;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709899#M59070</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2020-06-10T19:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Comando Store condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709902#M59071</link>
      <description>&lt;P&gt;Boa tarde, pode ser usado algo assim&lt;/P&gt;&lt;P&gt;if WeekDay(Today()) = 'seg' then&lt;BR /&gt;Store Tabela into [lib://Transformados/tabela.qvd] (qvd);&lt;BR /&gt;End If;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709902#M59071</guid>
      <dc:creator>RafaMartins</dc:creator>
      <dc:date>2020-06-10T19:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Comando Store condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709904#M59072</link>
      <description>&lt;P&gt;Obrigado. Funcionou.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709904#M59072</guid>
      <dc:creator>leonardosmartins</dc:creator>
      <dc:date>2020-06-10T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Comando Store condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709907#M59073</link>
      <description>&lt;P&gt;oi Eduardo, marque a resposta como resolvida por favor.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Comando-Store-condicional/m-p/1709907#M59073</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2020-06-10T19:26:17Z</dc:date>
    </item>
  </channel>
</rss>

