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
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: