Skip to main content

necesito es teniendo un campo en blanco en un dashboard publicado se pueda escribir y con lo que se escriba se vaya editando mi consulta sql por ejemplo si tengo una consulta

select * from tabla where columna='(parametro)'  

si yo escribo "hola" en el campo en blanco la consulta sea

select * from tabla where columna='hola'

y esos datos de la consulta me aparezcan en el dashboard

3 answers
  1. Jul 18, 2019, 10:42 PM

    Yes, this is possible. You will need to have a live connection to the database. Here is an example of how it can be done:

    Yes, this is possible. You will need to have a live connection to the database. Here is an example of how it can be done: Hope this helps.

    1.png

    1.png

     

    Hope this helps.

0/9000