Question about ComboBox

Question about ComboBox - Messages

#1 Posted: 7/17/2022 4:04:48 PM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

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.
#2 Posted: 7/17/2022 4:42:53 PM
overlord

overlord

551 likes in 1332 posts.

Group: Moderator

Wrote

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?


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).

2022-07-17_22-41.png
#3 Posted: 7/17/2022 5:28:21 PM
overlord

overlord

551 likes in 1332 posts.

Group: Moderator

You can reduce data matrix like this too.

combobox_question.sm (8 KiB) downloaded 39 time(s).

2022-07-17_23-26.png
#4 Posted: 7/18/2022 2:42:50 PM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Wrote

You can reduce data matrix like this too.



Exactly what is needed. Thank you!
#5 Posted: 7/25/2022 2:42:14 PM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Wrote

You can reduce data matrix like this too.

combobox_question.sm (8 KiB) downloaded 39 time(s).

2022-07-17_23-26.png



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
overlord

overlord

551 likes in 1332 posts.

Group: Moderator

Wrote

Hello. 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
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Wrote

Wrote

Hello. 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((
  • New Posts New Posts
  • No New Posts No New Posts