Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to know how eliminate duplicates into my table (RUT);
I have this;
Temp:
LOAD
RowNo() as ID,
PERSON_ID,
NUMBER_ID as RUT,
NAME_ as NOMBRE,
MASK
FROM
$(RutaQlikviewQvd)Ruta.QVD(qvd)
WHERE
EXISTS(PERSON_ID);
GE_PERSONS:
ID,
Count(Distinct RUT) as Rut,
NOMBRE,
Resident Temp
Drop Table Temp;
Still appears the duplicates,
Thank you for your help.
Hi Pablo.
The problem could be the Rowno ().
You could attach some sample data to test.
Regards.