<?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 How to manage a null value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37590#M775990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to obtain in a table a list of the new active clients. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an SQL table where theres a list of clients with a flag called: Fcliact that show if the client is active in a month, it is a history table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem to solve is that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can select from a calender two dates that represent a period, the selection is saved in two variables, &lt;/P&gt;&lt;P&gt;The first one is called: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vMinimaFechaSeleccionada &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and the last one :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vMaximaFechaSeleccionada&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Value 1:the client is active for a particular month&lt;/P&gt;&lt;P&gt;-Value 0: the client is inactive &lt;SPAN style="font-size: 13.3333px;"&gt;for a particular month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next expression in order to resolve that, but does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;if(isnull(sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMaximaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact)),&lt;/P&gt;&lt;P&gt;0,sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMaximaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;if(isnull(sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMinimaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact)),&lt;/P&gt;&lt;P&gt;0,sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMinimaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact))&lt;/P&gt;&lt;P&gt;&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the tabulation, i puted it in that way to be more friendly understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to manage a null value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37590#M775990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to obtain in a table a list of the new active clients. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an SQL table where theres a list of clients with a flag called: Fcliact that show if the client is active in a month, it is a history table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem to solve is that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can select from a calender two dates that represent a period, the selection is saved in two variables, &lt;/P&gt;&lt;P&gt;The first one is called: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vMinimaFechaSeleccionada &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and the last one :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vMaximaFechaSeleccionada&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Value 1:the client is active for a particular month&lt;/P&gt;&lt;P&gt;-Value 0: the client is inactive &lt;SPAN style="font-size: 13.3333px;"&gt;for a particular month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next expression in order to resolve that, but does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;if(isnull(sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMaximaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact)),&lt;/P&gt;&lt;P&gt;0,sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMaximaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;if(isnull(sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMinimaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact)),&lt;/P&gt;&lt;P&gt;0,sum({&amp;lt;VincPymeDetalle.fechaVincPyme={'$(vMinimaFechaSeleccionada)'}&amp;gt;} VincPymeDetalle.fcliact))&lt;/P&gt;&lt;P&gt;&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the tabulation, i puted it in that way to be more friendly understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37590#M775990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage a null value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37591#M775991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample to look into please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 20:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37591#M775991</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-30T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage a null value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37592#M775992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i resolved it. Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 16:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-a-null-value/m-p/37592#M775992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-02T16:23:04Z</dc:date>
    </item>
  </channel>
</rss>

