Hi, i need a help to handle with an oracle cube created by the oracle function group by CUBE. I must design an universe in Bo that allow me make queries on tath table, but i don’t find a smart way to do it. Anyone has ever passed on this problem?
Maybe if you described the whole problem then someone could help.
By the way, GROUP BY CUBE is nothing that BO can generate/work with. That’s way I suggested a derived table because you can put any valid SQL into it. But if you need something more than a “static” derived table then you would either need another solution or a completely different approach to solve the original problem.
We’ve done this against several Oracle Cubes. While a bit dated, absolutely nothing has changed with the implementation of this scenario that is fully described at the following link: