SubList row expressions
Hello,
I have the problem that my expressions don't work in the new empty row at form load.
I have 4 columns, first column is disabled and has calculated expression
=[[@User.Title]]
next 3 columns have following "Enable" expressions:
=[[@SubListCurrentRow.MyList.FirstColumn]] == [[@User.Title]] || [[@SubListCurrentRow.MyList.FirstColumn]] === "" || [[@SubListCurrentRow.MyList.FirstColumn]] === null
this means the 3 columns should be editable when in the first column is the users name or the first column is empty.
This does not work for the new/last row. Filled in rows work correct.
Thanks
Edit: Even if I put =true in the "Enable" expression, the last/new entry row is disabled.
-
you are right, this is because there is no row created before you type in anything in one of the columns and you see this little pen on the left side of the list. you have to let at least 1 column open to edit.
you could simply remove the enabled expression on your first column as it's anyway always calculated.
BR Matthias
0 -
0
Please sign in to leave a comment.
Comments
2 comments