Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am loading data into qvd and in the subsequent steps, loading the qvd into the report.
What happens is, QlikSense is duplicating records, exemplary:
-record present in table with string value 'abcd'
-in qliksense, same 'abcd' record is triggered two times. First occurence as 'abcd', second occurence as 'ABCD'
How would you solve this issue?
Qliksense doesn't duplicate data
Please post the script when you create the qvd.
Your script may be causing auto concatenation for the data to be duplicated
or some Left Join with a table with a one-to-Many relation causing duplication