<?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: Load Qlik Sense in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033931#M35675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá Clever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segui seus passos e deu certo, consegui utilizar o campo status na condição do meu outro campo disponibilidade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Só que tem um problema, na aplicação eu fiz um teste e criei uma tabela simples e coloquei a dimensão status, não apareceu nenhum dado, está em branco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2016 15:02:28 GMT</pubDate>
    <dc:creator>bruno_bri</dc:creator>
    <dc:date>2016-04-28T15:02:28Z</dc:date>
    <item>
      <title>Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033928#M35672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa tarde pessoal!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poderiam me ajudar por favor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No load estou utilizando o mapping load e criando algumas condições com IF criando um novo campo chamado &lt;SPAN style="; color: #000000; text-decoration: underline;"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Status]:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;[Status_ID],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF(xxxxx....) AS &lt;SPAN style="; color: #000000; text-decoration: underline;"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://Teste/Planilha_01.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Dados_Status)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agora o passo do applymap, fazendo a ligação com a minha tabela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Disponibilidade]:&lt;/P&gt;&lt;P&gt;Load * ,&lt;/P&gt;&lt;P&gt;applymap('Status', [Status ID]) as &lt;SPAN style="; color: #000000; text-decoration: underline;"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF(xxxxxx...., 'Teste',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;IF(&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #000000; text-decoration: underline;"&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt; &amp;lt;50, 'Indisponivel') ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;AS Disponibilidade. &lt;SPAN style="color: #000000;"&gt;****Aqui tenho algumas condições com IF criando Um novo campo chamado Disponibilidade&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 12pt;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;***Gostaria de utilizar aqui o campo novo que criei acima (Status), mas não consigo pois dá um erro dizendo que o campo não existe.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alguem poderia me ajudar? Como utilizar um campo novo que estou carregando na memória em um único Load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado Pessoal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;****************** Editado 14:18 - Acrescentando informações de como está estruturado o load.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Disponibilidade]:&lt;/P&gt;&lt;P&gt;Load * ,&lt;/P&gt;&lt;P&gt;if(Condição_01, '01 Disponivel',&lt;/P&gt;&lt;P&gt;if(Condição_02, '02 Disp Parcial',&lt;/P&gt;&lt;P&gt;if(Status &amp;lt; 50, '03 Indisponivel'))) AS Disponibilidade&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Load * ,&lt;/P&gt;&lt;P&gt;applymap('Status', [Employee ID]) as Status; **Mapeamento que fiz do campo status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/// Load dos dados no excel **&lt;/P&gt;&lt;P&gt;[Funcionarios]: *** Carrega os campos e dados do meu excel, utilizo na minha metrica do campo disponibilidade alguns campos originados da planilha.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "XXX",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "YYYY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "AABB"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM [lib://Pasta_Teste/Planilha.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Status]: **Criação do campo status&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;// Load * ,&lt;/P&gt;&lt;P&gt;[Employee ID],&lt;/P&gt;&lt;P&gt;if(name = 'Teste', '10',&lt;/P&gt;&lt;P&gt;if(name = 'New', '30'&lt;/P&gt;&lt;P&gt;if(name = 'xxx', '50'))) as Status&lt;/P&gt;&lt;P&gt;FROM [lib://Pasta_Status/Planilha_Status.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Planilha_Status]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [xxx],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [yyyy],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [aaaa]&lt;/P&gt;&lt;P&gt; FROM [lib://Pasta_status/Planilha_Status.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Forecast5);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 20:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033928#M35672</guid>
      <dc:creator>bruno_bri</dc:creator>
      <dc:date>2016-04-27T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033929#M35673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruno, bom dia!&lt;/P&gt;&lt;P&gt;Você precisa fazer uma "Resident" da tabela Status para poder utilizar o campo Status dela em outra tabela, basta incluir no final da tabela disponibilidade:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Disponibilidade]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;applymap('Status', [Status ID]) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757; text-decoration: underline;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000000;"&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF(xxxxxx...., 'Teste',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF(&lt;STRONG style="color: #000000; font-size: 13.3333px; font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit;"&gt;Status&lt;/STRONG&gt; &amp;lt;50, 'Indisponivel') ) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;AS Disponibilidade&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Status;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 12:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033929#M35673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T12:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033930#M35674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Voce está usando um campo que está sendo criado, não funciona, tem que fazer em duas fases:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Disponibilidade]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IF(&lt;STRONG style="font-size: 13.3333px; font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit;"&gt;Status&lt;/STRONG&gt; &amp;lt;50, 'Indisponivel') ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;AS Disponibilidade;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load * ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;applymap('Status', [Status ID]) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757; text-decoration: underline;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #000000;"&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[restante do script aqui]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 12:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033930#M35674</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-04-28T12:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033931#M35675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá Clever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segui seus passos e deu certo, consegui utilizar o campo status na condição do meu outro campo disponibilidade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Só que tem um problema, na aplicação eu fiz um teste e criei uma tabela simples e coloquei a dimensão status, não apareceu nenhum dado, está em branco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 15:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033931#M35675</guid>
      <dc:creator>bruno_bri</dc:creator>
      <dc:date>2016-04-28T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033932#M35676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa tarde!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado pela ajuda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiz o que disse, mas não funcionou.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erro abaixo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 15px; background: rgba(255, 38, 38, 0.2);"&gt;Table not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 17:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033932#M35676</guid>
      <dc:creator>bruno_bri</dc:creator>
      <dc:date>2016-04-28T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load Qlik Sense</title>
      <link>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033933#M35677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clever, boa tarde!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seguindo suas dicas consegui carregar o campo novo e criar a minha métrica no load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muito Obrigado.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Load-Qlik-Sense/m-p/1033933#M35677</guid>
      <dc:creator>bruno_bri</dc:creator>
      <dc:date>2016-04-28T19:49:58Z</dc:date>
    </item>
  </channel>
</rss>

