Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: filtering using strtoset

    Hi,

    When I change the query to use a where clause:

    WITH MEMBER PREM AS

    StrToMember("[Measures].[" + @PremiumType+ " Premium]")

    SELECT NON EMPTY

    {PREM}

    ON COLUMNS,

    NONEMPTY

    (Filter({ ([Prospect Client].[Account Number].[Account Number].ALLMEMBERS...

  • RE: SSRS cube report with parameters...and more

    SSC Journeyman,

    I guess it could be. I was thinking of creating each report as a separate rdl file and then combining them into 1 report based on the inputs...

  • RE: SQL 2008 R2 setup.exe does nothing

    Thanks Steve,

    I noticed that Win 7 was not supported, but i did get it to work.

    I ran the standalone support files exe and rebooted the machine. Once it came...

  • RE: multi level fact table

    Thanks,

    that was the path i was thinking about taking, just wanted another point of view 🙂

Viewing 4 posts - 16 through 19 (of 19 total)