how show placeholder column in my report [message #170268] |
Wed, 03 May 2006 00:40 |
mfa786
Messages: 210 Registered: February 2006 Location: karachi
|
Senior Member |
|
|
hi master
sir
i use report 6i
i am making report with useing emp table i report i need one formula column and one placeholder column i
first i mad report by useing report wizard
after this i go in data modul and select one placeholder column and one formula column i write pl/sql
:cp_1 := :sal;
again run wizard and move
placeholder column and one formula column
in display item
but when i run the report give me this error
rep-1517 column 'cf_1' reffrence column 'sal' which is incompatible frequency
please give me idea how i print my formula result in report
thanking you
aamir
how show placeholder column in my report
|
|
|
Re: how show placeholder column in my report [message #170308 is a reply to message #170268] |
Wed, 03 May 2006 04:34 |
sanka_yanka
Messages: 184 Registered: October 2005 Location: Kolkata
|
Senior Member |
|
|
Here u r assigning the :sal value to ur placeholder column cf_1 which will need to be put into the same frequency level(group level).
Here we called it repeating frame in design mode.
If u set ur design Field into the same repeating frame where the sal column is assigned then it will not shows any error.
Check it out.
Thanks & Regards
Sanka
|
|
|