Home » Developer & Programmer » Reports & Discoverer » variable 'RT' and print 'Return from Supplier' ..HOW???? and where??
variable 'RT' and print 'Return from Supplier' ..HOW???? and where?? [message #194248] Thu, 21 September 2006 05:19 Go to next message
kamran.it
Messages: 265
Registered: September 2005
Location: Karachi
Senior Member
Report 6i

I have a field there are two 2 diff. words
1. RT
2. RF
I want when :varaible='RT'
return ('Return to Supplier')
else
return ('Return from Dept');
where I have to mention this logic?? (in which triger)
Re: variable 'RT' and print 'Return from Supplier' ..HOW???? and where?? [message #194250 is a reply to message #194248] Thu, 21 September 2006 05:22 Go to previous message
sandeepk7
Messages: 137
Registered: September 2006
Senior Member

You can use simple formulla trigger,

if :varaible='RT' then
return ('Return to Supplier');
else
return ('Return from Dept');
end if;

is it the same you need or you are having some other problem?

Sandy
Previous Topic: Activex problem during open the Oracle applcation
Next Topic: Run Report With Host Proc
Goto Forum:
  


Current Time: Mon Jul 01 06:11:37 CDT 2024