Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Bob, Try the below sql. select * fromuser_tablewhere user_column not like '%-99'and user_column not in (select replace(user_column,'-99','-00') from user_table where user_column like '%-99' ); Thanks, Rahul.
-
Hi, Try bursting the report. Create a bursting definition for the report and you can use your parameter in the subject name. Thanks, Rahul