Skip to main content
8-Gravel
March 9, 2023
Solved

Combo Box with variables

  • March 9, 2023
  • 2 replies
  • 2475 views

hello. 

I am trying to make a combo box with multi choices of various equations depending on defined variables, the attached file will explain it very well.

how can I make it work?

thanks, 

Best answer by ttokoro

  

 says that. Prime 7 sheet attached.
 
 
 
 
image.pngimage.png
 
 

2 replies

24-Ruby III
March 9, 2023

@KB_10612849 wrote:

hello. 

I am trying to make a combo box with multi choices of various equations depending on defined variables, the attached file will explain it very well.

how can I make it work?

thanks, 


Hi,

I hope https://www.youtube.com/watch?v=vMLCU3uXZmA video explains to you how to use ComboBox.

8-Gravel
March 9, 2023

thank you, but unfortunately, I need to make equations inside the compo box.

24-Ruby III
March 9, 2023

Hi,

you can define combo box for two values:

 

numerical_coefficient ... 0.75, 0.56 and so on

Kc ... 1, 1, 1.5, 1, 1

 

... and use this "combo box variables" in equation.

ttokoro
21-Topaz I
ttokoro21-Topaz IAnswer
21-Topaz I
March 10, 2023

  

 says that. Prime 7 sheet attached.
 
 
 
 
image.pngimage.png
 
 
t.t.
8-Gravel
March 10, 2023

Thank you.