i am using BO5, i have several FACT table,but everytime i add it to universe,those objects are dimension type ,not measure type.How can i add a fact table with all the objects being measure without changing each object from dimension to measure one by one?
Example
T_FAC_TEST
-dimension column1
-dimension column2
Thanks for your prompt reply.
Is there a way to massive change the objects from dimension to mesure and set it to sum aggeration ? Could it be possible via alter the respository ?
It sounds like you let BusinessObjects create the objects for you by just dragging-and-dropping the table in Designer?
That’s a quick-and-dirty technique, and I’d say you got quick-and-dirty results. I always build my own objects, and give them meaningful names and nice textual meaningful descriptions (“help”). The extra time to make the Select of the object just right, and checking the type of object and the projection to use are relatively small.
Another option is the Designer SDK. This utility does something similar with object names and descriptions. You can tweak it to do the same for the Select statement, Qualification, Aggregate behavior, and so forth. It would need to be a very high volume to justify writing a SDK solution, but it is an option.