Answer Posted / ravi
It is Causal Dimension not casual. They can be used for
explaining why a record exists in the fact table.
Casual dimensions should not change the grain of the fact table
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
What we need to discuss with designer before starting the universe designing.
What are the data types present in bo? What happens if we implement view in the designer and report?
If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
Explain as a ba (business analyst) approaching a new piece of work, who would you interview and what questions would you ask?
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?
What is object stores?
Explain in detail about type 1?
When we use aggregate awareness function in designer?
Which versions are used in the bo dashboard work?
What is a bo repository?
Can Bo generates the Report from the cubical data Explain?
please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.
What Is Snow Flake Schema?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye