<?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: New Field Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162921#M915214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first bracket still red &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 18:54:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-27T18:54:10Z</dc:date>
    <item>
      <title>New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162913#M915206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need&amp;nbsp; to build the flowing graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/126058_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filed i have also includes other dates that i wont be using (like 10/1/2016 and so on), I only need to count late 30, late 60 and late 90. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to create a new field using only "late" dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126057_Capture.PNG" style="height: auto;" /&gt;&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/New-Field-Help/m-p/1162913#M915206</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162914#M915207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using if statement, may be along these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Date - Today() &amp;gt; 90, '90 Days Late',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Date - Today() &amp;gt; 60, '60 Days Late',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Date - Today() - 30, '30 Days Late'))) as Late_Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162914#M915207</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T16:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162915#M915208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is no need to create a new field. Use set analysis to restrict dimension values to three specific values only, like in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;=count({&amp;lt;[Expected Remediation Date] *= {'30 Days LATE', '60 Days LATE', '90 Days LATE'}&amp;gt;} WhateverYouLikeToCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: in set analysis, *= is the combined intersection assignment operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162915#M915208</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-27T16:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162916#M915209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;30 60 and 90 is already in the table, i do not need to define from today. how would i write without it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162916#M915209</guid>
      <dc:creator />
      <dc:date>2016-05-27T16:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162917#M915210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind the warnings from the syntax checker. The syntax checker is broken; it doesn't understand compound operators like *= but they do work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 17:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162917#M915210</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-27T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162918#M915211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would set analysis work if I add another conditions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[Expected Remedition Date]*= {'30 Days LATE','60 Days LATE', '90 Days LATE'}&amp;gt;}{&amp;lt;[Plan_2016]*= {1}&amp;gt;}{&amp;lt;[Vendor Type]*= {'Quality Systems}&amp;gt;}[Expected Remedition Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162918#M915211</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162919#M915212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my first bracket is highlighted red&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162919#M915212</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162920#M915213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count({&amp;lt;[Expected Remedition Date] *= {'30 Days LATE', '60 Days LATE', '90 Days LATE'}, [Plan_2016] *= {1}, [Vendor Type] *= {'Quality Systems}&amp;gt;}[Expected Remedition Date])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162920#M915213</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162921#M915214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first bracket still red &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162921#M915214</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162922#M915215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which bracket are you talking about? Can you highlight it with Red in your next response?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162922#M915215</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162923#M915216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="79" src="https://community.qlik.com/legacyfs/online/126086_Capture.PNG" style="height: 79px; width: 1399.43px;" width="1399" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162923#M915216</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162924#M915217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a missing single quote here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count({&amp;lt;[Expected Remedition Date] *= {'30 Days LATE', '60 Days LATE', '90 Days LATE'}, [Plan_2016] *= {1}, [Vendor Type] *= {'Quality Systems&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;'&lt;/SPAN&gt;}&amp;gt;}[Expected Remedition Date])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 19:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162924#M915217</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T19:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162925#M915218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp; for all the help in the past few days!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 19:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162925#M915218</guid>
      <dc:creator />
      <dc:date>2016-05-27T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162926#M915219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the operator if we want to count values other than the one listed for remediation date:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6667px;"&gt;=count({&amp;lt;[Expected Remediation Date] *= {'30 Days LATE', '60 Days LATE', '90 Days LATE'}&amp;gt;} WhateverYouLikeToCount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6667px;"&gt;I looked old posts that said we can use -= or =- but none of that worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162926#M915219</guid>
      <dc:creator />
      <dc:date>2016-05-31T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162927#M915220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;WhateverYouLikeToCount = e({&amp;lt;&lt;/SPAN&gt;[Expected Remediation Date] = {'30 Days LATE', '60 Days LATE', '90 Days LATE'}&amp;gt;})&amp;gt;} WhateverYouLikeToCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162927#M915220</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Help</title>
      <link>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162928#M915221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;I figured out that the reason why -= was not working was because of the nulls in the data. Those records are getting excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your syntax above and got the same result. Is there a way to make sure that the records with null values also get counted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 16:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Field-Help/m-p/1162928#M915221</guid>
      <dc:creator />
      <dc:date>2016-05-31T16:21:43Z</dc:date>
    </item>
  </channel>
</rss>

