Viewing 15 posts - 121 through 135 (of 595 total)
Your settings are all in a file called MSMDSRV.INI which will be located in the location specified in the DataDir property on your AS instance. As for documenting it, it's...
August 22, 2016 at 3:07 am
I've had an interesting scenario recently involving SSAS and nested Scope statements in MDX to provide calculation functionality for multiple calendars. I know it's not related to anything on the...
August 19, 2016 at 3:58 am
imani_technology (8/17/2016)
August 18, 2016 at 2:20 am
imani_technology (7/20/2016)
I believe the company wants to use CAWA to run Windows batch scripts instead of SQL Agent. It's the same concept as what you're...
July 20, 2016 at 1:05 pm
dramaqueen (7/20/2016)
iif(Sum(Fields!DNA.Value / Fields!Total.Value) > 0.1,"Red","LimeGreen") is not a valid color.I think there is something wrong with the syntax
The syntax looks okay. What property have you got the expression in?...
July 20, 2016 at 5:51 am
imani_technology (7/15/2016)
CA Workload Automation
According to page 9 of this document: https://support.ca.com/cadocs/0/CA%20Workload%20Automation%20Agent%20for%20Microsoft%20SQL%20Server%20r11%203%201-ENU/Bookshelf_Files/PDF/WA_Agent_for_Microsoft_SQL_Server_Impl_ENU.pdf
You can start SQL Server Agent jobs. So just set up an agent job which processes your cube(s) and then...
July 17, 2016 at 4:08 am
bkaurelien (7/13/2016)
thanks for you reply.
but i don't want to use time intelligence.
when you say i can use scope it is like this
scope([Annee en cours]);
this = StrToMember...
July 14, 2016 at 1:55 am
It sounds as if you need to implement time intelligence in your cube. The best (if not the simplest) way of doing this is by using the DateTool dimension methodology,...
July 13, 2016 at 6:14 am
lindsayscott23 (7/11/2016)
I have a requirement to identify reports where a range of values (customer preference codes) have been hard coded.
For reports that use stored procedures this is easy (using...
July 11, 2016 at 7:47 am
TheComedian (6/29/2016)
June 29, 2016 at 2:49 pm
vineet_dubey1975 (6/28/2016)
Cube processes successfully
1- set semi-additive Aggregation function Sum/Count
2- Created Calculated Members using...
June 28, 2016 at 2:35 am
vineet_dubey1975 (6/28/2016)
Are there any MDX Functions which are not supported in the SQL Server standard edition ?
Would be great , if i can get a list of those...
June 28, 2016 at 1:56 am
Amit Chandra (6/26/2016)
SCOPE ([Measures].[YTD Rolling POD Outlet],
[Outlet].[Customer].AllMembers,
[Date].[Fiscal Month].[Fiscal Month].MEMBERS,
[Item].[Brand Category].[Brand Category].MEMBERS,
[Item].[IPL].[IPL].MEMBERS,
[Item].[IPL Familyand Bottle].[IPL Familyand Bottle].MEMBERS
);
...
June 27, 2016 at 12:42 am
Amit Chandra (6/25/2016)
June 26, 2016 at 4:40 am
Viewing 15 posts - 121 through 135 (of 595 total)