Cannot compare list with text

nthnn060500_0-1710310931789.png

nthnn060500_1-1710311029466.png

Hello, I'm new with this app sheet thing. So i wanted to make the "Information Security & Div Head" field appear if i select it on the "Persetujuan Pemberian Data" field. But then it gave me an error that tells me it cannot compare list with text. Any solution would be appreciated ๐Ÿ˜„

Solved Solved
1 4 61
1 ACCEPTED SOLUTION

You can use IN() expression for this purpose. Something like..

IN([Persetujuan Pemberian Data],LIST("Information Security & Div Head"))

View solution in original post

4 REPLIES 4

You can use IN() expression for this purpose. Something like..

IN([Persetujuan Pemberian Data],LIST("Information Security & Div Head"))

This IN() is indeed the solution to this problem.

Thank you sir for the solution! Appreciate it ๐Ÿ˜

Good to hear it solved your challenge!

Top Labels in this Space