<?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 can I avoid Sync in this example? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244545#M709555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In deed I´m getting sinc on those keys (ID), but I need them with the same name to connect the tables. And I need Month, Year in both tables else when I selecct one month or year only the data of one table will be sown (the table wich has the month and year fields on the script).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 16:06:29 GMT</pubDate>
    <dc:creator>camilo</dc:creator>
    <dc:date>2011-08-09T16:06:29Z</dc:date>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244538#M709548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I´m loading two tables but I´m getting syn tables ¿How can I avoid this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Local SAP], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id SAP] as&lt;STRONG&gt; ID&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Departamento SAP] as Departamento, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Dia) as &lt;STRONG&gt;Mes&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Dia) as &lt;STRONG&gt;Año&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dia as &lt;STRONG&gt;Fecha&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unidades Vendidas], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Venta Neta $]/1000000 as Venta, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Costo Venta $]/-1000000 as Costo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;Fecha&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id_local_int as&lt;STRONG&gt; ID&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_Categoria, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Venta/1000000 as VentaP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Margen dia]/1000000 as MargenP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Fecha) as &lt;STRONG&gt;Mes,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Dia) as &lt;STRONG&gt;Año&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 23:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244538#M709548</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-08-02T23:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244539#M709549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please upload a sample database for this two table. For the time being, you do not need to write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Fecha) as &lt;STRONG style="font-size: 12px;"&gt;Mes,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Dia) as &lt;STRONG style="font-size: 12px;"&gt;Año&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt; on the [PptoDetalle.qvd] table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: lalmohan.behera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 00:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244539#M709549</guid>
      <dc:creator />
      <dc:date>2011-08-03T00:16:19Z</dc:date>
    </item>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244540#M709550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camilo ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are getting snc because you are using &lt;/P&gt;&lt;P&gt; [Id SAP] as ID, &amp;amp; &lt;/P&gt;&lt;P&gt; id_local_int as ID both are with same colomn name can you use one as Sap_ID &amp;amp; other one as Local_ID or try to change year alias in any one of the table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If still you are getting sync tables can you tell me what are the colomn's u r getting in sync table .&lt;/STRONG&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;STRONG&gt;thankyou&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meher.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 01:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244540#M709550</guid>
      <dc:creator />
      <dc:date>2011-08-03T01:14:07Z</dc:date>
    </item>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244541#M709551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Syn are generated when there are more than one same field names in two tables. Try following code. Hope it will remove syn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Local SAP], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id SAP] as&lt;STRONG&gt; ID&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Departamento SAP] as Departamento, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Dia) as &lt;STRONG&gt;Mes_venta&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Dia) as &lt;STRONG&gt;Año_venta&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dia as &lt;STRONG&gt;Fecha&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unidades Vendidas], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Venta Neta $]/1000000 as Venta, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Costo Venta $]/-1000000 as Costo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;Fecha&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id_local_int as&lt;STRONG&gt; ID&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_Categoria, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Venta/1000000 as VentaP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Margen dia]/1000000 as MargenP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Fecha) as &lt;STRONG&gt;Mes,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Dia) as &lt;STRONG&gt;Año&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244541#M709551</guid>
      <dc:creator />
      <dc:date>2011-08-03T10:53:10Z</dc:date>
    </item>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244542#M709552</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; Use&amp;nbsp; below one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244542#M709552</guid>
      <dc:creator />
      <dc:date>2011-08-03T10:59:32Z</dc:date>
    </item>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244543#M709553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I marked in bold the sync fields, I need them with the same names in both tables so I can use date or id filters that affects both tables.&lt;/P&gt;&lt;P&gt;If I dont do this when I click on one field such as Dia, I will only see the SAP table data an not the other table data (Fecha), the same happens with the ID field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244543#M709553</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-08-03T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244544#M709554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a table example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 501px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="59"&gt;TABLE 2&lt;/TD&gt;&lt;TD width="85"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="127"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="27"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;Fecha&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;"&gt;ID_Categoria&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;"&gt;MargenP&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;"&gt;Mes&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;"&gt;VentaP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: medium none;"&gt;40638&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;L001&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1006&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,021054474&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,192956297&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: medium none;"&gt;40638&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;L001&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1007&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,00323144&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,013407976&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: medium none;"&gt;40638&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;L001&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1101&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,010650693&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,071221895&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: medium none;"&gt;40638&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;L001&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1102&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,019352952&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;0,236498163&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 758px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="59"&gt;TABLE 1&lt;/TD&gt;&lt;TD width="85"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="127"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="27"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="123"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD width="114"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;Año&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Costo Venta $&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Departamento SAP&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Dia&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Local SAP&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Mes&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Unidades Vendidas&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;"&gt;Venta Neta $&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,000346&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;ENVASES&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40717&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,000336134&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,000365&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;ENVASES&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40698&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,000336134&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,0048&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;PILETAS Y PARRILLAS&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,006354622&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,000692&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;ENVASES&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40718&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,00067227&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,015634&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;ELECTRO HOGAR&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,020739496&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: medium none;"&gt;2011&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;-0,00039&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;ENVASES&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;40712&lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;L001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: medium none; border-left: medium none;"&gt;CORONEL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;0,000336134&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244544#M709554</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-08-03T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244545#M709555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In deed I´m getting sinc on those keys (ID), but I need them with the same name to connect the tables. And I need Month, Year in both tables else when I selecct one month or year only the data of one table will be sown (the table wich has the month and year fields on the script).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244545#M709555</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-08-09T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244546#M709556</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;/P&gt;&lt;P&gt; Please send an example application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 03:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244546#M709556</guid>
      <dc:creator />
      <dc:date>2011-08-10T03:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244547#M709557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I solved the problem concatenating the tables, I don´t know if that the best way but it´s working till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Camilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 13:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244547#M709557</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2011-08-12T13:39:24Z</dc:date>
    </item>
    <item>
      <title>How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244548#M709558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation IS a possible solution ... but it's normally better to create a keyfield yourself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field_no1 &amp;amp; '-' &amp;amp; Field_no_2 as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both tables ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 13:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244548#M709558</guid>
      <dc:creator>klausskalts</dc:creator>
      <dc:date>2011-08-12T13:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244549#M709559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus, If I have more than six table where I need to link all the column to a common key name, so what is good appraoch to avoid the sync key. whether to concatenation or making a common key in all the table, ex: Table1, TB1_Business_Source, as Key Table2, TB2_Business_Source as Key Table3, TB3_Business_Source as Key Table4, TB4_Business_Source as Key Table5, TB5_Business_Source as Key&amp;nbsp; Table6, TB6_Business_Source as Key Need help Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 04:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244549#M709559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-03T04:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I avoid Sync in this example?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244550#M709560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you are not ending up with a bunch of null values. give a atry to concatenation or else its always better to go for a composite key.&lt;/P&gt;&lt;P&gt;Its also depends on size of tables which you are having. If concatenation is increasing your tables size drasticlly go for Composite keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Meher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 14:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-avoid-Sync-in-this-example/m-p/244550#M709560</guid>
      <dc:creator />
      <dc:date>2012-09-06T14:47:01Z</dc:date>
    </item>
  </channel>
</rss>

