Explain in Detail about Measure Objects? and what is the
use of it? How to create it?
Answers were Sorted based on User's Feedback
Answer / janardhan
Measure objects retrieve numeric data, or data that is the
result of calculations on data in the database.
For example: No. of students in the Students Universe.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nareshkumar
Measure Object convey numeric information which is used to
quantify a dimension object. A measure object returns
numeric information.
You can create a measure object by using aggregate
functions such as,
1)Sum
2)Count
3)Average
4)Minimum
5)Maximum
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / preetham
Measure objects are meant to define and retrieve the
numeric data. Example : If we want to retrieve the data of
country wise sales revenue. We have to create any measure
object(name it 'Sales') throgh right click in universe pane
> double click the object > define as measure property,
give select statement with facts measure and click OK.
Now, If you run query against country and sales. We will
get data form the report level showing the sales in
numerical data that exist. So Without assigning the measure
object with the select statement of fact measure, we cannot
get sales value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subramanyam
It can be derived fro the Aggregate function.it convay the
numeric information by Dimesion object can be meassured
| Is This Answer Correct ? | 0 Yes | 2 No |
HOW TO HIDE Column in WEBI & DESKI?
When N reports are scheduled for N users, How does the BCA process /know to which user the report needs to be sent?
What Is The Difference Between Oltp And Olap?
what is fantrap ?
what is local filter
how to do scheduling in desktop intelligence in BO XI R2
How to restrict the user to refresh or Run the report only 1 time in BO?
WHAT IS ROW LEVEL SECURITY IN BO?
what is difference between global filter an query filter in web intelligence?
Have you worked with multiple data sources? If yes. How do you link them?
Can anybody tell me the difference b/w canned and adhoc reporting?.
Its regarding Javascript coding for customization in BI4 reports. We need to have all the options disabled in the report except the option to Export(save the report in computer in Excel/pdf formats). I am able to hide TopBar,TabBar,Left Navigation etc but I need "Export" option to be displayed to the users in Read mode. Can this selective "hiding" be achieved?