<?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 Help! Set Analysis based of table created in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Set-Analysis-based-of-table-created-in-QV/m-p/451746#M486893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys. Hopefully I can explain this correctly. Here goes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a table for users to view. It's based on an expression, which does a count where one field is "standard60", one is "C", and one is "denial overturned".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works, and it creates the table, which is just a count where that criteria is met. The table is called "Favorable Claim Reconsiderations".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I have like, 180 records where all criteria is met (it's a "standard60", its a "C", and its a "denial overturned" record.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I have is, I'm trying to take this table and it's data, and then find out, of those records, which of them had a letter sent out in a timely fashion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is simple: =sum(apel_ltr_snt_dt) - sum([Received Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this? Can I do the first expression, then "if these are met, then do the second expression" somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully I explained this correctly. PLEASE HELP! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &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, 19 Feb 2013 18:24:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-19T18:24:31Z</dc:date>
    <item>
      <title>Help! Set Analysis based of table created in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Set-Analysis-based-of-table-created-in-QV/m-p/451746#M486893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys. Hopefully I can explain this correctly. Here goes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a table for users to view. It's based on an expression, which does a count where one field is "standard60", one is "C", and one is "denial overturned".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works, and it creates the table, which is just a count where that criteria is met. The table is called "Favorable Claim Reconsiderations".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I have like, 180 records where all criteria is met (it's a "standard60", its a "C", and its a "denial overturned" record.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I have is, I'm trying to take this table and it's data, and then find out, of those records, which of them had a letter sent out in a timely fashion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is simple: =sum(apel_ltr_snt_dt) - sum([Received Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this? Can I do the first expression, then "if these are met, then do the second expression" somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully I explained this correctly. PLEASE HELP! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &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, 19 Feb 2013 18:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Set-Analysis-based-of-table-created-in-QV/m-p/451746#M486893</guid>
      <dc:creator />
      <dc:date>2013-02-19T18:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Set Analysis based of table created in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Set-Analysis-based-of-table-created-in-QV/m-p/451747#M486894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say you are creating a table, do you mean you are creating a table in script, or that you are creating a straight table using expressions (i.e., just a chart)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will help to clarify if you post the specifics, including the expression you've used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a chart and have set analysis to restrict what is counted in your expression, you can easily extend that to reference whether you have a date in some other field.&amp;nbsp; Without seeing your data model or expressions, I am having to guess a bit, but it could be as simple as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Criteria={'Standard60'}, SomeFld={'C'}, AnotherFld={'Denial'}, DateReceived={*"}&amp;gt; FldToCount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 19:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Set-Analysis-based-of-table-created-in-QV/m-p/451747#M486894</guid>
      <dc:creator />
      <dc:date>2013-02-19T19:31:30Z</dc:date>
    </item>
  </channel>
</rss>

