<?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 Clearing synthetic tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438240#M431819</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've got a model which has got synthetic tables, but this is due to a number of sub ledgers that i need to link to each other:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Budgeted ledger&lt;/LI&gt;&lt;LI&gt;General ledger&lt;/LI&gt;&lt;LI&gt;Item ledger&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of the above mentioned I have to bring in the year, business unit and responsibility center in order to report accurately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I clear this synthetic table that consists out of the year, business unite and responsibility center?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 09:01:00 GMT</pubDate>
    <dc:creator>ranibosch</dc:creator>
    <dc:date>2017-11-22T09:01:00Z</dc:date>
    <item>
      <title>Clearing synthetic tables</title>
      <link>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438240#M431819</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've got a model which has got synthetic tables, but this is due to a number of sub ledgers that i need to link to each other:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Budgeted ledger&lt;/LI&gt;&lt;LI&gt;General ledger&lt;/LI&gt;&lt;LI&gt;Item ledger&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of the above mentioned I have to bring in the year, business unit and responsibility center in order to report accurately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I clear this synthetic table that consists out of the year, business unite and responsibility center?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438240#M431819</guid>
      <dc:creator>ranibosch</dc:creator>
      <dc:date>2017-11-22T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing synthetic tables</title>
      <link>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438241#M431820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create key of those field and rename those field.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;link table will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search on community there are so many threads available to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438241#M431820</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-11-22T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing synthetic tables</title>
      <link>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438242#M431821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) In your load script create these calculated field for &lt;STRONG&gt;both&lt;/STRONG&gt; the GeneralLedgerEntries and ItemLedgerEntries tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autonumber(Year &amp;amp;'|'&amp;amp;BU&amp;amp;'|'&amp;amp;[Responsibility Center]&amp;amp;'|'&amp;amp;[Document No],'YBRD') AS %YBRD,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autonumber(Year &amp;amp;'|'&amp;amp;BU&amp;amp;'|'&amp;amp;[Responsibility Center]&amp;amp;'|'&amp;amp;[Document No],'YBR') AS %YBR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; 2) Add this calculated field in the load statement for the BudgetEntries table:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autonumber(Year &amp;amp;'|'&amp;amp;BU&amp;amp;'|'&amp;amp;[Responsibility Center]&amp;amp;'|'&amp;amp;[Document No],'YBR') AS %YBR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3) Then avoid including the fields Year, BU, Responsibility Center and Document No from the ItemLedgerEntries table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Reload and see if the $Syn 3 Table disappeared.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clearing-synthetic-tables/m-p/1438242#M431821</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-22T09:16:29Z</dc:date>
    </item>
  </channel>
</rss>

