Home » Developer & Programmer » Reports & Discoverer » see my error : (REP-1272: Column ‘CF_1’ may not be used as break Column.)
see my error : (REP-1272: Column ‘CF_1’ may not be used as break Column.) [message #174701] Tue, 30 May 2006 06:28 Go to next message
mfa786
Messages: 210
Registered: February 2006
Location: karachi
Senior Member
Hi master
Sir I have master detail report and I use one formula column and one place holder column in my report in master section
I use this code

function CF_1Formula return Date is
begin

if :chqdate is not null then
:cp_1 :=:chqdate;
else
:cp_1 :=:sdate;
end if;
end;

Sir when I run my report then system give me this error

REP-1272: Column ‘CF_1’ may not be used as break Column.

Please give me idea how I get report

Thank
aamir
Re: see my error : (REP-1272: Column ‘CF_1’ may not be used as break Column.) [message #174880 is a reply to message #174701] Tue, 30 May 2006 22:20 Go to previous message
rsaluj
Messages: 13
Registered: May 2006
Junior Member
Break order cann't be specified on functions
Previous Topic: border lines are not displaying in the Oracle html reports
Next Topic: Dynamically Set Chart Filename Property
Goto Forum:
  


Current Time: Sun Jun 30 11:25:40 CDT 2024