Home » Developer & Programmer » Reports & Discoverer » Urgent Pls
Urgent Pls [message #88946] Thu, 03 July 2003 05:26 Go to next message
jan
Messages: 71
Registered: August 2002
Member
i have two columns eg sal, comm other than
empno, ename etc
i want to diplay heading of only those out of two(sal, comm) which is not null
ie if comm is null then its heading should not appear
how
Re: Urgent Pls [message #88952 is a reply to message #88946] Mon, 07 July 2003 01:42 Go to previous messageGo to next message
sujit
Messages: 94
Registered: April 2002
Member
hi,
you can write the code in the format trigger of the heading
if comm is null then
return false;
else
return true;

Sujit
Re: Urgent Pls [message #88974 is a reply to message #88952] Sun, 13 July 2003 10:19 Go to previous message
shareef
Messages: 72
Registered: November 2002
Member
Thanks sujit, good idea.

shareef
Previous Topic: Highlight alternative rows with green shade on report
Next Topic: how to increse the printable area
Goto Forum:
  


Current Time: Fri Mar 29 01:30:02 CDT 2024