@zgredzio010
What you have to do is.
add an onChange event on the dropdown,
then add the length of the dataset to a textfield.
$w(“#yourTextField”).text = $w (“#yourDataset”). getTotalCount ();
@zgredzio010
What you have to do is.
add an onChange event on the dropdown,
then add the length of the dataset to a textfield.
$w(“#yourTextField”).text = $w (“#yourDataset”). getTotalCount ();