You can’t calculate the Form view’s name from the record that is opened. That’s why you are seeing the alert “This formula is not evaluated in the context of a row, so column values are not available.”.
Hi Steve,
I am modifying the Construction Daily Reports App to suit my use. I am trying to change the display name of the foreman dailies form view to something based on a formula but it says “This formula is not evaluated in the context of a row, so column values are not available.”
How can I have the diaplay name of this view to be the Job name?
You can’t calculate the Form view’s name from the record that is opened. That’s why you are seeing the alert “This formula is not evaluated in the context of a row, so column values are not available.”.
[What is the error here? LOOKUP([_THISROW].[A...](https://community.appsheet.com/t/what-is-the-error-here-lookup-thisrow-a/1214/8) Questions
+Steve Coile Sorry Steve. I failed on my attempt. LOOKUP([_THISROW].[AccountHeadId], AccountHeads, AccountHeadId, AccountHeadName) This expression is not working in usersettings.
No solution that involves [_THISROW] will modify the form’s display name. I would encourage you to consider adding a Show column of category Page_Header or Section_Header to the beginning of your form and using it to display what you want. A Show column can make use of the current row’s column values.