Next Issue.
I created a Dynamic Action wich calls a Function and returns a SQL String. By clicking the execute the SQL statment will be returned.
This part works as expected.

The call ("Butten Execute" is as follows:

And the setting:

here is the function call:
begin
l_query := create_DQ_QRY(:P410_CONDITION,:P410_CONDITION_VALUE_ONE,:TABLE_ID,:ATTRIBUTE_ID);
wwv_flow.debug(l_query);
return l_query;
end;
Would I would like to to and to archive is to create a Chart Region with the same Query but I got the Error Oracle no data found.
