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: 
engishfaque
Specialist III
Specialist III

Remove duplication and sum value

Dear All,

I'm facing an issue for removing duplication and adding the values of these duplicate records.

I'm attaching my qvw, qvd and screenshot for better understanding.

I followed this thread, It is useful but not working in my scenario.

Merge two values

Kind regards,

Ishfaque Ahmed

1 Solution

Accepted Solutions
Not applicable

Try using this

if(wildmatch(SKU,  peek(fieldgroup)& '*') and len(peek(SKU))>0, peek(fieldgroup), SKU) as fieldgroup

View solution in original post

4 Replies
kushalthakral
Creator III
Creator III

Dear Ahmed

pleas try wildmatch function for the same requirement.

Regards

Kushal Thakral

Not applicable

Try using this

if(wildmatch(SKU,  peek(fieldgroup)& '*') and len(peek(SKU))>0, peek(fieldgroup), SKU) as fieldgroup

kavita25
Partner - Specialist
Partner - Specialist

Hi,

Check the given application.

kavita25
Partner - Specialist
Partner - Specialist

FYI,

Its not the script error.

i think, without reloading the qvw, you checked that the written script is working or not.

Without editing the script, just reload the qvw. you will get the output.