1 Pages (7 items)
Question about ComboBox - Messages
#1 Posted: 7/17/2022 4:04:48 PM
Hello.I have data. I want choosing "a", get only relevant values to choose "b" and output value "c" (if a=10mm; for b there should be options only 1.5 and 2; e.g. selected b=2; means c=8.0mm)
File not found.
Question 1: How can I do that?
Question 2: Choosing from a list of values "a" with this assignment of the matrix values are repeated. How to avoid it?
File not found.
File not found.
Question 1: How can I do that?
Question 2: Choosing from a list of values "a" with this assignment of the matrix values are repeated. How to avoid it?
File not found.
#2 Posted: 7/17/2022 4:42:53 PM
WroteQuestion 1: How can I do that?
Question 2: Choosing from a list of values "a" with this assignment of the matrix values are repeated. How to avoid it?
You may need a temp data derived from first combobox selection.
And use that new data at second combobox.
Here is your both questions answered.
Regards
combobox_question.sm (8 KiB) downloaded 27 time(s).
#3 Posted: 7/17/2022 5:28:21 PM
#4 Posted: 7/18/2022 2:42:50 PM
WroteYou can reduce data matrix like this too.
Exactly what is needed. Thank you!
#5 Posted: 7/25/2022 2:42:14 PM
WroteYou can reduce data matrix like this too.
combobox_question.sm (8 KiB) downloaded 39 time(s).
Hello. If I need to enter data manually, for example a=11mm or b=4, how can i do this?
The choice must be both from the list and manual. Maybe it should be an item in the list that allows manual data entry.
#6 Posted: 7/25/2022 4:45:07 PM
WroteHello. If I need to enter data manually, for example a=11mm or b=4, how can i do this?
Then you won't need a combobox selector.
An if/else or cases() function shall be enough.
Regards
#7 Posted: 7/26/2022 3:40:54 PM
WroteWroteHello. If I need to enter data manually, for example a=11mm or b=4, how can i do this?
Then you won't need a combobox selector.
An if/else or cases() function shall be enough.
Regards
I didn't find cases function(( How can be implemented this through a if/else or a function cases? Unfortunately, I haven't been able to figure this out yet((
1 Pages (7 items)
-
New Posts
-
No New Posts