I’m working on a form with multiple questions, including three combo box dropdowns where the Items property uses a conditional format like this:
If(
_ProjectTypePTD = "BN" || _ProjectTypePTD = "SN",
FirstN(Choices('Bow thruster execution (PTD informatie V2s)'), 3), // Display the first three options
If(
_ProjectTypePTD = "CN",
LastN(Choices('Bow thruster execution (PTD informatie V2s)'), 3) // Display the last three options
)
)
Luuk


Report
All responses (
Answers (