Ajax Cascade For Select Box Using Open Query

Confluence User - 17 Aug, 2022

how can i use filter for ajax cascade in select box while using open ora query ... I have used ajax cascade before on views where its simply using (?) after where but in this scenario its not working can anyone help me regareding this

select x,y from view where x=(?) .... This work fine but 
   
select * from openquery(ORA_ORACLEERP,'select x,y from View where x=''(?)''')

                                                     

selectbox;ajaxcascade

1


23 Aug, 2022
confluenceUser
confluenceUser

Hi, what is the error message in the logs? That should help to pinpoint the actual problem.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print