Viewing 15 posts - 1,171 through 1,185 (of 1,839 total)
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...
November 20, 2005 at 4:35 pm
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...
November 16, 2005 at 4:19 pm
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...
November 16, 2005 at 3:53 pm
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).
November 16, 2005 at 8:53 am
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...
November 16, 2005 at 8:44 am
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...
November 16, 2005 at 8:34 am
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...
November 15, 2005 at 4:11 pm
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...
November 15, 2005 at 8:17 am
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...
November 15, 2005 at 7:48 am
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...
November 15, 2005 at 6:48 am
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...
November 15, 2005 at 6:28 am
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...
October 20, 2005 at 12:13 am
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...
October 19, 2005 at 5:07 pm
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...
October 19, 2005 at 7:57 am
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...
October 19, 2005 at 7:50 am
Viewing 15 posts - 1,171 through 1,185 (of 1,839 total)