<?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: Sete anlysis is not recognisiing the month year syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773695#M717832</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; Thanks a lot sir it worked&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And i renamed it as One field&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 12:26:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2021-01-12T12:26:04Z</dc:date>
    <item>
      <title>OR function for null</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773651#M717825</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a really weired output from the set anaylysis, I need ti display those ID's which ibcludes null values from either one of the column . The below condition works fine when there is value in Case ID and or INcodent ID but this ives wrong total when there is values in the both the fields . it just adds them .&amp;nbsp;&lt;/P&gt;&lt;P&gt;It shows correct ID's but doubles the total when there is values in both the fields (CASE_ID and INCIDENT_ID)&lt;/P&gt;&lt;P&gt;How can I fix this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression :&lt;/P&gt;&lt;P&gt;=&lt;BR /&gt;count({&amp;lt;Department{'HR','Sports'},Type={'Indoor'},CASE_ID-={'null'}&amp;gt;}ID)&lt;BR /&gt;+&lt;BR /&gt;count({&amp;lt;Department{'HR','Sports'},Type={'Indoor'},INCIDENT_ID-={'null'}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;in Advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 12:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773651#M717825</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-01-12T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sete anlysis is not recognisiing the month year syntax</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773675#M717826</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832"&gt;@smilingjohn&lt;/a&gt;, try creating a numeric value for year month like Year(Date) &amp;amp; Num(Month(Date), '00') as CreatedMonthYearNum, using this field it should work.&lt;/P&gt;&lt;P&gt;Also doubles quotes may be used when using comparisons:&amp;nbsp;&lt;SPAN&gt;Count({&amp;lt;Dep={'Sales'} CreatedMonthYearNum={"&amp;gt;201711"}&amp;gt;}ID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773675#M717826</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-12T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sete anlysis is not recognisiing the month year syntax</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773677#M717827</link>
      <description>&lt;P&gt;Hi Ruben ,&lt;/P&gt;&lt;P&gt;Sorry By the time I changed my post U have replied to th previous one , which I have done the way u suggested .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks For it .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please look into the latest post of mine which I holding me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773677#M717827</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-01-12T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sete anlysis is not recognisiing the month year syntax</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773680#M717828</link>
      <description>&lt;P&gt;Hi again, you can create the OR in set analysis as:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count(&amp;lt;Department{'HR','Sports'},Type={'Indoor'},CASE_ID-={'null'}&amp;gt;+&amp;lt;Department{'HR','Sports'},Type={'Indoor'},INCIDENT_ID-={'null'}&amp;gt;} JIRA_KEY_ID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773680#M717828</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-12T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sete anlysis is not recognisiing the month year syntax</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773684#M717829</link>
      <description>&lt;P&gt;Now that I see it... there are 2 different fields you want to count? can't it be summarized using only one field?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773684#M717829</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-12T11:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sete anlysis is not recognisiing the month year syntax</title>
      <link>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773695#M717832</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp; Thanks a lot sir it worked&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And i renamed it as One field&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 12:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-function-for-null/m-p/1773695#M717832</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-01-12T12:26:04Z</dc:date>
    </item>
  </channel>
</rss>

