In universe (BO 3.1),
Is there any way to turn objects (dimensions) to measures by one time?
i have many objects (100+) which are measures actually.
and making measure 1 by 1 is very long operation
Unfortunately yes, 10+ tables, each has 20-30 needed measure objects
actually i need aggregation function sum for all
i really would love to see such feature in universe: selecting multiple objects, choosing aggregation function, and turning them to measure by one click
There isn’t a fast way barring cutting the sum( and pasting it at the start of each in a repetitive keystroke way. It’s easier to keep the object definition box open, so from when you double click the first object to invoke the box::
1/ Make sure Sum( is in your clipboard (type it in notepad, select and copy it)
2/ Click on the end of the SQL string
3/ Press )
4/ Press the Home key
5/ Press CTRL+V
6/ Click on the next object and then click yes on apply changes
Repeat steps 2-6 until done.
Actually i am doing this Mark, but this is also not efficient because of apply changes popup, but no chance other
little bit more efficent way is pasting “sum(” to all objects and, then pasting “)” to all objects.
since pressing home key on notebooks (using with Fn key) is difficult if you are pressing more than 1000 times
A good starting point is checking this utility in the BOB’s Download section:
It’s used for mass updating names and descriptions of universe objects. You would need to modify it for mass updating object definitions and qualifications.