<?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 Show customer cases created in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214712#M68226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula looks alright so I would recommend verifying the format of CaseCreateDate to make sure it is being considered a dual data type (date and number). Just do a num(CaseCreateDate) and it should return a number corresponding to the date and not null.&lt;/P&gt;&lt;P&gt;After that I would copy the formula to an text object the just start taking the formula apart and test each part of it to see where the error might be.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Dec 2010 18:53:48 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-12-07T18:53:48Z</dc:date>
    <item>
      <title>how to Show customer cases created</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214709#M68223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to Show CRM customer cases created, only if they are more than 5 new cases for A customer in the last week compared to today's Date&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;if Cases for a customer opened/created in the 7 days compared to today's date and are more than 5 in number for that customer = Show.&lt;/P&gt;&lt;P&gt;Ideally a pop up to the user or an alert if the condition is met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in anticipation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 01:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214709#M68223</guid>
      <dc:creator />
      <dc:date>2010-12-07T01:59:20Z</dc:date>
    </item>
    <item>
      <title>how to Show customer cases created</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214710#M68224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully your CRM system gives you a Create Date field and then you can write a simple expression like the following to count the number of create dates within the 7-day range and insert it in the conditional show field in the layout tab and in the condition field in the Tools-&amp;gt;Alerts window.&lt;/P&gt;&lt;P&gt;count(if(Create_Date&amp;gt;=today()-7 and Create_Date &amp;lt; today(), Create_Date))&amp;gt;5&lt;/P&gt;&lt;P&gt;If you don't have a create date field then tell us what data you do have to see where we go from there.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 03:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214710#M68224</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-07T03:29:22Z</dc:date>
    </item>
    <item>
      <title>how to Show customer cases created</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214711#M68225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your response,&lt;/P&gt;&lt;P&gt;the create date field is CaseCreateDate&lt;/P&gt;&lt;P&gt;My Condition is&lt;/P&gt;&lt;P&gt;=count(if(CaseCreateDate&amp;gt;=today()-7 and CaseCreateDate&amp;lt; today(), CaseCreateDate))&amp;gt;5&lt;/P&gt;&lt;P&gt;as soon as i apply, the table disappears, i even removed the &amp;gt;5 condition, and there are cases created in the last seven days.&lt;/P&gt;&lt;P&gt;Not sure where i am going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 04:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214711#M68225</guid>
      <dc:creator />
      <dc:date>2010-12-07T04:48:22Z</dc:date>
    </item>
    <item>
      <title>how to Show customer cases created</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214712#M68226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula looks alright so I would recommend verifying the format of CaseCreateDate to make sure it is being considered a dual data type (date and number). Just do a num(CaseCreateDate) and it should return a number corresponding to the date and not null.&lt;/P&gt;&lt;P&gt;After that I would copy the formula to an text object the just start taking the formula apart and test each part of it to see where the error might be.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 18:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214712#M68226</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-07T18:53:48Z</dc:date>
    </item>
    <item>
      <title>how to Show customer cases created</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214713#M68227</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;Thanks, with a couple of changes as per the script, it worked.&lt;/P&gt;&lt;P&gt;Now my next mission is to create pop up or email alerts if this condition is met so that the account manager is reminded to go and do something with that information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;BR /&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 23:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-Show-customer-cases-created/m-p/214713#M68227</guid>
      <dc:creator />
      <dc:date>2010-12-15T23:45:30Z</dc:date>
    </item>
  </channel>
</rss>

