Hello,
I have a Combobox with 10 choices today, and I've managed to count the number of selected choices. Now, how can I count the total number of choices? I want to make a comparison to see if 7 out of 10 are filled.
Here is my code:
ComboBox Items: ["A";"B";"C";"D";"E";"F";"G";"H";"I";"J"]
CountRows(ComboBox1.SelectedItems)
