Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am loading data from my SQL Server 2008 database, but I get duplicate values when I create reports in qlikview. These duplicates are not available on the source data. How do I resolve this.
use distinct while loading
Load distinct ;
select
from table.
check weither you apply any of following correctly
join
concatenate
It doesn't change a thing