I tried doing this with another report…but I am unable to see the list of objects in the window for "Synchronize your calculation : For each value of one or more objects ". What do I do ?
I suggest you create a new object (numeric) in your universe called “Qualification rank”, based on a decode statement (if your using oracle). Decode(Type_of_degree,‘DOCTORATE’,2,‘MASTERS’,4,‘DEGREE’,6,8)
Leave room for growth (if your CEO get joins a masonic club you might want to weight that accordingly) !
You can set this object as a “detail” object (I just love finding uses for those green triangles) to “hide” it from normal view, and your away (you can even use it as a sort squence when printing out all qualifications)
Thats a good sugestion.
But the problem is that I am accessing universe owned by some other department who wouldnt allow me to change in the universe.
So I should be doing it only as a user from the reporter module. Can I define a UDO that way and do that ? I actually tried creating a UDO but the decode doesnt have enough parameters to do that.