Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey community
Is it possible to create a text object which is not shown to the users on the access point?
/Michael
You can use a conditional show for the Text Object and use an expression like this:
=Not( ClientPlatform() Like 'Browser.*' )
If you want to hide it from mobile clients too you can do this:
=Not( ClientPlatform() Like 'Browser*' OR ClientPlatform() Like 'Mobile.*' )
You can use a conditional show for the Text Object and use an expression like this:
=Not( ClientPlatform() Like 'Browser.*' )
If you want to hide it from mobile clients too you can do this:
=Not( ClientPlatform() Like 'Browser*' OR ClientPlatform() Like 'Mobile.*' )
Hej Petter.
ClientPlatform() = '' seems to be working when I want to NOT show the object on the access point.
Tak!
Takk
Please close the thread by marking it as answered ....