<?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: Mudando o esquema de cores in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475497#M54441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa mesmo (Y).. valeu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 14:56:09 GMT</pubDate>
    <dc:creator>junior_ehlke</dc:creator>
    <dc:date>2014-06-06T14:56:09Z</dc:date>
    <item>
      <title>Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475494#M54438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;As cores utilizadas no QlikView nas seleções são Verde/Branco/Cinza/Azul, isso todos nós sabemos. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Mas em algumas situações necessitamos alterar as cores, principalmente a cor de seleção (Verde) e cor dos dados travados (Azul). Alguns clientes e designers adorarão essa dica.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Você pode pegar qualquer arquivo QVW já desenvolvido e siga os passos a seguir para alterar o padrão de cores:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;1. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Acesse o menu &lt;STRONG&gt;Ferramenta&lt;/STRONG&gt;, selecione &lt;STRONG&gt;Editar Módulo&lt;/STRONG&gt; (ou pressione Ctrl+M).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;2. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Coloque o código abaixo:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;Sub &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="PT" style="line-height: 1.5em; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;AlteraPadraoCoresUsuario()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;PreferenciaUsuario&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;PreferenciaUsuario = ActiveDocument.GetApplication.GetUserPreferences&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Configura cor valores "Selecionados"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelBgColor(1).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(184,137,243) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Roxo&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelFgColor(1).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(255,255,255) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Branco&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #00b050; font-family: 'Courier New'; font-size: 9pt; line-height: 1.5em;"&gt;' Configura cor valores "Possíveis"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelBgColor(2).PrimaryCol.Col = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(255,255,255) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Branco&lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelFgColor(2).PrimaryCol.Col = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(0,0,0) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Preto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Configura cor valores "Excluídos"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelBgColor(5).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(200,200,200) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Cinza Claro&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelFgColor(5).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(0,0,0) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Preto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Configura cor valores "Travados/Bloqueados"Locked Color&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelBgColor(0).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(68,187,255) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Azul Claro&lt;BR /&gt; &lt;/SPAN&gt; &lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferenciaUsuario.CustomSelFgColor(0).PrimaryCol.Col = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;RGB &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(255,255,255) &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;' Branco&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.SetUserPreferences PreferenciaUsuario&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="PT" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004dbb;"&gt;End Sub &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;3. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Clique no botão &lt;STRONG&gt;Verificar&lt;/STRONG&gt; para analisar a sintaxe. Se não ocorrer erros, aparecerá &lt;STRONG&gt;*** Pronto ***&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;4. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Clique no botão &lt;STRONG&gt;Teste&lt;/STRONG&gt; para executar o código, se quiser pode excluir o código.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;5. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Clique no botão &lt;STRONG&gt;OK&lt;/STRONG&gt; para fechar o editor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;6. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Acesse o menu &lt;STRONG&gt;Configuração&lt;/STRONG&gt;, selecione &lt;STRONG&gt;Propriedades do Documento&lt;/STRONG&gt; (ou pressione Ctrl+Alt+D)&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;IMG __jive_id="60200" alt="05-06-2014 21-33-53.png" class="jive-image" src="/legacyfs/online/60200_05-06-2014 21-33-53.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 11pt; font-family: Arial, sans-serif;"&gt;7. &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Em &lt;STRONG&gt;Esquema de Cores&lt;/STRONG&gt;, selecione &lt;STRONG&gt;[Personalizar]&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;8. &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Agora o novo esquema de cores já esta aplicado a sua aplicação QlikView.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;Cor dos Valores Seleção&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&amp;nbsp; &lt;IMG __jive_id="60201" alt="05-06-2014 21-59-48.png" class="jive-image" src="/legacyfs/online/60201_05-06-2014 21-59-48.png" /&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;Cor dos Valores Travados/Bloqueados&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;IMG __jive_id="60202" alt="05-06-2014 21-59-24.png" class="jive-image" src="/legacyfs/online/60202_05-06-2014 21-59-24.png" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;9. &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Localize o arquivo &lt;STRONG&gt;Settings.ini&lt;/STRONG&gt; na pasta &lt;STRONG&gt;C:\Users\username\AppData\Roaming\QlikTech\QlikView&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;10.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Abra o arquivo no &lt;STRONG&gt;Notepad&lt;/STRONG&gt; e localize as linhas que contem &lt;STRONG&gt;CustSel&lt;/STRONG&gt; copiando todas linhas para área de transferência.&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;IMG __jive_id="60203" alt="05-06-2014 21-46-21.png" class="jive-image" src="/legacyfs/online/60203_05-06-2014 21-46-21.png" /&gt;&lt;/P&gt;&lt;P align="center" style="text-align: left;"&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;11.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Acesso o Servidor QlikView e pare o serviço do QlikView Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;12.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Localize o arquivo &lt;STRONG&gt;Settings.ini&lt;/STRONG&gt; na pasta &lt;STRONG&gt;C:\ProgramData\QlikTech\QlikViewServer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;13.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Cole os valores &lt;STRONG&gt;CustSel&lt;/STRONG&gt; copiado no passo 10 abaixo de &lt;STRONG&gt;[Settings 7]&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;14.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Copie o arquivo QVW configurado no passo 7 para o diretório de documentos do QlikView Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;IMG __jive_id="60204" alt="05-06-2014 21-51-59.png" class="jive-image" src="/legacyfs/online/60204_05-06-2014 21-51-59.png" /&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;15.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; text-align: left; font-size: 11pt; font-family: Arial, sans-serif;"&gt;Acesse a aplicação via Accesspoint e verifique o esquema de cores alterado.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Espero que aproveitem, pois quando necessitei disso, esses passos eram desconhecidos por mim.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Qlikfique-se.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Tonial.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 01:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475494#M54438</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-06-06T01:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475495#M54439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gran Mestri Tonial!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excelente dica, obrigado.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 02:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475495#M54439</guid>
      <dc:creator>aderlanrm</dc:creator>
      <dc:date>2014-06-06T02:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475496#M54440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Valeu Tonial!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parabéns e obrigado pelo tutorial!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 11:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475496#M54440</guid>
      <dc:creator />
      <dc:date>2014-06-06T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475497#M54441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa mesmo (Y).. valeu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 14:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475497#M54441</guid>
      <dc:creator>junior_ehlke</dc:creator>
      <dc:date>2014-06-06T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475498#M54442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grande Tonial,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gostei muito da dica, e isso veio em boa hora.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Um grande abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 15:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475498#M54442</guid>
      <dc:creator />
      <dc:date>2014-06-06T15:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475499#M54443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TOP TOP TOP!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grande Tonial...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 18:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475499#M54443</guid>
      <dc:creator>ruzivao1980</dc:creator>
      <dc:date>2014-06-06T18:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475500#M54444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Genial!&lt;/P&gt;&lt;P&gt;Grande mestre Tonial!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 18:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475500#M54444</guid>
      <dc:creator>rphpacheco</dc:creator>
      <dc:date>2014-06-06T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475501#M54445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Putz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; De agora em diante tenho que morder a língua quando me perguntarem isto durante os treinamentos. Sempre que me perguntavam isto eu respondia: "Não é possível mudar, é o padrão do Qlikview para a representação visual das associações."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Um Abraço.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 02:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475501#M54445</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2014-06-10T02:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475502#M54446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Excelente Fernando Tonial, eu estava precisando disso para melhorar o visual de alguns cenários.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nota 10!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475502#M54446</guid>
      <dc:creator>andre_tonini</dc:creator>
      <dc:date>2014-06-10T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475503#M54447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excelente!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abraço!&lt;/P&gt;&lt;P&gt;Bruno Triunfo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475503#M54447</guid>
      <dc:creator />
      <dc:date>2014-06-10T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475504#M54448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muito boa essa dica Fernando Tonial!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eu sou outro que terei de morder a língua (assim como o Pablo) quando me perguntarem isto de agora em diante.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475504#M54448</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2014-06-10T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475505#M54449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Realmente meu caro, falava a mesma Coisa ... hehehe. &lt;/SPAN&gt;&lt;SPAN&gt;Vivendo e Aprendendo sempre.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Qlikfique-se&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Tonial.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475505#M54449</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-06-11T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475506#M54450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pois é Cesar, quando descobri isso, também tive que rever meus conceitos. hehehe. Vivendo e Aprendendo sempre.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikfique-se&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475506#M54450</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-06-11T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475507#M54451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia Tonial,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muito bom!.&lt;/P&gt;&lt;P&gt;Eu fiz um teste aqui e funcionou no acess point. Porem quando uma lista está com indicador de Led, ele não mudou a cor, permaneceu verde. Existe alguma maneira de mudar a cor do led também?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; João Carlos Ferreira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475507#M54451</guid>
      <dc:creator>joao_sp_campina</dc:creator>
      <dc:date>2014-06-11T11:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475508#M54452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estava mesmo a precisar desta solução. No entanto, apesar de ter seguido estes passos todos, continuo sem conseguir ver a alteração da cor através do Access Point, alguém teve o mesmo problema?&lt;/P&gt;&lt;P&gt;Obrigada,&lt;/P&gt;&lt;P&gt;Ana Aragão&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 08:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475508#M54452</guid>
      <dc:creator />
      <dc:date>2014-08-28T08:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mudando o esquema de cores</title>
      <link>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475509#M54453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muito bom Fernando no entanto eu tenho o mesmo problema que o João Carlos Ferreira. As list boxes Led continuam verde.&lt;/P&gt;&lt;P&gt;Alguma solução?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 11:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Mudando-o-esquema-de-cores/m-p/1475509#M54453</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2014-09-10T11:09:07Z</dc:date>
    </item>
  </channel>
</rss>

