<?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 devolver funcion con valores modificadores de conjunto en null y otro no in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312343#M1197330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;muchas gracias kamarada , eso es lo que necesitaba, toma los valores pocible y los filtros tambien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2011 01:52:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-11T01:52:14Z</dc:date>
    <item>
      <title>devolver funcion con valores modificadores de conjunto en null y otro no</title>
      <link>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312340#M1197326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,tengo esta exprecion, asigno el valor de un campo a otro pero si no tiene valor no me devuleve lo que contiene los demas valores, hay alguna forma de devolver EL SUM aun si en esos campos MCA_CLAVE Y ZNS_CLAVE no estan seleccionados o sin valor.&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;&lt;BR /&gt; TND_CIA=,&lt;BR /&gt; TND_ZONA=,&lt;BR /&gt; TND_ANIO_RTL={$(=YEAR(varAyer))},&lt;BR /&gt; TND_DIASEM_RTL={$(=WEEKDAY(varAyer))},&lt;BR /&gt; TND_SEM_RTL={$(=WEEK(varAyer))},&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; TND_CIA={$(=NUM(MCA_CLAVE))},&lt;BR /&gt; TND_ZONA={$(=NUM(ZNS_CLAVE))}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;} TND_PPTO_DIA)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gracias kamaradas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 01:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312340#M1197326</guid>
      <dc:creator />
      <dc:date>2011-03-10T01:56:29Z</dc:date>
    </item>
    <item>
      <title>devolver funcion con valores modificadores de conjunto en null y otro no</title>
      <link>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312341#M1197327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;En este caso no. Lo que intentas hacer con Set Analysis es decir "Si TND_CIA es igual a MCA_CLAVE y TND_ZONA es igual a ZNS_CLAVE, entonces muestrame la suma del presupuesto".&lt;/P&gt;&lt;P&gt;Por lo tanto si MCA_CLAVE o ZNS_CLAVE no tienen valores disponibles, no te va a mostrar nada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 22:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312341#M1197327</guid>
      <dc:creator>villafuerte</dc:creator>
      <dc:date>2011-03-10T22:28:57Z</dc:date>
    </item>
    <item>
      <title>devolver funcion con valores modificadores de conjunto en null y otro no</title>
      <link>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312342#M1197329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;A partir de la versión 9 se incluyen las funciones P() -valores posibles- y E() -valores excluidos-, que puedes usar de la siguiente forma:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=SUM({$&amp;lt; TND_CIA=, TND_ZONA=, TND_ANIO_RTL={$(=YEAR(varAyer))}, TND_DIASEM_RTL={$(=WEEKDAY(varAyer))}, TND_SEM_RTL={$(=WEEK(varAyer))}, TND_CIA=&lt;B&gt;P(MCA_CLAVE)&lt;/B&gt;, TND_ZONA=&lt;B&gt;P(ZNS_CLAVE)&lt;/B&gt;&amp;gt;} TND_PPTO_DIA)/1000&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;"P(MCA_CLAVE)" devolverá los valores posibles para ese campo. Si no hay ninguna selección que le afecte, los valores posibles son todos los valores de ese campo. Si hay un solo valor seleccionado TND_CIA se igualará con el valor seleccionado en MCA_CLAVE, y de forma similar con ZNS_CLAVE. Si no hay ninguna selección realizada, el conjunto filtrará TND_CIA utilizando todos los valores del campo MCA_CLAVE.&lt;/P&gt;&lt;P&gt;Espero que ayude.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 23:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312342#M1197329</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-10T23:20:33Z</dc:date>
    </item>
    <item>
      <title>devolver funcion con valores modificadores de conjunto en null y otro no</title>
      <link>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312343#M1197330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;muchas gracias kamarada , eso es lo que necesitaba, toma los valores pocible y los filtros tambien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 01:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/devolver-funcion-con-valores-modificadores-de-conjunto-en-null-y/m-p/312343#M1197330</guid>
      <dc:creator />
      <dc:date>2011-03-11T01:52:14Z</dc:date>
    </item>
  </channel>
</rss>

