Viewing 15 posts - 541 through 555 (of 893 total)
It's been a while since I've had to do this, but from what I remember...as long as the first 2 cells of the first 2 rows contain data, Excel will...
March 6, 2015 at 5:06 pm
I don't think the write-back option has anything to do with it. Found another interesting article though, which suggests that you should enable the "ProcessAffectedObjects" option if you only do...
March 6, 2015 at 11:35 am
ttdeveloper (3/6/2015)
Alvin also suggested I check the processing steps of the Cube. Not sure why only this one dimension will be affected out of the others during processing but...
March 6, 2015 at 10:12 am
I guess the point I was trying to get to, is to see whether the generated MDX is different for some reason when the dimension members are missing, as opposed...
March 6, 2015 at 9:25 am
That is pretty weird/interesting. I've seen some "interesting" behavior with Excel before...can you check to see what query is being executed against your cube?
I would also check the properties of...
March 6, 2015 at 8:38 am
Kutang Pan (3/6/2015)
I'm lost, please help...
To verify, are you using the Attunity Oracle connectors? Have you installed both the 32 and 64-bit versions on your SSIS machine?
March 6, 2015 at 8:18 am
winston Smith (3/4/2015)
SourceSystem has Persons of type Applicant and test scores for each applicant.
The persons would be pushed into MDS for...
March 4, 2015 at 8:41 am
Yes, MDS is your typical line-of-business application and used to store and maintain the current version of that entity. In your data warehouse, you would make use of type 2...
March 4, 2015 at 8:06 am
winston Smith (3/4/2015)
A person can be an...
March 4, 2015 at 7:57 am
Ok...I think it makes a little more sense (to me) now.
I think a union will work in this case:
NONEMPTY
(
{
Filter
(
{
(
[Prospect Client].[Account Number].[Account Number].ALLMEMBERS *
[Prospect Client].[Account Name].[Account Name].ALLMEMBERS *
[Prospect...
March 3, 2015 at 11:41 am
faulknerwilliam2 (3/2/2015)
I have noticed with one of my reports, when I add weekdayname, that tomorrow's value appears.
I tested this by adding a textbox with =WeekdayName(weekday(Today())) in it. I have just...
March 3, 2015 at 11:07 am
scottcabral (3/3/2015)
thanks for your help on this.
i changed the query to include the filtered set using the "OR" logic:
WITH MEMBER PREM AS
StrToMember("[Measures].[" + @PremiumType+ " Premium]")
SET FilteredBrokers AS
{STRTOSET('{[Broker].[Account Broker...
March 3, 2015 at 10:01 am
erics44 (3/3/2015)
I have written this MDX
select {[Date].[Calendar Year].[2014], [Date].[Calendar Year].[2015]} on columns
, [Holidays].[Start Date].members on rows
from Cube
and i get something like the following results (sorry i dont know how...
March 3, 2015 at 9:02 am
erics44 (3/3/2015)
thanks for the replyif i do have the permissions do you know how i would open it in bids? i have a blank solution
One of the options when...
March 3, 2015 at 8:59 am
erics44 (3/3/2015)
I have access to an analysis services database in management studio. Is it possible for me to open this as a project in BIDS?
Im brand new to SSAS...
March 3, 2015 at 8:10 am
Viewing 15 posts - 541 through 555 (of 893 total)