Hi, I have a really simple concept that I just cannot get to work. I am customizing a SharePoint list form and I want to control the visibility of a lookup field based on the setting of a Yes/No toggle in the preceding question.
i thought something like this would work: If(DataCardValue6.Value=1,true,false) in the Visible function of the lookup field.
DataCardValue6 is the Yes/No toggle in the preceding question
I have tried 1 / On / Yes in the logic and nothing works
what am i doing wrong?!
Solved! Go to Solution.
Hi @RM365 ,
Simply set the Visible of the Lookup control to
DataCardValue6.Value
If it is true, then the Visible will be also true (and the opposite)
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.
Hi @RM365 ,
Simply set the Visible of the Lookup control to
DataCardValue6.Value
If it is true, then the Visible will be also true (and the opposite)
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.
That DataCard returns 2 values (true or false)
So, if you put
DataCardValue6.Value
on visibility, it will solve your problem
Told you it was simple - thanks @WarrenBelz - works a charm
and thanks @Nogueira1306 also!
User | Count |
---|---|
158 | |
97 | |
82 | |
76 | |
59 |
User | Count |
---|---|
195 | |
175 | |
103 | |
94 | |
87 |