Hi,
is it possible to set the visibility of a widget when loading a page, depending on the value of another widget on that page?
Suppose a database with names on master-page and on the detail page, the name should be displayed always, also the age, but then a third widget should be visible only when age < 20
I tried this action:
(source) DETAILPAGE - (event) ENTER - (target) WIDG_3 - (action) SET VISIBLE -
buth I can’t figure out how to set the if-then based on age-value.
Wim