I have been searching through the forums for answers to this and found some suggestions but none see to work. I have a table with multiple records that are unique but one of the fields "fileno" can repeat the same value in several records. In the CC list that populates, I want to have it only show a single line for any given "fileno" value and the most recent one at that. In SQL I would use a SELECT DISTINCT statement before the where clause.
The suggestions I have seen are to use GROUP BY in the ORDER BY field which doesn't seem to work. Is there are way to accomplish this in CC?
The suggestions I have seen are to use GROUP BY in the ORDER BY field which doesn't seem to work. Is there are way to accomplish this in CC?