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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

To take only one value


Hi,

I had a straight table in which 1 value is repeating for 2 regions ,but in which i want to show only value.Please see attached screen shot.

4 Replies
maxgro
MVP
MVP

try with

sum(distinct  yourfield)

hic
Former Employee
Former Employee

You most likely have a problem in your data model; a problem that creates these duplicates. So, fix your data model.

Sum(distinct ...) may work, but is a bad solution. It removes the symptom but not the problem.

HIC

polisetti
Creator II
Creator II
Author

I alreay tried it but the value in total is not matching .i need to show total as 5000 but it is getting less value.

MK_QSL
MVP
MVP

Looks like there are duplicated rows in your data model.

Try to use

Load Distinct

While Loading the data.