<?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: compare value in two chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821575#M289614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you join (in load) the 2 source, excel and sql, you get one table with all the fields&lt;/P&gt;&lt;P&gt;then with a resident load you can flag record in sql not in excel, in excel not in sql, etc......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 16:25:36 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-03-30T16:25:36Z</dc:date>
    <item>
      <title>compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821574#M289613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SQL database I have a chart with ID, name, and firstname, and in an another chart from Excel file I have ID, name1 and firstname1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have in a new chart the value present (ID, name, firstname) in excel file but not on the sql database, someone I have an idea how to do? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821574#M289613</guid>
      <dc:creator>realpixel</dc:creator>
      <dc:date>2015-03-30T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821575#M289614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you join (in load) the 2 source, excel and sql, you get one table with all the fields&lt;/P&gt;&lt;P&gt;then with a resident load you can flag record in sql not in excel, in excel not in sql, etc......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821575#M289614</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-30T16:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821576#M289615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have SQL and excel in different tables linked by ID, you can create a chart with dimension:ID and expressions:&lt;/P&gt;&lt;P&gt;=if(isnull(name),name1) &lt;/P&gt;&lt;P&gt;=if(isnull(name),firstname1)&lt;/P&gt;&lt;P&gt;to list only the ID that are missing in the SQL table (=name is null).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821576#M289615</guid>
      <dc:creator />
      <dc:date>2015-03-30T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821577#M289616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply but I have always a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find attached a part of my QV file, I replaced Excel file by inline table named (ExtractExcelFiles).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I done a selection by service (ATELIERS) and by years, month, and day I need to have the difference between tables "Table" (matricule, nom, prenom) and table "ExtractExcelFiles" (matricule, NOMS1, PRENOMS1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for date 24/03/2015:&lt;/P&gt;&lt;P&gt;-&amp;nbsp; On chart "LISTE PRESENTS" I have 53 present employees, the total of employees present in&amp;nbsp; "ExtractExcelFiles" table is 91&lt;/P&gt;&lt;P&gt;- Now on Chart "LISTE ABSENTS" in need to have the difference of total employees and "LISTES PRESENTS" : 91 - 53 = 38 whith matricule, NOMS1 and PRENOMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how to do, mayde someone can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 09:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821577#M289616</guid>
      <dc:creator>realpixel</dc:creator>
      <dc:date>2015-04-03T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821578#M289617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By selecting dates you effectively exclude the persons you want in "LISTE ABSENTS", so you want to ignore all date selections:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;{$&amp;lt;Année=,Mois=,CalendarWeek=,CalendarDay=,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Then matricule must not be in a list of matricule1s. In this set you want to take into account your date selections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;matricule = {'*'} -{$(=concat({$}distinct matricule1,','))}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Try it out. Hope it's what you are looking for.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Count({$&amp;lt;Année=,Mois=,CalendarWeek=,CalendarDay=, matricule = {'*'} -{$(=concat({$}distinct matricule1,','))}&amp;gt;}NOMS1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 21:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821578#M289617</guid>
      <dc:creator />
      <dc:date>2015-04-05T21:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: compare value in two chart</title>
      <link>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821579#M289618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you t h for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 10:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-value-in-two-chart/m-p/821579#M289618</guid>
      <dc:creator>realpixel</dc:creator>
      <dc:date>2015-04-07T10:56:53Z</dc:date>
    </item>
  </channel>
</rss>

