Hello everyone,
I need a urgent query related rendering multiple conditions on single column.
For e.g I have a Table region like below
columnA, columnB
B=1 LOV
B=2 LOV
B=3 InputText
B=4 InputDate
both columnA,B are varchar2
I applied multiple LOVs on single columns like in
http://www.awasthiashish.com/2015/02/adf-basics-set-multiple-lovs-on-attribute-and-conditionally-switch-using-lov-switch…
thats work find,
how to apply InputText and InputDate on same columnB where I already defined multiple LOVs in VO.
Note: I have Table region.
It is possible?