<?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 ApplyMap not working / ApplyMap no funciona in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596164#M220805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buenas a todos,&lt;/P&gt;&lt;P&gt;Les agradecería ayuda en este tema. Estoy intentando hacer un applymap en una tabla y no funciona.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tengo por un lado una tabla de datos donde meto importes por mes y cuenta. En esta tabla incluyo un campo (driver) por el cual quiero repartir la información.&lt;/P&gt;&lt;P&gt;Por otro lado tengo una tabla matriz donde incluyo para cada driver un % de reparto que debe incluirse en la tabla de datos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aplico en la tabla de datos un applymap pero no me devuelve información.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Les adjunto app por si pudieran decirme porque no funciona correctamente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 14:44:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-19T14:44:39Z</dc:date>
    <item>
      <title>ApplyMap not working / ApplyMap no funciona</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596164#M220805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buenas a todos,&lt;/P&gt;&lt;P&gt;Les agradecería ayuda en este tema. Estoy intentando hacer un applymap en una tabla y no funciona.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tengo por un lado una tabla de datos donde meto importes por mes y cuenta. En esta tabla incluyo un campo (driver) por el cual quiero repartir la información.&lt;/P&gt;&lt;P&gt;Por otro lado tengo una tabla matriz donde incluyo para cada driver un % de reparto que debe incluirse en la tabla de datos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aplico en la tabla de datos un applymap pero no me devuelve información.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Les adjunto app por si pudieran decirme porque no funciona correctamente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596164#M220805</guid>
      <dc:creator />
      <dc:date>2014-03-19T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap not working / ApplyMap no funciona</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596165#M220806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the reason is that your Key field and Clave field are not equal. String comparisons are case-sensitive. the alphabet d (...driver...) is capital in one field and small in the other.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if the second part of the key (after driver) is unique, you may be able to use wildmatch. or sometimes it is easier to fix it on the data side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596165#M220806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap not working / ApplyMap no funciona</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596166#M220807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&amp;nbsp; la palabra driver en el campo Clave no es igual que Driver en el campo Key.&lt;/P&gt;&lt;P&gt;Intenta poner la llave en un solo formato usando&amp;nbsp; UPPER para que todo sea Mayúscula.. en ambos campos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ejemplo:&lt;/P&gt;&lt;P&gt;upper(Clave) as Clave&lt;/P&gt;&lt;P&gt;upper(Key) as Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55381" alt="Captura.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/55381_Captura.PNG" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;recuerda aplicar el upper en el applymap('tb',upper(key),'error')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596166#M220807</guid>
      <dc:creator />
      <dc:date>2014-03-19T15:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap not working / ApplyMap no funciona</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596167#M220808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jsaradhi. I replaced this and now is working (I didn´t see that case-sensitive error)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596167#M220808</guid>
      <dc:creator />
      <dc:date>2014-03-19T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap not working / ApplyMap no funciona</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596168#M220809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad it worked. alternatively, you can modify your Datos_aux1 table load: (use capitalize function on Driver)&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Proceso&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'_'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;capitalize&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Driver&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;'_'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LoB_SAP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Key &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-not-working-ApplyMap-no-funciona/m-p/596168#M220809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T15:09:57Z</dc:date>
    </item>
  </channel>
</rss>

