Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex,Supported Substitution page item

Chandler BingOct 18 2019 — edited Oct 18 2019

i need a help……i am new in apex ……i create two date picker page items i.e. ..date_1 and date_2 . i am create a dynamic action on date_2 that check date_2 is not less than date_1,if it is then give alert message.
so what i did is that, i create a dynamic action and in client condition column i choose :
type = item < value
item = date_2
value = &date_1.

so the problem is value in &date_1 is going to be null. i dont understand why?
is there are another way to pass page item value .

please help ………………

This post has been answered by Pavel_p on Oct 18 2019
Jump to Answer
Comments
Post Details
Added on Oct 18 2019
7 comments
314 views