Hi All,
I currently have a universe that i am basing my WEBI 4.0 report off of. The Universe is built using the universe design tool, it is an older universe, but i am using WebI 4.0 for the report.
My report works fine, other than the fact that it takes over an hour to run. It is not a complicated report and all i am doing at the report level is using 2 variables to count and get the values i want.
My question is if i do the count at the Universe level by createing a measure object, will that help improve the report run time?
Also the 2 calculations i am doing at the report level are:
1. "Sample = Count([A]) In ([B]) and
2. Final Count = Count((B) Where ([Sample]=3))
When i try to replicate the Calculations by creating a measure object in the report, i get an error saying "Exception: CS, Error on describe"
Here is what i am doing:
Object Type i am saying is a "number", in properties i am giving "measure" as the qualification and Giving the function as "none". I then tried replicating the formula in the SQL statement which gave me an error.
What am i doing wrong?? Any Help would be greatly appreciated