April 27, 201213 yr I am using the SortValues Custom Function which uses another Custom Function MinValue. http://www.briandunning.com/cf/290 (SortValues) http://www.briandunning.com/cf/288 (MinValue) MinValue is causing a duplicate in my SortedValues return set which returns: Access_Management_Policy_R1.doc Access_Management_Policy_R1.doc I should be getting back: Access_Management_Policy_R1.doc Third-Party_Access_Management_Policy_R1.doc For some reason the MinValue truncates my second filename to match that of the first, which is also the first item in the list of values being processed. If I use the SortValues with a decending sort (MaxValue), it works fine. Could someone help me to debug the MinValue function. I have spent considerable time trying to identify the issue and have been unable to track it beyond to the MinValue function. I appreciate any help that can be provided. Thanks, Rob
Create an account or sign in to comment