Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Kind regards,
Ishfaque Ahmed
Try using this
if(wildmatch(SKU, peek(fieldgroup)& '*') and len(peek(SKU))>0, peek(fieldgroup), SKU) as fieldgroup
Dear Ahmed
pleas try wildmatch function for the same requirement.
Regards
Kushal Thakral
Try using this
if(wildmatch(SKU, peek(fieldgroup)& '*') and len(peek(SKU))>0, peek(fieldgroup), SKU) as fieldgroup
Hi,
Check the given application.
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.