Trying to create a formula that gives me a unique count of records where three (or more) fields are used to determine the uniqueness of a record (as is possible with the deduplicate block. Any thoughts on how to do this? Seems that subset_Uniquecount doesn't do it as it only gives a unique count on the one stat field, which is determine by the subset.
If so, you can achieve this by creating a formula field which concatenates the fields using a character that definitely isn't present in your data, e.g. |, ~, etc.
For example: TEMP = COLOUR + "~" + NAME + "~" + NUMBER