Guest_imported
New member
- Jan 1, 1970
- 0
hello all,
how do one get distinct count of a column value in Business Objects if the underlying
RDBMS doesn't allow using count(distinct col1) in select statement like MS Access.
creating a measure like the one below gives me an error while executing the report.
count(distinct column1).
i think there should be someway to get around this.
thanks for your replies
jack
how do one get distinct count of a column value in Business Objects if the underlying
RDBMS doesn't allow using count(distinct col1) in select statement like MS Access.
creating a measure like the one below gives me an error while executing the report.
count(distinct column1).
i think there should be someway to get around this.
thanks for your replies
jack