Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 1,839 total)

  • RE: Count members of property

    Hey Tobi,

    I think the problem lies in the NECJ, it's not actually crossjoining anything.  If you CJ this to a measure, like the default measure that was used in your...

  • RE: Pivot table slowing down

    Do people manipulate the pivottable (ie change the query) over time?  I remember looking at the Excel Accellerator (the one that enhances the OLAP reporting capabilities) and it has a...

  • RE: Count members of property

    Hi Tobi,

    Can you tell us how you'd like to see the output?  ie <this> on row, <that> on columns, filtered by <maybe_this>.

    Also, why do you need to add the range...

  • RE: Print Parameter values on report

    the only real issue with this is you can't/don't get the prompt string, so the parm name comes through,  which often is in an ugly form (e.g. myParm1).

  • RE: Problem with Linear regression

    Two things to try -  put curly braces around your Tail function (even though it returns a set, it may want the 'set' braces); or alternatively try creating the set...

  • RE: Print Parameter values on report

    Hi Jon,

    I sat down and wrote this tonight, and actually got it to work (woohoo).  Basics are as described previously -> external assmebly that calls on the local reportserver web service...

  • RE: Print Parameter values on report

    If you are interested in flexing you're dev muscles, i thought maybe the following *could* work, but it is dependant on certain security settings etc.

    Basic requirement -> need the parameter...

  • RE: Error starting Reports Manager

    I used to work with a guy who had a saying about assumptions, can't re-type it here but I'm sure he said it was from a Bruce Willis movie (diehrd...

  • RE: Print Parameter values on report

    Hey Jon,  I read your post and thought 'I want to do that!', and set about writing a function in the custom code to do it. But hit a snag...

  • RE: Error starting Reports Manager

    Just things to check but you have got asp.net installed (not sure if it's changed with .net framework2.0 but it used to be the old aspnet_regiis /i commandline call).  Plus...

  • RE: Count members of property

    Hi Tobias,

    Are you looking for a distinct count of the members within the dimension, when taking into account the filters that you've specified?

    If so, you might want to try the...

  • RE: Restoring Analysis Services

    You may be OK, depends on a few variables.

    Did you have your Repository in SQL Server or did you leave it in MSAccess? If you don't know, then it's...

  • RE: capture rs.exe output

    You could always try outdirection, so something like

    rs.exe {-params} > c:\myRSLog.log

    This should result in the output from the screen being saved to the myRSLog.log file.  You may want to...

  • RE: Trouble in registering the server at Analysis Service-This should be easy-

    When you applied the service pack/s, did you apply both the SQL and the analysis services SP?  They are different.

    You need to also ensure that the service pack you apply...

  • RE: msmdarch error with no output

    Can you post the commandline call you're making?

    Also, nothing *at all* going into the log file?  Does msmdarch.exe appear in the task manager when you run it from the command...

Viewing 15 posts - 1,171 through 1,185 (of 1,839 total)