Viewing 7 posts - 1 through 7 (of 7 total)
There is one obstacle in making your own report models, and that is that you have to edit xml behind the dataview. There are two timestamps in the beginning of each xml...
April 8, 2005 at 1:42 am
Wow Steve
If you have found a way to use cubes and drill down its perfect! I read over at microsofts newsgroups that Cubes are not supported yet, in this release,...
April 8, 2005 at 1:02 am
Cubes cannot be used with Report Builder yet. You must be mixing it up with the ordinary reports designed in BI Studio. I meant the reports entirely designed in...
April 8, 2005 at 12:22 am
I have tried the Report Builder and it is a very interesting beginning but it lacks a lot of features in this early version. Has anybody heard of it supporting...
April 7, 2005 at 4:40 am
I don't know if it helps but my very well informed colleagues means that Excel 2000 has a very bad/buggy Pivot function. Office XP and 2003 is much better. Can you...
March 17, 2005 at 4:44 am
OK, I have figured out a workaround to my problem. I use the openrowset instead of creating a linked server:
SELECT a.*
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'W:\Inetpub\wwwroot\sisflow\import\register.mdb';'admin';'', 'SELECT * FROM [Text;Database=W:\Inetpub\wwwroot\sisflow\import\].[test.txt]')...
July 4, 2002 at 5:51 am
Thanks Klaas Jan. I already try to do that but could perhaps emphasize even more on server only data processing. My clients has windows 9X and sometimes the whole PC...
June 10, 2002 at 2:45 am
Viewing 7 posts - 1 through 7 (of 7 total)