marvin2010
Programmer
Can someone please give me a format of a filter string that will have access to multiple database and tables?
I am to access 2 database and several tables to come up with a single report. I need to filter out some columns as the program needs to be able to allow the user to select if he wishes to include all or just a specific category (say, city).
I will have retrieval arguments. So my dw_retrieve will be dw_retrieve(arg1, arg2,...).
Can someone show me the correct format with example on how to go about this?
thanks...
I am to access 2 database and several tables to come up with a single report. I need to filter out some columns as the program needs to be able to allow the user to select if he wishes to include all or just a specific category (say, city).
I will have retrieval arguments. So my dw_retrieve will be dw_retrieve(arg1, arg2,...).
Can someone show me the correct format with example on how to go about this?
thanks...