Forum Replies Created

Viewing 15 posts - 541 through 555 (of 893 total)

  • RE: OLE DB Excel Destination: How To Skip First 2 Rows in Spreadsheet for Imported Data

    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...

  • RE: Dimension Members showing Empty in Excel

    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...

  • RE: Dimension Members showing Empty in Excel

    ttdeveloper (3/6/2015)


    Thanks Martin

    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...

  • RE: Dimension Members showing Empty in Excel

    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...

  • RE: Dimension Members showing Empty in Excel

    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...

  • RE: SSIS connecting to oracle on another machine

    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?

  • RE: Is it wrong to look at MDS as a type of DWH?

    winston Smith (3/4/2015)


    I have one more scenario to expand this further:

    SourceSystem has Persons of type Applicant and test scores for each applicant.

    The persons would be pushed into MDS for...

  • RE: Is it wrong to look at MDS as a type of DWH?

    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...

  • RE: Is it wrong to look at MDS as a type of DWH?

    winston Smith (3/4/2015)


    We are figuring what type of data constitutes master data for our organization. At present we are dealing with just one entity - Person.

    A person can be an...

  • RE: filtering using strtoset

    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...

  • RE: =WeekdayName(weekday(Today())) gives me tomorrow

    faulknerwilliam2 (3/2/2015)


    Hello

    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...

  • RE: filtering using strtoset

    scottcabral (3/3/2015)


    Martin,

    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...

  • RE: Basic MDX listing by date

    erics44 (3/3/2015)


    Hi

    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...

  • RE: can i open an analysis services database in BIDs

    erics44 (3/3/2015)


    thanks for the reply

    if 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...

  • RE: can i open an analysis services database in BIDs

    erics44 (3/3/2015)


    Hi

    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...

Viewing 15 posts - 541 through 555 (of 893 total)