Viewing 15 posts - 76 through 90 (of 212 total)
Small enhancement:
Since this'll be used in multiple places and could easily need changes or updates in the future, add some custom code to the report. (Report/ReportPropertyies..., Code tab).
Then call this...
May 14, 2008 at 7:25 am
Mary,
What do you mean by "doesn't work". How are you testing it? (What software?)
Post the code for your action and I'll take a look. It'll be easier if you pull...
May 14, 2008 at 7:17 am
A couple of points:
First, you must make sure you've entered the values in the matrix on the group lines. Look for the cells with a green triangle on the top...
May 9, 2008 at 12:11 pm
It would seem to me that you mkust change:
AND (dbo.Positions.Period = 200803)
to
AND (dbo.Positions.Period between 200704 and 200803)
To "calculate" the...
May 9, 2008 at 11:56 am
Which version of Excel and MSAS are you using?
For 2003, Data, Import External Data, New Database Query.
3rd tab (OLAP Cubes).
Create a data source (use the 9.0 driver for MSAS 2005).
Follow...
May 9, 2008 at 11:45 am
I guess I'll have to post the dissenting opinion. While I agree that any system of solution can be made overly complex and difficult to deal with if you incorporate...
May 9, 2008 at 8:18 am
Wait a minute. What was flagging this error? Was it MSAS or SQL Server. If it was SQL Server (while building a cube) then try this:
Change the number of connections...
May 8, 2008 at 3:18 pm
Sounds like there's something dramitically wrong with your cube definitions. Without some more information, it's impossible to say. At this size, you should be able to pull in and process...
May 8, 2008 at 2:08 pm
True, but I believe you need InfoPath Forms Services installed on your Web Server.
April 29, 2008 at 9:35 am
Check how the cascades / defaults are set up for the parameter on the report. It's easy to miss a little thing.
April 29, 2008 at 7:56 am
Infopath doesn't require Sharepoint, although it's a convenient platform to deploy the forms. You can easily deploy them to a share on the LAN, in particular if you're updating a...
April 29, 2008 at 7:45 am
No, but it was some time ago and I had full access to the box. I've ignored it since then.
April 28, 2008 at 11:09 am
That's normal operation. I believe it's related to the cache operations in MSAS. There's no virus involved here.
I think you can safely delete them if you really want to (I...
April 28, 2008 at 7:38 am
Ok, I'd need more information.
Check the SQL Statement (during the process) that is generating the error. Copy / paste it into Management Studio, execute it there and debug your issue.
Don't...
April 25, 2008 at 7:33 am
Try this (I think):
Catch the exception in your data pull, so that when it occurs you don't retrieve any rows at all. Then, on your output table, change the "NoRows"...
April 24, 2008 at 9:23 am
Viewing 15 posts - 76 through 90 (of 212 total)