<?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 loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loop/m-p/191381#M53486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;I tried with ApplyMap and this is the result&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6232.2011_2D00_02_2D00_03_5F00_155637.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6232.2011_2D00_02_2D00_03_5F00_155637.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that in this I have more record in qvd than in original file. I have a record for every link of DATA, AGENTE, SM as in the table above&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0385.table.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0385.table.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I attached the script&lt;/P&gt;&lt;P&gt;I don't want more record than file&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 16:02:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-03T16:02:50Z</dc:date>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191373#M53478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I have a problem with my 2 tables for budget&lt;/P&gt;&lt;P&gt;1. BUDGAGE: Year / Employee / Sales&lt;/P&gt;&lt;P&gt;2. BUDGET: date / Material group / Sales&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3408_sourceID:3408" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem of circular loop and I can't solve&lt;/P&gt;&lt;P&gt;Can you help me??&lt;/P&gt;&lt;P&gt;gennaro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 15:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191373#M53478</guid>
      <dc:creator />
      <dc:date>2011-01-28T15:12:23Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191374#M53479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gennaro ,&lt;/P&gt;&lt;P&gt;Hope this helps you ,&lt;/P&gt;&lt;P&gt;Create a resident to the Document Table Say Document_New with the columns Agente and other ID if you have .&lt;/P&gt;&lt;P&gt;And Link the Document_New with the Agente of document . Alias the Agente in Doucument_New , BUDGAGE , AGENTI table and link these tables with the same alias . So that the loop will be resolved .&lt;/P&gt;&lt;P&gt;Please find the attachment for reference&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chakravarthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 16:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191374#M53479</guid>
      <dc:creator />
      <dc:date>2011-01-28T16:10:51Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191375#M53480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Gennaro&lt;/P&gt;&lt;P&gt;Lets first start with the data/material.&lt;/P&gt;&lt;P&gt;What you must do is bring the amount of tables back by combining the ones that have connected information. I don't know how which data is connected but you can do this by making one table by using RESIDENT and CONCATENATE.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;NEWTABLENAME:&lt;BR /&gt;LOAD&lt;BR /&gt; SM,&lt;BR /&gt; D_SM&lt;BR /&gt;RESIDENT SETTORE;&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD&lt;BR /&gt; DATA,&lt;BR /&gt; SM,&lt;BR /&gt; bdg_Valore&lt;BR /&gt;RESIDENT BUDGET;&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD&lt;BR /&gt; SM,&lt;BR /&gt; Material,&lt;BR /&gt; D_material&lt;BR /&gt;RESIDENT MATERIALE;&lt;BR /&gt;DROP TABLE SETTORE;&lt;BR /&gt;DROP TABLE BUDGET;&lt;BR /&gt;DROP TABLE MATERIALE;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am correct this will make 1 table instead of 3.&lt;/P&gt;&lt;P&gt;The new table has the SM fields from all 3 previous tables in 1 SM field plus all the other fields form these 3 tables.&lt;BR /&gt;The DROP TABLE deletes the 3 previous table after making the new table (as you don't need them anymore)&lt;BR /&gt; I hope this is some help for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 16:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191375#M53480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T16:24:57Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191376#M53481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear friends&lt;/P&gt;&lt;P&gt;I don't know if this situation is correct and efficient&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5153.2011_2D00_01_2D00_28_5F00_171241.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5153.2011_2D00_01_2D00_28_5F00_171241.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 17:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191376#M53481</guid>
      <dc:creator />
      <dc:date>2011-01-28T17:15:08Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191377#M53482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want clikview to work like it should. You have to get rit of the $Syn table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 18:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191377#M53482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T18:58:10Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191378#M53483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excuse me but I don't understand&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 17:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191378#M53483</guid>
      <dc:creator />
      <dc:date>2011-01-29T17:12:15Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191379#M53484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use mapping table(apply map) for the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;settore&lt;/LI&gt;&lt;LI&gt;clienti&lt;/LI&gt;&lt;LI&gt;agenti&lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 08:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191379#M53484</guid>
      <dc:creator />
      <dc:date>2011-01-31T08:35:02Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191380#M53485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gennaro&lt;/P&gt;&lt;P&gt;What I mean is that you have to make sure that there are no $Syn tables in your table chart.&lt;BR /&gt;&lt;BR /&gt;Qlikview creat those tables when there are more then 1 connection to a table (or a loop)&lt;BR /&gt;&lt;BR /&gt;Let me try to explain how it works by focussing on 2 tables first.&lt;BR /&gt;If you take a look at your tables BUDGET and DOCUMENTI, they both have the fields "Data"and "Agente". So normaly there would be 2 lines between the 2 tables (connecting the both Date and the both Agente" fields) And because Qlikview can have one 1 connection between 2 tables it generates a $Syn table.&lt;BR /&gt;&lt;BR /&gt;There are many ways to solve this, but the right way depends on what information is in the fields and how you want to link them.&lt;BR /&gt;The easiest way to solve this is to rename one of the 4 (2 data and 2 Agente) fields.&lt;BR /&gt;Change in your loadscript where you load the BUDGET table :&lt;BR /&gt; Agente as BudgetAgent&lt;BR /&gt;This way the "Data" field is the only one that is in both tables so there is only one link between the 2 tables and no $Syn table will be created&lt;BR /&gt;&lt;BR /&gt;I know this is probebly not a good solution but just so you can see how it works.&lt;BR /&gt;&lt;BR /&gt;Let me know if this makes any sense to you, then we can go on to the next step.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 15:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191380#M53485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-01T15:33:10Z</dc:date>
    </item>
    <item>
      <title>loop</title>
      <link>https://community.qlik.com/t5/QlikView/loop/m-p/191381#M53486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;I tried with ApplyMap and this is the result&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6232.2011_2D00_02_2D00_03_5F00_155637.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6232.2011_2D00_02_2D00_03_5F00_155637.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that in this I have more record in qvd than in original file. I have a record for every link of DATA, AGENTE, SM as in the table above&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0385.table.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0385.table.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I attached the script&lt;/P&gt;&lt;P&gt;I don't want more record than file&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop/m-p/191381#M53486</guid>
      <dc:creator />
      <dc:date>2011-02-03T16:02:50Z</dc:date>
    </item>
  </channel>
</rss>

