<?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 Data-comparision in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288534#M1201475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bnirgude,&lt;/P&gt;&lt;P&gt;ok i will send you the files on your email. Thank you a lot for helping me!!!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 14:27:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-15T14:27:36Z</dc:date>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288526#M1201467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a comparison-data-load-problem. I must load monthly project-data in form of excel-files.Therefor i must compare the field "actual cost" with each file. so for example i have the month July and June. In June the actual cost was about 1000 $ and in July about 1500$ dollar. So when i add loading the new monthly excel-file for July, then the programm should replace the old fieldvalue of actual cost(from June) which was about 1000$ and should set an new fieldvalue with the new value of 1500$.&lt;/P&gt;&lt;P&gt;Can i anybody help me please by solving my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288526#M1201467</guid>
      <dc:creator />
      <dc:date>2010-11-12T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288527#M1201468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;&lt;/H2&gt;&lt;H2&gt;Hi ,&lt;/H2&gt;&lt;H2&gt;If I get you correct you are basically looking for insert + update function during loading .&lt;/H2&gt;&lt;P&gt;You can check HELP to know more about it .&lt;/P&gt;&lt;P&gt;I pasted sample code below for your quick reference.&lt;/P&gt;&lt;H2&gt;Insert and Update&lt;A id="Insert_and_Update" name="Insert_and_Update"&gt;&lt;/A&gt;. (No Delete)&lt;/H2&gt;&lt;H2&gt;Script example:&lt;/H2&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;QV_Table:&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#;&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;WHERE NOT Exists(PrimaryKey);&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288527#M1201468</guid>
      <dc:creator />
      <dc:date>2010-11-12T11:54:28Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288528#M1201469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhushan,&lt;/P&gt;&lt;P&gt;first i want to thank you very much for answering and helping me. There is a little problem that i have by understanding your code cause my datas are only in form of excel and not like a database. so is it possible to match this code for using excel files. see, i have one excel file in june and then i want to update the existent data with the data files from july. so i have a monthly update and replace when i have different values for the actual cost field. i hope you can understand me:)))&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;dilan(but not like dylan) so i ´m a girl and not a boy;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288528#M1201469</guid>
      <dc:creator />
      <dc:date>2010-11-12T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288529#M1201470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;It will work with your excel files too. Just need to do some coding .&lt;/P&gt;&lt;P&gt;If you can share sample data , i can work on sample code for your reference.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 13:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288529#M1201470</guid>
      <dc:creator />
      <dc:date>2010-11-12T13:31:58Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288530#M1201471</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;i would send you two excel_files if you want to give me your email adress, cause i try to paste a view of document here, but it is not really coherent:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 13:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288530#M1201471</guid>
      <dc:creator />
      <dc:date>2010-11-12T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288531#M1201472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another possible way to look at this problem:&lt;/P&gt;&lt;P&gt;Store the field as a Year-to-Date (YTD) value. At the time of presentation, use Set Analysis to subtract current month's YTD value with previous month's YTD value and arrive at the current month's actual value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288531#M1201472</guid>
      <dc:creator>malhaar</dc:creator>
      <dc:date>2010-11-12T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288532#M1201473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;HI&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288532#M1201473</guid>
      <dc:creator />
      <dc:date>2010-11-15T06:21:42Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288533#M1201474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;you can forward me your sample files to bnirgude @ gmail . com&lt;/P&gt;&lt;P&gt;I will work on them &amp;amp; send you QVW through this forum thread .&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288533#M1201474</guid>
      <dc:creator />
      <dc:date>2010-11-15T06:23:52Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288534#M1201475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bnirgude,&lt;/P&gt;&lt;P&gt;ok i will send you the files on your email. Thank you a lot for helping me!!!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 14:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288534#M1201475</guid>
      <dc:creator />
      <dc:date>2010-11-15T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288535#M1201476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;Please find the attached application and i hope this will help you to understand how to implement .&lt;/P&gt;&lt;P&gt;I am sending you complete folder . I placed arbitatory "project_id".&lt;/P&gt;&lt;P&gt;Let me know if you have any doubts on the same .&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288535#M1201476</guid>
      <dc:creator />
      <dc:date>2010-11-16T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288536#M1201477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello bhushan,&lt;/P&gt;&lt;P&gt;thank you very much for your support and for helping me. But i think i´m not allowed to open the file with the ending .qvw cause i use the personel edition and i think i get problems with the licence if i open your file ( as far as i know external files from other user are not allowed to use for a personel user like me). Perhaps you can explain me the rigth way to solve my problem or send me the code you have implement in form of .txt Thank you again and again for helping me.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 14:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288536#M1201477</guid>
      <dc:creator />
      <dc:date>2010-11-16T14:24:51Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288537#M1201478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;No Probs ...&lt;/P&gt;&lt;P&gt;I am attaching the code IN word format .&lt;/P&gt;&lt;P&gt;Simply copy this code &amp;amp; put it in your QV Doc.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan N&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;BR /&gt;&lt;BR /&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;&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 05:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288537#M1201478</guid>
      <dc:creator />
      <dc:date>2010-11-17T05:46:57Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288538#M1201479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh bhushan,&lt;/P&gt;&lt;P&gt;you are a hero:) thank you very much..again and again...i will just try it with the code and wil tell you about the result!&lt;/P&gt;&lt;P&gt;thank you very very much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288538#M1201479</guid>
      <dc:creator />
      <dc:date>2010-11-17T09:35:59Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288539#M1201480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;You are always welcome&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288539#M1201480</guid>
      <dc:creator />
      <dc:date>2010-11-17T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288540#M1201481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again hi to you bhushan,&lt;/P&gt;&lt;P&gt;first i want to tell you that your code is really perfect:) THANKS!!&lt;/P&gt;&lt;P&gt;and second is, do you now how to set indicators in qlikview, for watching field values and working as a kind of alarms like a signal light:)&lt;/P&gt;&lt;P&gt;for example: if a current field value is over 1000$ than drop an exception for warning the user or the field will lighten in RED or something like this. i just try it with the alarm function in qlikview but i haven´t done it very well i think cause it is not working perfectly...&lt;/P&gt;&lt;P&gt;i hope you understand me:))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 12:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288540#M1201481</guid>
      <dc:creator />
      <dc:date>2010-11-17T12:11:37Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288541#M1201482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;Check this one .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288541#M1201482</guid>
      <dc:creator />
      <dc:date>2010-11-17T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288542#M1201485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh yeah,&lt;/P&gt;&lt;P&gt;but i'm not allowed to open your .qvw file:(&lt;/P&gt;&lt;P&gt;perhaps you can tell me how you do it??&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 14:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288542#M1201485</guid>
      <dc:creator />
      <dc:date>2010-11-17T14:05:32Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288543#M1201487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 14:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288543#M1201487</guid>
      <dc:creator />
      <dc:date>2010-11-17T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288544#M1201489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bnirgude,&lt;/P&gt;&lt;P&gt;i think you sent the same file twice. they have the both ending with .qvw and i´m still not allowed to open them as a personel enduser:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 15:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288544#M1201489</guid>
      <dc:creator />
      <dc:date>2010-11-17T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Data-comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288545#M1201491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilan ,&lt;/P&gt;&lt;P&gt;Sorry i missed that you are having personal edition .&lt;/P&gt;&lt;P&gt;You can follow below steps.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stpe-1) You can create an expression .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step-2) Chart ---&amp;gt; Properties ---&amp;gt; Expressions ---&amp;gt;Display Options --- &amp;gt; Representation --------------------- change it to "Image"&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Stpe-3) &amp;amp; paste below mention code in Definition .&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;if&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;(&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;( &lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; Sum ([Projectcost (actual)])&amp;lt;1000,'qmem:&lt;B&gt;//&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png')&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;Cheers ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bhushan N&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 06:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-comparision/m-p/288545#M1201491</guid>
      <dc:creator />
      <dc:date>2010-11-18T06:14:17Z</dc:date>
    </item>
  </channel>
</rss>

