Values on multiple Drop downs/Radio buttons give single value
Hi,
I am trying to grab the values on multiple Select/Radio buttons, which then on validation translates to a specific single value in a text box. See attached file.
- DROP-DOWN1: 35 cm
- DROP-DOWN2: 48 cm
- RADIO BUTTON1: UDEN AFLØBSUDSKÆRING
- RADIO BUTTON2: GLAT
1+2+3+4 = M02
Many thanks.
Hello, could you tell us if the values you are trying to sum have a fixed result?
could you attach your vp?
Thanks.
Hello, could you tell us if the values you are trying to sum have a fixed result?
could you attach your vp?
Thanks.
Hi Ria
Many thanks for your help.
Attached is my VP.
In the drop dows, there are fixed values, as well as in the buttons of course. The combinations I am looking for are like the below (just 3 exmaples):
35cm + 48cm + "Med afløbsudskæring" = M02
35cm + 64cm + "Med afløbsudskæring" = M05
44cm + 48cm + "Med afløbsudskæring" = M08
I am basicially trying to do the following:
IF "Dybde" is 35cm AND "Højde" is 48cm AND "Med afløbsudkræring" is cheched THEN show "M02-" in the text field by "Artikelnummer". Then do the same for the other combinations. (I am not using the last radio buttons ("Front") in the query for now)
Hope it makes sense :-)
Hi Ria
Many thanks for your help.
Attached is my VP.
In the drop dows, there are fixed values, as well as in the buttons of course. The combinations I am looking for are like the below (just 3 exmaples):
35cm + 48cm + "Med afløbsudskæring" = M02
35cm + 64cm + "Med afløbsudskæring" = M05
44cm + 48cm + "Med afløbsudskæring" = M08
I am basicially trying to do the following:
IF "Dybde" is 35cm AND "Højde" is 48cm AND "Med afløbsudkræring" is cheched THEN show "M02-" in the text field by "Artikelnummer". Then do the same for the other combinations. (I am not using the last radio buttons ("Front") in the query for now)
Hope it makes sense :-)
Hello, I leave you an example, you can see attached to the select list and the radio list an event that creates a variable that concatenates all the selected options, and in the text, the event that gives a fixed value to the result depending on the variable.
Let me know if this information is useful.
Greetings.
Hello, I leave you an example, you can see attached to the select list and the radio list an event that creates a variable that concatenates all the selected options, and in the text, the event that gives a fixed value to the result depending on the variable.
Let me know if this information is useful.
Greetings.
Hi Ria
Perfect, many thanks for this. I actually did something similar but somehow it didn't show the intended result. This works great and I really appreciate you finding the time to solve this.
Hi Ria
Perfect, many thanks for this. I actually did something similar but somehow it didn't show the intended result. This works great and I really appreciate you finding the time to solve this.
Hi, you're welcome!
Let us know if we can help you with anything else.
Greetings.
Hi, you're welcome!
Let us know if we can help you with anything else.
Greetings.
Replies have been locked on this page!