Viewing 15 posts - 1,156 through 1,170 (of 1,839 total)
Hey Phil,
I think the problem is probably in where the *100 is. Have you tried {([Dim1].[All].[Yes], ([Measures.[Number] * 100))} ? This should multiply the measure value by 100 rather than...
November 30, 2005 at 4:49 pm
Are you using VS2005 or the SQL Server Business Intelligence Developmetn Studio (yeah, I know, basically the same thing/shell)? I'm using the released version and the option is definitely there...
November 30, 2005 at 4:36 pm
Are you using data driven subscriptions? If so, you could modify your query that returns the subscriber list, effectively filtering the list based on a count of exceptions. It does...
November 30, 2005 at 4:22 pm
I agree, maybe they think that the statement 'the report is using user-defined parameter values' covers this. In a way, it is a user-defined variable, they just don't know that...
November 30, 2005 at 3:54 pm
Ok, gotcha, sorry for the mis-direction.
When in design, single left click the rop left hand corner of the report designer, this: i) selects the report as a whole and ii)...
November 29, 2005 at 9:15 pm
We use a 'Time' table for all dates in our DW, which makes for writing easy queries to solve this type of question. Assuming you have one, just add two...
November 29, 2005 at 4:34 pm
Depends on what you're trying to work around...
You can't use the UserID as it's the 'Unatteneded User' who will always be executing this report.
If you're trying to use the UserId...
November 29, 2005 at 4:27 pm
Firstly, a plug for moving to AS2005, it handles this better with it's Role Playing dimensions.
One of the fastest ways to solve your dilema is to create a view per...
November 29, 2005 at 4:24 pm
Maybe not fitting with your architecture, but why not use the webservice and then you can pass a specific set of windows credentials to the WS when you connect/create the...
November 24, 2005 at 4:21 pm
I'm pretty sure that you need to process the aggregations at the same time as the cube.
Do you archive your fact data anywhere? If not, you're running with a big...
November 24, 2005 at 3:58 pm
Assuming you've got an 'all' member for the status dimension, a slight variation on the baddogs MDX will give you all three values as required.
Select ([status].[terminated], [status].[active], [status].[all]) on Columns,
[Measures].[employee...
November 23, 2005 at 4:23 pm
Hi Asif,
You can definitely design aggregations for that single partition, but as mentioned previously these may take quite a while to build (dependent on incoming row count, and especially your...
November 23, 2005 at 4:13 pm
Must be a fair amount of data being loaded in if it's just from Jan and is 1.6Gb.
Are you using partitions? If not, you may want to investigate this...
November 22, 2005 at 4:12 pm
¿Puede usted conectar en todos? Si sí, busque * archivo del oqy y agregue el "registro File=c:\mylog.txt" a la secuencia de la conexión. Si... |
November 21, 2005 at 7:16 pm
One of the authers of fast track (Mosha) works on the design of AS and MDX especially within AS. I think Rob Zarre is a co-author who works for MS...
November 21, 2005 at 7:10 pm
Viewing 15 posts - 1,156 through 1,170 (of 1,839 total)