Question about ComboBox

Question about ComboBox - Сообщения

#1 Опубликовано: 17.07.2022 16:04:48
Prmtv

Prmtv

0 сообщений из 49 понравились пользователям.

Группа: 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)
Файл не найден.
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?
Файл не найден.
#2 Опубликовано: 17.07.2022 16:42:53
overlord

overlord

552 сообщений из 1332 понравились пользователям.

Группа: 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 КиБ) скачан 29 раз(а).

2022-07-17_22-41.png
#3 Опубликовано: 17.07.2022 17:28:21
overlord

overlord

552 сообщений из 1332 понравились пользователям.

Группа: Moderator

You can reduce data matrix like this too.

combobox_question.sm (8 КиБ) скачан 41 раз(а).

2022-07-17_23-26.png
#4 Опубликовано: 18.07.2022 14:42:50
Prmtv

Prmtv

0 сообщений из 49 понравились пользователям.

Группа: User

Wrote

You can reduce data matrix like this too.



Exactly what is needed. Thank you!
#5 Опубликовано: 25.07.2022 14:42:14
Prmtv

Prmtv

0 сообщений из 49 понравились пользователям.

Группа: User

Wrote

You can reduce data matrix like this too.

combobox_question.sm (8 КиБ) скачан 41 раз(а).

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 Опубликовано: 25.07.2022 16:45:07
overlord

overlord

552 сообщений из 1332 понравились пользователям.

Группа: 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 Опубликовано: 26.07.2022 15:40:54
Prmtv

Prmtv

0 сообщений из 49 понравились пользователям.

Группа: 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((
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений