Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to eliminate duplicate values frm a table while loading?
Try:
LOAD DISTINCT
ID,
Sales
.....
Hi,
Try:
Load Distinct Field1,Field2 from ABC;
Regards
Neetha
this is my table and i loaded the table
sales:
LOAD Region,
Year,
Products,
Sales
FROM
(biff, embedded labels, table is Sheet1$);
in above table i have west and east in field Region so many times...
But i need only one west and east respective data with out duplicates.
how should i apply distinct....
(please ignore if any grammatical mistakes)..
Thanks,
Ramana.
Hi,
Can you explain your requirement with sample data or QVW file.
Regards
Nandkishor S Pandirkar
Unless you have your Region data not cleaned
like
' East'
' East '
Remember that 'east' and "East" are not the same values in Qlikview.