<?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: problem of  analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445916#M166349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where / in which context are you using this expression? In a chart with what dimensions?&lt;/P&gt;&lt;P&gt;It might be easier to understand your issue if you could post your data layout (e.g. as INLINE tables posted here, or Excel tables or a small sample app) and your requested outcome (could also be an excel or an HTML table posted here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a simple case, I could think of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=Count(&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;{&amp;lt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;HOMO_PROGRAMAS.GrupoPrograma={'HIPERTENSOS','DIABETES'}, &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;MOVIMIENTOS.ClaseMovimiento={'A','AE','HP','IA','HE','H8'}&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;gt;}&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;EPISODIOS.CodigoPaciente)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 21:04:28 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-10-23T21:04:28Z</dc:date>
    <item>
      <title>problem of  analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445915#M166348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to work in a new indicator of my company, this company works in&amp;nbsp; health industry. this new requirement is about the urgency and hospitalization when the patients also has Diabetes or hypertension, then, in a table, i have all movements of each patient eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;patient: pepita perez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Movements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind of movements: emergency &lt;/P&gt;&lt;P&gt;date: 20120301&lt;/P&gt;&lt;P&gt;cod: CM_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind of movements:&lt;/P&gt;&lt;P&gt;kind of movements: date control of hypertension&lt;/P&gt;&lt;P&gt;date: 201204&lt;/P&gt;&lt;P&gt;cod:CM_0003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to use set analysis in this case but, didn't work&lt;/P&gt;&lt;P&gt;this is my expression: &lt;/P&gt;&lt;P&gt;=Count({&amp;lt;HOMO_PROGRAMAS.GrupoPrograma={'HIPERTENSOS','DIABETES'} -------- patients in Hypertension or diabetes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(EPISODIOS.CodigoPaciente= Aggr(ONLY(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;MOVIMIENTOS.ClaseMovimiento={'A','AE','HP','IA','HE','H8'}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------patients in emergency or hospitalization&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;} EPISODIOS.CodigoPaciente), EPISODIOS.CodigoPaciente)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , EPISODIOS.CodigoPaciente))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they didn't work because the same person can go to urgency more times in a same period, and i have to count all the times, this expression only returns one urgency or hospitalization in a period.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me, i need that &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;&lt;/P&gt;&lt;P&gt;pd: sorry for my english, i try to learn this language&amp;nbsp;&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 20:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445915#M166348</guid>
      <dc:creator />
      <dc:date>2012-10-23T20:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem of  analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445916#M166349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where / in which context are you using this expression? In a chart with what dimensions?&lt;/P&gt;&lt;P&gt;It might be easier to understand your issue if you could post your data layout (e.g. as INLINE tables posted here, or Excel tables or a small sample app) and your requested outcome (could also be an excel or an HTML table posted here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a simple case, I could think of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=Count(&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;{&amp;lt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;HOMO_PROGRAMAS.GrupoPrograma={'HIPERTENSOS','DIABETES'}, &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;MOVIMIENTOS.ClaseMovimiento={'A','AE','HP','IA','HE','H8'}&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;gt;}&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;EPISODIOS.CodigoPaciente)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445916#M166349</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-23T21:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem of  analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445917#M166350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is that i need two filters or two sets of information, first&amp;nbsp; i need all people that had a emergency or hospitalizacion in a period of time and of this patients i need the people who are diabetics or hipertensive. i can't to load this aplication or my data because is of SAP, and my aplication is heavy and for test this expression need many data.&lt;/P&gt;&lt;P&gt;and when i use your expression, don't work because qv forgets the previous condicion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between my expression, i have other problem that i post in the forum... i need count all people who has a movements or atencion and consult in other database if this people are active in a period of time corresponding of the movement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445917#M166350</guid>
      <dc:creator />
      <dc:date>2012-10-23T21:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem of  analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445918#M166351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to post your real data here, just some few lines of sample data / mock-up data. The sample should match your data layout as closely as possibly (that's probably the tricky part, to create a sample that matches your real, much more complex setting) but with a minimum of unneeded complexity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you've got patients, you've got movements or observations. What are the tables / fields involved? How are these tables linked in QV? How do these records look like (just some lines of fake data)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And based on that sample data: What do you want to see as resulting table (using what dimensions?)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445918#M166351</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-23T21:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem of  analysis</title>
      <link>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445919#M166352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is part of my application, just has 10 records. i don't need a table, i need three data... a numerator, a denominator and a result, this informacion is about all data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorena &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-of-analysis/m-p/445919#M166352</guid>
      <dc:creator />
      <dc:date>2012-10-23T21:42:42Z</dc:date>
    </item>
  </channel>
</rss>

