I am a new Business Objects developer. I have not had a class in Business Objects and I don't know much about it. My new task is to modify existing Business Objects reports. All this is to say that I may need a more detailed answer than others may need.
I need to add a condition to a query. In SQL my condition would be:
SELECT FISC_MNTH FROM MF_CLDR_DT WHERE CLDR_DT = TO_DATE(TO_CHAR(SYSDATE, 'MM/DD/YYYY'), 'MM/DD/YYYY');
I know how to put the FISC_MNTH field in the Result Objects pane and to put the CLDR_DT in the conditions pane. I added Equal to to get "CLDR_DT Equal to", but I can't get any further. How do I add the to_date function and the sysdate variable as specified above? None of the operands on the left look to work with my request.
Thank you for your help.
Tammy
I need to add a condition to a query. In SQL my condition would be:
SELECT FISC_MNTH FROM MF_CLDR_DT WHERE CLDR_DT = TO_DATE(TO_CHAR(SYSDATE, 'MM/DD/YYYY'), 'MM/DD/YYYY');
I know how to put the FISC_MNTH field in the Result Objects pane and to put the CLDR_DT in the conditions pane. I added Equal to to get "CLDR_DT Equal to", but I can't get any further. How do I add the to_date function and the sysdate variable as specified above? None of the operands on the left look to work with my request.
Thank you for your help.
Tammy