<?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: Crear campo en el script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656512#M1076308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funcionó perfecto, me creo un sub-campo que puedo utilizar.&lt;/P&gt;&lt;P&gt;Muchas gracias.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 22:07:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-25T22:07:39Z</dc:date>
    <item>
      <title>Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656506#M1076302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buena tarde, tengo una consulta, ya que no encuentro como resolver lo siguiente...&lt;/P&gt;&lt;P&gt;En mi script, tengo el siguiente campo,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Master_fin:&lt;BR /&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;División&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;Extraccion\Master.qvd &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; El campo división, tiene 4 valores, y la tabla se ve algo&lt;BR /&gt;así, en un cuadro de lista.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;División:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SUCURSALES&lt;/P&gt;&lt;P&gt;INTERNACIONAL&lt;/P&gt;&lt;P&gt;MAYOREOS&lt;/P&gt;&lt;P&gt;FRANQUICIAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo que ando buscando, es solo dejar las Sucursales y&lt;BR /&gt;Franquicias, no se si se puede hacer desde el cuadro de lista o desde el&lt;BR /&gt;script, ya que quiero usarlo en varias tablas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos.&lt;/P&gt;&lt;P&gt;Estoy iniciando en Qlikview, y lo que he conocido, esta increíble.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656506#M1076302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T21:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656507#M1076303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Master_fin:&lt;BR /&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;División&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;Extraccion\Master.qvd &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;where &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;División&lt;/SPAN&gt; ='SUCURSALES' and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; División&lt;/SPAN&gt; = 'FRANQUICIAS'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;store &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Master_fin&lt;/SPAN&gt; into Nombredecarpeta\Nombre que quieras poner al qvd.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656507#M1076303</guid>
      <dc:creator />
      <dc:date>2014-07-25T21:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656508#M1076304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Master_fin:&lt;BR /&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;División&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;Extraccion\Master.qvd &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;where &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;División&lt;/SPAN&gt; ='SUCURSALES' and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; División&lt;/SPAN&gt; = 'FRANQUICIAS';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;store &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Master_fin&lt;/SPAN&gt; into Nombredecarpeta\Nombre que quieras poner al qvd.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;**Perdon es que me falto un punto y coma (;) al final de Frnaquicias jejeje&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;saludos!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656508#M1076304</guid>
      <dc:creator />
      <dc:date>2014-07-25T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656509#M1076305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estimado Ricardo, puedes usar lo siguiente para mantener los dos campos y los utilices cuando sea necesario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Master_fin:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-size: 9pt; font-style: inherit; font-weight: inherit; font-family: 'Courier New'; line-height: 1.5em;"&gt;División,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: maroon; font-size: 9pt; font-style: inherit; font-family: 'Courier New'; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;División=&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;'SUCURSALES',&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;'SUCURSALES'&lt;/SPAN&gt;,if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;División&lt;/SPAN&gt;=&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;'FRANQUICIAS',&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;'FRANQUICIAS'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;) as DivisionSF&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;Extraccion\Master.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Con esto hemos logrado obtener dos campos sin la necesidad de excluir la información.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Espero te pueda servir. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Saludos, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Fabio&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656509#M1076305</guid>
      <dc:creator>fabio182</dc:creator>
      <dc:date>2014-07-25T21:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656510#M1076306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otra forma seria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Division&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;Extracción\Master.qvd&lt;/P&gt;&lt;P&gt;where Match(División,'SUCURSALES','FRANQUICIAS')&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;de esta manera podrias poner varias palabras en una sola linea&lt;/P&gt;&lt;P&gt;espero te sirva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656510#M1076306</guid>
      <dc:creator>jer_2011</dc:creator>
      <dc:date>2014-07-25T21:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656511#M1076307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muchas gracias por la respuesta, lo que sucede es que los campos de Internacional y Mayoreo si los quiero en el QVD final, por ejemplo al hacer las tablas dinámicas en el qvw., me aparecen los cuatro valores, y también en los cuadros de listas, pero solo quiero que me aparezcandos, porque en otra pestaña voy a ocupar los otros dos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En el script de las tablas los quito por las expresiones (como en la tabla de abajo), no habrá una más fácil, lo que busco es algo como esto: &lt;BR /&gt;&lt;IMG alt="Presentación1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63179_Presentación1.png" style="width: 620px; height: 349px; float: left;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656511#M1076307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T21:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656512#M1076308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funcionó perfecto, me creo un sub-campo que puedo utilizar.&lt;/P&gt;&lt;P&gt;Muchas gracias.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 22:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656512#M1076308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T22:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Crear campo en el script</title>
      <link>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656513#M1076309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otra forma es desde la tabla pivotante, dentro de tu expresión escribir lo siguiente, tendras varios casos similares y este ejmplo te sirvira en un futuro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; División = {'SUCURSALES','FRANQUICIAS'}&amp;nbsp; &amp;gt;&amp;nbsp; }&amp;nbsp;&amp;nbsp; VENTAS) // ventas sustituir con tu campo, de esta forma la tabla pivotante dejara solo las sucursales y franquicias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 22:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crear-campo-en-el-script/m-p/656513#M1076309</guid>
      <dc:creator>jer_2011</dc:creator>
      <dc:date>2014-07-25T22:20:54Z</dc:date>
    </item>
  </channel>
</rss>

