Hi all,
I'm trying/testing the visibility of a Button (Availability - Visible - Formular) in Application Studio:
=Reportvariable -> (works, but is not useful in my case)
=A1 -> (when A1 is a cell) gives an error: A1 unexpected, Line 1 Column 1
=If(A1=" ";"True","False") -> gives an error: A1 unexpected, Line 1 Column 4
the same when I try $A$1 or 'A1' as example
What is the right way to ask a cell content?!
BR