Hi I'm trying to get multiple values into a form using url query string. I have created a formula.
=URL string to form? + "PBM=" + IF([PBM 5]@row; "value 1" + "&" + "PBM=" + IF([PBM 7]@row; "value 2")+ "&" + "PBM=" + IF([PBM 8]@row; "value 3"))
The form has vertical checkboxes and the column is a dropdown with multiple select.
I do not get the values to be selected, I have used different way's but no result.
any tips?