Not understanding the results when I'm using the unique function... Sometimes it seems to work right others it seems wrong...
creating an f_map with a rule like
EXTRACT_SUBSCRIBER_ROW(Row:In1, COUNT(UNIQUE( DEP_BEGIN_DATEep_Row:In1 )))
Sometimes the count is right others it is off... ie.. I have two dependents with the same date value. the 'count(unique...' value = 2. other times for other dependents they have the same value and count = 1.
What am I missing.
creating an f_map with a rule like
EXTRACT_SUBSCRIBER_ROW(Row:In1, COUNT(UNIQUE( DEP_BEGIN_DATEep_Row:In1 )))
Sometimes the count is right others it is off... ie.. I have two dependents with the same date value. the 'count(unique...' value = 2. other times for other dependents they have the same value and count = 1.
What am I missing.