Hi ALL,
it looks like big problem. I have database in DB2 V7 (old one) and I need to count records on the monthly base. The field in the table is date, so I have to perform some calculation to make just only month. But when I create Universe with grouping by this month, it doesn't work because DB2 V7 doesn't allow use formula in GROUP BY statement.
For example, this one doesn't work:
GROUP BY
month(table.REC_DATE_ENTERED)
If I create query manually, I do SELECT from SELECT to solve this problem. But I can't force Universe to do the same way. All my reports are based on monthly or weekly aggregating. Is there any solution for it?
I have only SELECT rights for DB, can't create additional fields in the table or additional table, even can't create DB link to any external data sources.
We have BO XI R2.
Thanks in advance.
it looks like big problem. I have database in DB2 V7 (old one) and I need to count records on the monthly base. The field in the table is date, so I have to perform some calculation to make just only month. But when I create Universe with grouping by this month, it doesn't work because DB2 V7 doesn't allow use formula in GROUP BY statement.
For example, this one doesn't work:
GROUP BY
month(table.REC_DATE_ENTERED)
If I create query manually, I do SELECT from SELECT to solve this problem. But I can't force Universe to do the same way. All my reports are based on monthly or weekly aggregating. Is there any solution for it?
I have only SELECT rights for DB, can't create additional fields in the table or additional table, even can't create DB link to any external data sources.
We have BO XI R2.
Thanks in advance.