<?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: How to remove circular reference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399635#M1155868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have achieved this requirement by using the expression suggested by steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the modified file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the 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;~Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 09:13:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-09T09:13:35Z</dc:date>
    <item>
      <title>How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399621#M1155854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am facing a problem in creating a datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables xxx and yyy, I am creating a date table using the date field from yyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In xxx table I have two fields which represents date like Datefrom and Dateto. Now I need to link xxx and yyy table using the key company as well need to do interval match between xxx and yyy as if I select date in yyy I need to show the ranging date in xxx using the Datefrom and Dateto fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this situation I am getting a circular reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual requirement is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select a Date from table "yyy", then I need to show the relevant date range (datefrom &amp;amp; dateto) from "xxx". As well as the fields taken from "xxx" should change according to any selection in the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest me a way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;~Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399621#M1155854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T11:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399622#M1155855</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;I have removed the circular reference using left join. I have attached the sample file of it (sample of my actual appln).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a clarification that. Will it create any perfomance issue if we have a datamodel as I have in the attached file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data I am using is of 10gb and it is taking more time in IntervalMatch step and after an hour the application got closed and asks like "Reload with old data" like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is working fine with less data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 06:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399622#M1155855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399623#M1155856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello leni,&lt;/P&gt;&lt;P&gt; Will you please try this with alias method. In your case, Alias the date field coming from YYY table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Date as Date_YYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly rename the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 08:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399623#M1155856</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2013-04-04T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399624#M1155857</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;Please see the attached file, it may help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 09:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399624#M1155857</guid>
      <dc:creator />
      <dc:date>2013-04-04T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399625#M1155858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if I rename it then my purpose will not work right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;If I select a Date from table "yyy", then I need to show the relevant date range (datefrom &amp;amp; dateto) from "xxx". As well as the fields taken from "xxx" should change according to any selection in the application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;I want my application to work as my attached file (it is in my previous discussion)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Leni&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 11:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399625#M1155858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399626#M1155859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &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;In your application only two tables are there but in my requirement I have one more table where we have all date manipulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to achieve the same using that table also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 11:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399626#M1155859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399627#M1155860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also add third table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXX:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM, TO, Value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/04/2013, 05/04/2013, abc&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;YYY:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,company&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04/04/2013, X&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;IntervalMatch (Date) LOAD FROM, TO Resident XXX;&lt;/P&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; Date,&lt;BR /&gt; Year(Date) as Year,&lt;BR /&gt; Month(Date) As Month&lt;BR /&gt;Resident&lt;BR /&gt; YYY&lt;BR /&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399627#M1155860</guid>
      <dc:creator />
      <dc:date>2013-04-04T12:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399628#M1155861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the above one the tables are joined only using Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed the circular reference now. but now my requirement is if I reload the application with less data it is working fine but if I reload the application with whole data (i.e., 10gb data) it ends with a message like "Reload with old data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my above discussion I have attached a sample which has my logic used in my main application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to know the reason why the application got closed and getting a message like&amp;nbsp; "Reload with old data" if I reload with full data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time &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;~Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399628#M1155861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T13:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399629#M1155862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Leni,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have seen your data model for the sample application which you have posted.&lt;/P&gt;&lt;P&gt;It has a Synthetic Key for Date_from, Date_To and Key_Date (See the image below)&amp;nbsp; Please see $Syn 1 table.&lt;/P&gt;&lt;P&gt;Yes, it will make performance/data issue. Please avoid the synthetic keys by Qualify statement or by Alias method, it will also resolve the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Syn_Key.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/36086_Syn_Key.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399629#M1155862</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2013-04-04T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399630#M1155863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only join table 'xxx' and 'yyy' on the company field.&amp;nbsp; Rename your date fields to xxx_date and yyy_date to avoid joining and creating a circular reference.&amp;nbsp; To associate the dates use a set statement like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;yyy_date= {'&amp;gt;=$(=MIN(xxx_date))&amp;lt;=$(=Max(xxx_date)}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used MIN and MAX in case there is a timestamp associated to the date so it will give you the entire day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no timestamp you could simply use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;yyy_date= xxx_date&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 15:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399630#M1155863</guid>
      <dc:creator />
      <dc:date>2013-04-04T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399631#M1155864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your solution &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;But in my case I am not using expression. It is like I will be having a button to swap between different type of date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially I will show the date from "yyy" table and will make selection on that date field and click on the button to change to the objects using date from "xxx" table. So in table yyy if I select 2013-01-27 date and change to the "xxx" table date, it will have a multi-box which will show the date range like "2013-01-15 - 2013-02-28".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this only I have used IntervalMatch, whether we can use anything else to achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample on how it will work in layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leni Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 05:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399631#M1155864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-05T05:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399632#M1155865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Leni,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Still your data model is having Synthetic keys. (Please see the image which I had posted to your reply)&lt;/P&gt;&lt;P&gt;You can rename your fields of date which are coming from XXX and YYY table. Avoid the synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can use Set Analysis for the same instead of intervalmatch. (Steve has mentioned in the above post).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 05:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399632#M1155865</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2013-04-05T05:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399633#M1155866</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;Varify resource utilization, if ram usage is more,&amp;nbsp; then try to drop tables that are no longer used in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 06:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399633#M1155866</guid>
      <dc:creator />
      <dc:date>2013-04-05T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399634#M1155867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help by modifying my sample using set analysis?? As I don't know how to use in my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;P&gt;Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 09:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399634#M1155867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-05T09:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399635#M1155868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have achieved this requirement by using the expression suggested by steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the modified file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the 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;~Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 09:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-circular-reference/m-p/399635#M1155868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-09T09:13:35Z</dc:date>
    </item>
  </channel>
</rss>

