Hi. I am strugling a bit with a function that probably have an obvious solution.
I have a Gallery with 5 txt fields. The gallery is filtered via a dropdown menu. I want a button to be visible when all 5 txt fields is either blank or better yet have numeric values. I Get that to work on one row in the Gallery but not for all rows displayed in the Gallery when filtered via my dropdown menu
On button Visible:
This works for one row, but not for all: If(!IsBlank(Txt_Nivå.Text);true;false) When i include If(Gallery_Målinger.Allitems;!IsBlank(Txt_Nivå.Text);true;false) it fails.