Hi,
I have a report where for some reason the query is bringing back 2 of each row (in the detail section). In SQL you can remedy this by using SELECT DISTINCT. However, when I try and add the DISTINCT keyword to the report in the "Show SQL Query" section, it doesn't stay there; the change doesn't take. The report has parameters, so that could be part of why you can't modify the query. Any ideas of how to make the SELECT statement SELECT DISCINCT, or some other way to get rid of the duplicate rows?
Thanks,
Ray
I have a report where for some reason the query is bringing back 2 of each row (in the detail section). In SQL you can remedy this by using SELECT DISTINCT. However, when I try and add the DISTINCT keyword to the report in the "Show SQL Query" section, it doesn't stay there; the change doesn't take. The report has parameters, so that could be part of why you can't modify the query. Any ideas of how to make the SELECT statement SELECT DISCINCT, or some other way to get rid of the duplicate rows?
Thanks,
Ray