In Microstrategy, what are Logical Views used for?
Answers were Sorted based on User's Feedback
Answer / tiru
Logical view is just a table(logical table) but it is
create in deskop by writing our own SQL as per Our
requirement based on the physical tabes what we import from
our database.Once if it is create itacts as a physicaltable
as other phisical tables.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / nadia sheikh
Logical Views allows application architects to create any
desired view using MicroStrategy, without DBA involvement.
Once these Logical views are created, they are available to
the report designer in a way similar to any other table.
This allows developers to model attributes and facts whose
expressions span multiple tables.
| Is This Answer Correct ? | 12 Yes | 1 No |
Well both answers are right( from tiru and nadia) same thing just differ in approach.
EX: if there is any table with such feilds
say
day_id, Qtr_id, Qtr_desc, Month_id, Month_desc.
2nd table sales
001 ...090 has same sales ..say 100
now if you are calculating sales over day
it will return you wrong data, by doing 90 days *100 sales values (this is termed as multiple counting problem)
so here we developer are facilitate by this logical table object. we create a new table with proper qtr_id and qtr_desc with sales to get the accurate data every time.
Which will thus be called as aggregated sales data.
This is not recommended until and unless you dont find any other way since performance is your high priority.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / ashok
Logical View is nothing but SQL query and that query exectutes as inline query in SQL view.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / garima agrawal
Logics which are not possible to perform from database and Microstrategy part for writing that kind of logics requirement we use Logical Views into the Microstrategy tool.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pencildot
a logical view is a view that u obtain by querying the db
thru sql. these result can be stored as a table then.
| Is This Answer Correct ? | 2 Yes | 5 No |
What is microstrategy?
What is a logical size of a table and what does it depend on?
Explain the difference between holap and rolap?
Name different type of objects in microstrategy?
What olap capabilities do I have within a microstrategy report services document?
Your application mode has crashed. How would you get the instance back?
What are the benefits of using microstrategy intelligence server?
While establishing relationship between attributes how do you decide which attribute qualifies as child and which one as parent?
Explain attribute?
What is level prompt?
What leads to a cross-join or how does a cross-join occur?
What are the tracing options available in microstrategy object manager?