Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jyothish8807
Master II
Master II

Load Distinct Data

Hi,

I have an Execl sheet which looks like this:

Doc ID
NameMarks
112a21
112b22
134c34
135d33
135a44

But when i load this sheet in QV it dosent reads the repeating doc ids.

QV Data Looks like this.

Doc IDName
Marks
112a21
134c34
135d33

But i want complte Doc ID in my QV Straight chart.

How can i get this.

Regards

Jyothish KC

Best Regards,
KC
6 Replies
Not applicable

It should get all data.

Could you post sample file?

Karthik

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the firstsortedvalue function. Use Doc ID as dimension and as expressions min(Marks) and firstsortedvalue(Name, Marks). See attached example.


talk is cheap, supply exceeds demand
jyothish8807
Master II
Master II
Author

This not what i want. This is what ian getting by default.I just want the exact data which is the excel sheet.

But QV is not reading the same doc id's as different value.

Best Regards,
KC
Not applicable

RawData:LOAD * INLINE [
Doc ID, Name, Marks
112, a, 21
112, b, 22
134, c, 34
135, d, 33
135, a, 44

]
;

Take Dimension : Doc ID, Name

Exp : Sum(Marks)

Its showing all value..

mark.bmp

regards-Bika

jyothish8807
Master II
Master II
Author

No Bro, it takes only the unique value. If you call the Doc ID in List box also it will take the unique data only, not all the doc ids.Actually there is no primary key in this table.

Best Regards,
KC
Not applicable

Find attachment..

It look like working for me.

Please do the change what all you did on your application and send me back..

Karthik