Re: Fill Dropdownlist with sql result

2017-11-07 Thread t p
I don’t think there is a way to accomplish this using JDBC or PSQL interpreter. https://zeppelin.apache.org/docs/0.7.3/manual/dynamicform.html This can be accomplished using spark interpreter where you can programatically create d

Fill Dropdownlist with sql result

2017-11-07 Thread calamita . agostino
Hi, I'm developing a notebook with jdbc ( mysql ), and I need to create a dropdown list that will be used as parameter for a query. Is there a way to feel this dropdown list dynamically ? That is I want to fill this dropdown list with the result of a query: SELECT DISTINCT IPADDRESS FROM MEASU