Skip to content
Advertisement

Tag: oracle-apex

Dynamic List View with Item value in where clause

I have a List View Region that I would like to update the contents of based on a Select List, without a submit call or page refresh, but I am open to suggestions that don’t use the select list bind variable in the where clause. List View Region (P1_LIST_VIEW) Select list: The dynamic action is When: On Change -> NULL

Read values from text field individually

I would like to read all values from a text field/text box individually and then write them to a table: Example: Output: This is an example of a text I want to read out How can I use a loop to read the text field/textbox? That is, whenever a space comes the new subsequent value must be in a new

Advertisement