Before Report Trigger
begin
-- Automatically Generated from Report Builder.
if (:code = '05')
then
return (TRUE);
end if;
return (FALSE);
end;
I have this function in a Before Report Trigger in a report
which when the code is 05 a Frame M2 Displays in the report with the data that goes with this option.
How do i Modify the function above to allow code 04 to display a frame M5 in the report with specific data that goes with the code and
same for code 06.