Validation on APEX_ITEM with IR
MisterQApr 12 2011 — edited Apr 15 2011Hello,
I had an interactive report with an apex_item.select_list so that the user can directly modify a column with a set of values.
Problem is that performance is not so good as it is doing a select for each record I guess.
So I have replaced it with an apex_item.text and added a validation to verify the correctness of new values. It's OK except that when a value is not correct I'm loosing all data that I have entered.
Any idea how to keep those data when validation returns "not ok"? Or how to optimze performance with apex_item.select_list ?
Thanks in advance,
Q