Hey All,
I'm stuck with quite a big problem and i hope this way will will get me a answer.
I'll try to explain the problem as good as possible but feel free to ask more info if needed:
First, the company i work for has 3 shops (lets call them shop1 - 2 - 3) and the program we work witch for our accauntency / stock / orders works with flat file DBF files.
Every night we transform the information from like 15 dbf files into a SQL server.
this is split up in 3 databases in MS SQL
Shop1: with all the tables (artikles / invoices / orders / .....)
Shop2: with the same tables just diferent info
Shop3: again the same tables, diferent info
@ the moment when i have to make a report i have to make it 3 times and switch the names of all the sourse fields to the correct shop number. This is not a fun thing to do aspecialy when using reports with lots of group fields that get f**ked up the moment a sourse field is gone :(
So i tried to load in the tables from all 3 the shops @ the same time and link them where needed under the same shop but there is no link i can use over the 3 shops. and then use a parameter field where i can let the user pick a shop and he then uses the correct tables from that shop.
This keeps getting me errors (somthing like : the current bridgeconfiguration has more then one start point, this is not supported most of the time)on the group field and the like. So i'm hoping somebody can point me in the right direction on how to make reports that are database independant and just pick the database i need depending on the shop given in the parameter field.
Hope this makes a bit of sence
Greetings Tom
Ps: sorry about the writing mistakes i normaly don't speak/write english.
PS2: i have a report definition TXT file from my report if that could help
The error i get when running the report now is "fetching the info from the database failed"
Edited by AdamField - 17 Jun 2009 at 6:20am