Hi All,
I'm new to Query Reporter and really loves how the reports are generated easily. I want to automate the same reports for several different selection criteria with &variable1=value1, &variable2=value2 for example. The ¶meters is normally to select specific records for regions (F, K, J, etc) &from_date &to_date. Our SQL options is:
AND UPPER(T.REG_DIV_ID) LIKE ('®ISTRATION_DIVISION')
AND TRUNC(t.REGISTRATION_DATE) >= TO_DATE('&FROM_DATE')
AND TRUNC(t.REGISTRATION_DATE)
I'm new to Query Reporter and really loves how the reports are generated easily. I want to automate the same reports for several different selection criteria with &variable1=value1, &variable2=value2 for example. The ¶meters is normally to select specific records for regions (F, K, J, etc) &from_date &to_date. Our SQL options is:
AND UPPER(T.REG_DIV_ID) LIKE ('®ISTRATION_DIVISION')
AND TRUNC(t.REGISTRATION_DATE) >= TO_DATE('&FROM_DATE')
AND TRUNC(t.REGISTRATION_DATE)