<?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 An issue with the expression in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279482#M103996</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;&lt;SPAN style="font-size: 8pt;"&gt;LOAD INCIDENT_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_CREATION_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_REPORTING_PERSON as REPORTING_PERSON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_TITLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM \\REPORTS\QlikView\Data\V_INCIDENTS.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(qvd); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD&amp;nbsp; RFC_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CREATION_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_REPORTING_PERSON as REPORTING_PERSON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_TITLE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CLOSED_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CLOSED_YEAR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM \\REPORTS\QlikView\Data\V_RFCS.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(qvd); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a report that contains two table charts. Each table has an expression.&lt;BR /&gt;The result of the left chart is correct, the problem i have with the right chart is that&amp;nbsp; I added an expression but i'm affraid there is an issue with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of the right box should only be available when &lt;/P&gt;&lt;P&gt;1) The requestor in both charts are the same&lt;/P&gt;&lt;P&gt;2) if the name is the same then list all records where the creation date is within a time span of 50 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(REPORTING_PERSON, (INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 50)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried: If(INC_REPORTING_PERSON = RFC_REPORTING_PERSON, (INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 50)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the last case when I reload, my qlikview crashes.&lt;BR /&gt;Does anyone know what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 16:41:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-16T16:41:57Z</dc:date>
    <item>
      <title>An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279482#M103996</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;&lt;SPAN style="font-size: 8pt;"&gt;LOAD INCIDENT_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_CREATION_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_REPORTING_PERSON as REPORTING_PERSON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INC_TITLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM \\REPORTS\QlikView\Data\V_INCIDENTS.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(qvd); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD&amp;nbsp; RFC_NUMBER,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CREATION_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_REPORTING_PERSON as REPORTING_PERSON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_TITLE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CLOSED_DATE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RFC_CLOSED_YEAR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM \\REPORTS\QlikView\Data\V_RFCS.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(qvd); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a report that contains two table charts. Each table has an expression.&lt;BR /&gt;The result of the left chart is correct, the problem i have with the right chart is that&amp;nbsp; I added an expression but i'm affraid there is an issue with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of the right box should only be available when &lt;/P&gt;&lt;P&gt;1) The requestor in both charts are the same&lt;/P&gt;&lt;P&gt;2) if the name is the same then list all records where the creation date is within a time span of 50 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(REPORTING_PERSON, (INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 50)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried: If(INC_REPORTING_PERSON = RFC_REPORTING_PERSON, (INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 50)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the last case when I reload, my qlikview crashes.&lt;BR /&gt;Does anyone know what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 16:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279482#M103996</guid>
      <dc:creator />
      <dc:date>2012-01-16T16:41:57Z</dc:date>
    </item>
    <item>
      <title>An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279483#M103997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already have linked the two tables by REPORTING_PERSON, so I think there is no need to check for the same person, just use as expression:&lt;/P&gt;&lt;P&gt;=If(INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 50), 1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 17:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279483#M103997</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-16T17:23:23Z</dc:date>
    </item>
    <item>
      <title>An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279484#M103998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I did at first as well, but the problem is that the right box is showing records where same requestor doesn't even exist in the left box. It should only show the records where requestor is the same in both cases&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 12:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279484#M103998</guid>
      <dc:creator />
      <dc:date>2012-01-18T12:50:25Z</dc:date>
    </item>
    <item>
      <title>An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279485#M103999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you give an example (e.g. Requester name) for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279485#M103999</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279486#M104000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Right box I used the following as expression:&lt;/P&gt;&lt;P&gt;=If(INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 14), 1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the overview incidents we have Requester: 'Beauduin Tim'&lt;/P&gt;&lt;P&gt;-&amp;gt; In the overview renewal hardware (right box)&amp;nbsp; that name isn't even listed. So that isn't correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the overview Renewal Hardware box we have requester 'PIRE Delphine'&lt;/P&gt;&lt;P&gt;-&amp;gt; in the right box records are available for that name. This is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279486#M104000</guid>
      <dc:creator />
      <dc:date>2012-01-18T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279487#M104001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your left box is already filtered, I think you need to apply the filter also to the right box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;STRONG&gt;RFC_TITLE like '*renewal*hardware*' and RFC_CLOSED_YEAR = '2011'&lt;/STRONG&gt;,if(INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 14),1,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get only four records back, including PIRE Delphine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279487#M104001</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279488#M104002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably more performant and is returning some more records, to my surprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only ({&amp;lt;RFC_TITLE={"*renewal*hardware*"},RFC_CLOSED_YEAR={2011},INCIDENT_NUMBER ={"=INC_CREATION_DATE &amp;gt; RFC_CLOSED_DATE and INC_CREATION_DATE &amp;lt; (RFC_CLOSED_DATE + 14)"} &amp;gt;} INC_TITLE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 14:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279488#M104002</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T14:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: An issue with the expression in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279489#M104003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what i wanted. Many thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 14:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/An-issue-with-the-expression-in-a-chart/m-p/279489#M104003</guid>
      <dc:creator />
      <dc:date>2012-01-18T14:18:50Z</dc:date>
    </item>
  </channel>
</rss>

