Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
emrekaya
Contributor III
Contributor III

Exact match in tables

Hi all, 

I want to know how to get an exact match in a table in qliksense. If you help me I would be appreciated. Is there any function that I can use to find the exact match in a table like below? When I filter first 7 characters, it filters everything including that 7 characters but this is not what i want. I want to find the exact match. 

Thank you in advance.

Capture.PNG

Labels (3)
7 Replies
pradosh_thakur
Master II
Master II

emrekaya
Contributor III
Contributor III
Author

I had already checked the match function in help but I couldn't figure it out how to appy that function into my app. Thanks.

pradosh_thakur
Master II
Master II

You need to tell more about the data and the out put
Learning never stops.
emrekaya
Contributor III
Contributor III
Author

Data is exactly the same with the picture that I added. I want to sum the values of the grey elements, only the grey elements. I can't use max function or sum, because if I use, it gives me the wrong answer.

pradosh_thakur
Master II
Master II

try

sum(if(len(trim([WBS ELEEMENT]))=7, [Total Spending],0))

Please correct the field names
Learning never stops.
emrekaya
Contributor III
Contributor III
Author

It didn't work. The reason is probably because the last element has 9 digits. 

pradosh_thakur
Master II
Master II

You have to figure out some logic which will fit your case.
Learning never stops.