<?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: XML Parser in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180149#M41507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Você poderia trabalhar com as funções abaixo:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Instr()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ou &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;activedocument.Evaluate (com ela é possível avaliar expressões do QlikView).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;activedocument.Evaluate("subfield(SEUCAMPO,',',2)")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 17:08:26 GMT</pubDate>
    <dc:creator>paulovendruscol</dc:creator>
    <dc:date>2016-09-13T17:08:26Z</dc:date>
    <item>
      <title>XML Parser</title>
      <link>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180146#M41504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with web service and safe return xml in a variable, now I need to do the xml parser, but I have to do in real time without saving xml file and make data reload, because i need to run this application on server, I need to mount the parser on vbscript and create a table in my cloud data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea or have been through this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2016 16:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180146#M41504</guid>
      <dc:creator />
      <dc:date>2016-09-10T16:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180147#M41505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devido o QlikView não suportar reload em AJAX, você precisaria trabalhar com EDX ou "quebrar" a variável que contém o XML em partes (seus campos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Veja o exemplo anexo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180147#M41505</guid>
      <dc:creator>paulovendruscol</dc:creator>
      <dc:date>2016-09-12T19:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180148#M41506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grande Paulo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado pela ajuda parceiro. Não conhecia o comando "purgechar", ele vai ajudar bastante... Mas ainda tenho um problema, o retorno XML vem com um array de tags, são diversas linhas. Já sei como resolver isso dentro do meu script vbscript mesmo. Jogo dentro de um looping para separar, porém procurei e não encontrei algo similar ao comando "subfield" em vbscript, para efetuar o parser diretamente o VBscript. Você conhece um comando similar? A estrutura para ler já está pronta, só falta o comando para separar as tags e ir jogando apenas o que interessa dentro da variável.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Um forte abraços e obrigado pela ajuda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180148#M41506</guid>
      <dc:creator />
      <dc:date>2016-09-13T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: XML Parser</title>
      <link>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180149#M41507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Você poderia trabalhar com as funções abaixo:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Instr()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ou &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;activedocument.Evaluate (com ela é possível avaliar expressões do QlikView).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;activedocument.Evaluate("subfield(SEUCAMPO,',',2)")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 17:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/XML-Parser/m-p/1180149#M41507</guid>
      <dc:creator>paulovendruscol</dc:creator>
      <dc:date>2016-09-13T17:08:26Z</dc:date>
    </item>
  </channel>
</rss>

