Hi!
I've got a module with few dimensions, including versions, I generate code there for a list to update.
So I need to filter unique code. Currently, I use formulae:
IF RANK(1, ASCENDING, SEQUENTIAL, TRUE, 'List name') = 1 THEN 'List name' ELSE BLANK
But it does not work properly through versions (return duplicates)
Is there any other way to get unique elements within multiple versions?
I would appreciate any assistance!