two dataset at the same page?

Hi…
II need to conect a table with Ventas_dataset and a dropdown to Clientes_dataset at the same page, I put both but the second doesn’t work… y tried put the dropdown and dataset_2 in an other page with the same configuration and it worked fine…so, Can i put two dataset and the same page?, what can I do to get the goal?

this is the configuration: it works fine in an other page but no where I need it


thanks,

Hi,
Can you elaborate into what is it that you are trying to achieve? Are you using this dropdown for some kind of filtering on the second dataset?

Hi… the Distribuidor_dataset (dataset2) is for filter the table, I will take the value of that dropdown (#selecton2) and with code I will do the filter (dataset1):

var Filtro=$w("#selection2").value; 
    $w("#dataset2").setFilter(wixData.filter().contains("title",Filtro));  

}

I reviewed the web page in my cellphone and it’s working (movil view):
Movil web page:

but in PC web it is not working.


thanks

if you want, please review the web site in PC and Movil web

https://www.coffeetimebogota.com/clientes

you can try with 1013591713 number in the first TextBox