Hello,
I'm wondering if it is possible to write a custom macro than could be run prior to the query in Business Objects that checks the SQL for certain criteria: ie -
SELECT
*
FROM
TBL_GENERAL_INFO
WHERE
TBL_GENERAL_INFO.DATE = "14/10/06"
AND TBL_GENERAL_INFO.CITY = "LONDON"
- run the macro to check that the query contains specific date criteria (must have TBL_GENERAL_INFO.DATE = "xx/xx/xx") - if the query does not (mssge box pop up) - then you could edit it prior to submission.
Any tips would be greatly appreciated.