Hi all,
m using jdev version 12.2.1.2.0
My use case is like i want a table column RValue to render as lov or an input text depending on condition.There is only 1 lov here.
RName, RCode, RValue are names of columns.
if Rcode is OL1A i.e airline ,then lov should render for that column RValue but if it is OL1F i.e fare then input text sholud render to input amount
For example:
Given below are two rows in table
RName RCode RValue
1. OL1A: Option 1 Airline OL1A Lov should come to select airline
2. OL1F: Option 1 Fare OL1F input text should come to enter fare
Plz Help
Thanks,