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 ? | 11 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 |
Explain attribute role?
What does microstrategy intelligence server allow users to do?
What do you mean by trimming sql in microstrategy?
What are the different modes to run i-server?
Explain attribute?
What are objects? Name different type of objects in microstrategy?
Hi..every one please tel me the answer for my question, how many project sources we can create in Metadata?
Explain about compound key?
What is the effect of dls on microstrategy?
Explain batch?
In Microstrategy, how can you direct the sql generated to use a specifc table?
static prompt in microstrategy.