<?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: Need help with Data in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1599331#M738316</link>
    <description>&lt;P&gt;= num( sum( {$&amp;lt;[aktive Vertragsposition]={1}, isFiktivesModell={0}, virtuellePosition={0}, [Kündigungsdatum Vertragsposition]={'&amp;gt;=$(=Date(Today()))'} ,&lt;STRONG&gt;RowID&lt;/STRONG&gt;={"=Len([Kündigungsdatum Vertragsposition])=0"}&amp;gt;} [Zähler (Gerät)])&lt;/P&gt;&lt;P&gt;Unfortunately this doesn't work. The result is the same...&lt;/P&gt;&lt;P&gt;What could be a possible if-condition?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 08:47:49 GMT</pubDate>
    <dc:creator>MH_Newbie</dc:creator>
    <dc:date>2019-07-05T08:47:49Z</dc:date>
    <item>
      <title>Need help with Data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1598494#M738314</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;I need help with some Data in Set analysis.&lt;BR /&gt;I want to see all machines which are currently in a contract. Some of them have a termination date (Field "[Kündigungsdatum Vertragsposition]") already but most of them not.&lt;BR /&gt;The conditions are:&lt;/P&gt;&lt;P&gt;[Kündigungsdatum Vertragsposition] is null OR [Kündigungsdatum Vertragsposition] &amp;gt;= today()&lt;/P&gt;&lt;P&gt;With my following Set Analysis I just get every machine with a termination date greater than today:&lt;/P&gt;&lt;P&gt;= num(&lt;BR /&gt;sum( {$&amp;lt;[aktive Vertragsposition]={1}, isFiktivesModell={0}, virtuellePosition={0}, [Kündigungsdatum Vertragsposition]={'&amp;gt;=$(=Date(Today()))'} + {''} &amp;gt;} [Zähler (Gerät)])&lt;BR /&gt;, '#.##0')&lt;/P&gt;&lt;P&gt;How can I get the other machines without any termination date?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1598494#M738314</guid>
      <dc:creator>MH_Newbie</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1598828#M738315</link>
      <description>&lt;P&gt;= num( sum( {$&amp;lt;[aktive Vertragsposition]={1}, isFiktivesModell={0}, virtuellePosition={0}, [Kündigungsdatum Vertragsposition]={'&amp;gt;=$(=Date(Today()))'} ,&lt;STRONG&gt;RowID&lt;/STRONG&gt;={"=Len([Kündigungsdatum Vertragsposition])=0"}&amp;gt;} [Zähler (Gerät)])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where RowID is your primary key value in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, use if condition&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1598828#M738315</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2019-07-03T19:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1599331#M738316</link>
      <description>&lt;P&gt;= num( sum( {$&amp;lt;[aktive Vertragsposition]={1}, isFiktivesModell={0}, virtuellePosition={0}, [Kündigungsdatum Vertragsposition]={'&amp;gt;=$(=Date(Today()))'} ,&lt;STRONG&gt;RowID&lt;/STRONG&gt;={"=Len([Kündigungsdatum Vertragsposition])=0"}&amp;gt;} [Zähler (Gerät)])&lt;/P&gt;&lt;P&gt;Unfortunately this doesn't work. The result is the same...&lt;/P&gt;&lt;P&gt;What could be a possible if-condition?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 08:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1599331#M738316</guid>
      <dc:creator>MH_Newbie</dc:creator>
      <dc:date>2019-07-05T08:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Data in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1599392#M738317</link>
      <description>&lt;P&gt;To fetch NULL within the set analysis is difficult and couldn't be done on the field itself else it will need an indirect set analysis - therefore the suggestion from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49598" target="_self"&gt; sasiparupudi1&lt;/A&gt; to use another field for it. But in the way it's applied the conditions have an AND connection which could be never true - else it needs an OR connection.&lt;/P&gt;&lt;P&gt;I think it should be possible to develop such an approach but I would rather try to reverse the logic with something like:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;[Kündigungsdatum Vertragsposition] &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/FONT&gt;= {&lt;STRONG&gt;"&lt;FONT color="#FF0000"&gt;&amp;lt;&lt;/FONT&gt;&lt;/STRONG&gt;$(=Date(Today()))&lt;STRONG&gt;"&lt;/STRONG&gt;} ...&lt;/P&gt;&lt;P&gt;Maybe even better as that might be to fill these NULL's with real values within the script - in your case maybe with the 31.12.9999. With it those records will be selectable again and your statement of:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;[Kündigungsdatum Vertragsposition] = {&lt;STRONG&gt;"&lt;FONT color="#000000"&gt;&amp;gt;=&lt;/FONT&gt;&lt;/STRONG&gt;$(=Date(Today()))&lt;STRONG&gt;"&lt;/STRONG&gt;} ...&lt;/P&gt;&lt;P&gt;should work like expected. In other cases those dummy-values could be directly accessed to in- or exclude them - and should they really disturb anything you could apply it on an extra field.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 11:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Data-in-Set-Analysis/m-p/1599392#M738317</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-05T11:12:19Z</dc:date>
    </item>
  </channel>
</rss>

