<?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: Data Replication Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778027#M275789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I amended the data model and figured out a workaround for this business rule with a new QVD. This matter is now resolved. Thanks anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leigh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 14:41:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-13T14:41:17Z</dc:date>
    <item>
      <title>Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778022#M275784</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 am currently working with data that requires to use one quantity and total value( for the Mhub fields - see highlighted) for each part number in a week regardless of the CM it represents. The current issue is that it allows me to display the correct values in one instance of this part in a week but displays zero for the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached to this post is a screenshot of the data in it's current format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Mhub OH Missing Values.jpg" class="image-1 jive-image" height="153" src="/legacyfs/online/77527_Mhub OH Missing Values.jpg" width="702" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The highlighted columns entitled Mhub show the data that requires amending. The aim here is that the data should not be zero in these instances as they have a quantity available for that week. They should be the same as the values that are not equal to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could help me out with the best approach to making this one value for each part number - that would be most helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leigh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 13:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778022#M275784</guid>
      <dc:creator />
      <dc:date>2015-02-10T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778023#M275785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leigh, can be that you're using aggr in mhub using BasePartNumber for aggregation? If this is the case you can try to add Nodistinct: Aggr(NoDistinct ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 13:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778023#M275785</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778024#M275786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be multiple issue. either your expression or data modeling. Please attach your application here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 14:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778024#M275786</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2015-02-10T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778025#M275787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case - I'm not using Aggr for BasePartNumber - but I am using a Set Analysis expression to Sum this quantity to allow the value to be calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Expression: =sum({&amp;lt;[Key Figure]={'MHUB OH'}&amp;gt;} Quantity)&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the Actual Source Data - no CM or CustomerID data is attached to the source data as the quantities and values apply for that part number for that week for all CMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the rule and logic I have been led to follow with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leigh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778025#M275787</guid>
      <dc:creator />
      <dc:date>2015-02-10T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778026#M275788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leigh, sorry but I'm lost here, can you upload a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778026#M275788</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Replication Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778027#M275789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I amended the data model and figured out a workaround for this business rule with a new QVD. This matter is now resolved. Thanks anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leigh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 14:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Replication-Issue/m-p/778027#M275789</guid>
      <dc:creator />
      <dc:date>2015-03-13T14:41:17Z</dc:date>
    </item>
  </channel>
</rss>

