<?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: Problemas com Above() in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814583#M26041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resultado seria este : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78254_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 16:32:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-16T16:32:21Z</dc:date>
    <item>
      <title>Problemas com Above()</title>
      <link>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814581#M26039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá, boa tarde,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eu tenho uma tabela onde preciso calcular o saldo da distância entre o representante e os clientes.&lt;/P&gt;&lt;P&gt;A distância entre eles já trago calculada do script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devo organizar essa tabela por código do representante e depois pela distância (asc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quando coloco apenas o código do representante, o CNPJ e as distâncias, até consigo deixar do jeito certo, porém, quando incluo a expressão do saldo, ele bagunça toda a ordem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Para que eu conseguisse ordenar da forma correta, criei no script o campo 'DIS_Verificador', porém, quando incluo esse campo na tabela, a função Above() que eu uso para calcular os saldos para de funcionar. Percebi também que a função RowNo() fica esquisita também, mostrando o valor 1 para todas as linhas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alguém pode me ajudar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desde já agradeço.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 15:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814581#M26039</guid>
      <dc:creator>julianacampag</dc:creator>
      <dc:date>2015-02-16T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problemas com Above()</title>
      <link>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814582#M26040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ola Juliana, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Algo assim será que não te ajuda ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basetmp:&lt;/P&gt;&lt;P&gt;LOAD CodRepresentante, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNPJ, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIS_Verificador, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dist&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Base.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base:&lt;/P&gt;&lt;P&gt;LOAD * Resident Basetmp order by CodRepresentante,Dist asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quando criar a tabela retira a ordenação dos campos que vc não quer, e deixa classifica em ordem de carga original, nos campos que deseja ordenar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78251_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814582#M26040</guid>
      <dc:creator />
      <dc:date>2015-02-16T16:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problemas com Above()</title>
      <link>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814583#M26041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resultado seria este : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78254_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 16:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814583#M26041</guid>
      <dc:creator />
      <dc:date>2015-02-16T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problemas com Above()</title>
      <link>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814584#M26042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Apenas para complementar, q&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;uando voce usa a função RowNo() ou Above() ele desabilita a ordenação&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;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Sorting on y-values in charts or sorting by expression columns in tables is not allowed when&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="statement" style="font-weight: bold; font-style: inherit; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;RowNo()&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; is used in any of the chart's expressions. These sort alternatives are therefore automatically disabled.&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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;As dimensões continuam podendo ser ordenadas, mas as medidas não.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Problemas-com-Above/m-p/814584#M26042</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2018-06-08T14:46:05Z</dc:date>
    </item>
  </channel>
</rss>

