Hello Everyone,
I am having problems in creating this view.
create view age_group_view as
select cust_id, birthdate = case
where DIFF(year,birthdate,getdate()) <= 18 then 1
where DIFF(year,birthdate,getdate()) between 19 and 24 then 2 from dbo.customer
The problem - case statement cannot be...
Hello everyone,
I am a newbie to OLAP.
I want to know how to implement what if scenarios in Analysis services.
Are there any sample applications available?
Does the sample (foodmart) provided with MSAS have what if scenarios?
Thanks a lot
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.