Comparing values in one valuelist to another
Hi,
Is there any function in pega that will compare two valuelists' values (order of values do NOT matter) and see if they are a complete match?
ie. list A has: 12,54,65
list B has: 54,65,12 --> This would be true for all values in A are in B
ie. list A has: 12,54
list B has: 54,65,12 --> This would be false because A does not have 65
ie. list A has:
list B has: --> This would be true because A and B are both empty so they match
If there is no function, does anyone have a workaround for this?
Much appreciated,
Thanks!
***Edited by Moderator Marissa to update platform capability tags****