i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters
like a,b.if pass parameter 'a' p2 should be enable and p3
should be disable then if pass parameter 'b' the vice versa.
Answer / mylapuram
you can create two more dummy parameters(like
p2_dummy,p3_dummmy ) and set display property to no.
now set the default value for p2_dummy as "decode
(p1,'a','Y',null) in the same way for p3_dummmy.
now in the valueset for p2 use where $FLEX$.p2_dummy ='Y'
and similarly for p3.
contact me if u have any doubt in this(on my mail).
| Is This Answer Correct ? | 16 Yes | 0 No |
AOL?
what is meant by boilerplates?
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
what is multi org structure?
What are Mandatory triggers to write in the block, which is created on view?
what are the pl/sql tables
What are different execution methods of executabls?
In interface process we have 1000 records i want to commit every 100 records how? How i can commit every 100 records?
After completing Report customization process.suppose we have 10 report parameter in report so, that we re-register that parameter in concurrent program?
How can we import the data into a database using sql * loader?
LOCKS?