Announcements
I have one field with choces: A, B,C
Please, help, how to make another field invisible depending of the choices?
For example, if choice is A, then visible, If not A, invisible
Hi @Anonymous ,
Yes able to be done. You did not say how the user was choosing the options, but I will assume a dropdown and call it DD1 - replace with your control name. The Visible property of the Control you want visible on A would be
DD1.Selected.Value="A"
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
I put this
'Тип оборудования'.Selected.Value ="Частотные преобразователи", but there is an error Invalid argument type
HI @Anonymous ,
Sorry I can't translate but I assume 'Тип оборудования' is the drop-down and "Частотные преобразователи" is the choice from the drop-down. I based the code on the field being a Choice Field (hard coded in SharePoint) the other two possibilities are
'Тип оборудования'.Selected.Result
if it is a Distinct filter and
'Тип оборудования'.Selected.'Частотные преобразователи'
if it is based on a filtered list. After you type 'Тип оборудования'.Selected. (note second dot) you should see the valid values underneath.
I have tried again and there is no error only if I put 'Тип оборудования'.Value.
But still formula does not work
Is it something with SP list?
What type of control is Тип оборудования' ?
I was assuming a DropDown/ComboBox when you said Choices.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1