Theare is a Database In analysis services,How we will
specify the fact table.(i.e whether we will create the
measure objects for the fact tbl.) or it will reside insde
the database.
DATA ABC;
INPUT TDATE DATE9. AVG;
CARDS;
18APR2008 150.00
19APR2008 167.00
20APR2008 123.00
21APR2008 145.00
;
RUN
HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF
21APR2008??
IF ANY ONE GETS IT PLS TRY TO POST IT.
If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?
100
what is mystery dimension?
38
what is the advantage of persistent cache? when it should be
used?
21
what is the difference between date cache and lindex cache?
19
A report is scheduled at 2am in the night... and the report
contains 4 value prompts how it is going to be executed
without selecting the values....if executed who is going to
select the values from the value prompt
23
How can you link a query to a data container manually in
Report Studio?