I'm working on a report that has a distinct clause, but also a Case statement. The Case statement splits a field into two separate responses, basically making it appear twice, instead of once.
Is there any way to define the ELSE in the Case statement so the ELSE just doesn't show up? I've tried ELSE <NULL>, but that just makes the field appear blank, rather than taking it out of the results as a whole.
Or
Is there any way to match DISTINCT to a specific table/field result, rather than all the results as a whole?
I'm stumped!
Is there any way to define the ELSE in the Case statement so the ELSE just doesn't show up? I've tried ELSE <NULL>, but that just makes the field appear blank, rather than taking it out of the results as a whole.
Or
Is there any way to match DISTINCT to a specific table/field result, rather than all the results as a whole?
I'm stumped!