Returns a sorted pipebar (|) delimited string of values in List A but not in List B.
SppCompareListsForDifferences([List A],[List B])
Where:
List A is a pipebar (|) delimited list of items as a string.
List B is a pipebar (|) delimited list of items as a string.
Rule | Result | Meaning |
---|---|---|
SppCompareListsForDifferences("1|2|3","2|6") | 1|3 | Will return a pipebar (|) delimited list of all the differences from the two lists. |