![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I being doing a calculation program but is not working it all. this is what I want to do: I have to field "Width" and "lenght" that are regular number fields, fallow I have 4 check boxes "CC", "DD", "BB" and "Operable" in the end I have 2 final fields "width2" and "lenght2" those are calculations. What I tray to do is when you enter a qty in Width, and if you pick one of the three firts check boxes the qty changes in the width2; this can be one of the other plus "operable". For the lenght is the same operation. This are the values for the check boxes: CC= -0.5, DD= -1, BB= +4 and Operable= +1. Here are the formula that I tray to use: If(CC Dim="CC Dim",Width - 0.5, If(DD Dim="DD Dim",Width - 1, If(BB Dim="BB Dim", Width + 4, Width))) and (If(Operable="Operable", Width +1,Width)) please somebody help me. |
#3
| |||
| |||
|
|
Hello, I being doing a calculation program but is not working it all. this is what I want to do: I have to field "Width" and "lenght" that are regular number fields, fallow I have 4 check boxes "CC", "DD", "BB" and "Operable" in the end I have 2 final fields "width2" and "lenght2" those are calculations. What I tray to do is when you enter a qty in Width, and if you pick one of the three firts check boxes the qty changes in the width2; this can be one of the other plus "operable". For the lenght is the same operation. This are the values for the check boxes: CC= -0.5, DD= -1, BB= +4 and Operable= +1. Here are the formula that I tray to use: If(CC Dim="CC Dim",Width - 0.5, If(DD Dim="DD Dim",Width - 1, If(BB Dim="BB Dim", Width + 4, Width))) and (If(Operable="Operable", Width +1,Width)) please somebody help me. |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |