I placed the expression in the Content setting. When I try to input the value from the Show column in the ‘Display’ field of the inline form, the error message says the column name cannot be found.
Ha, ha. Well because I don’t know the steps to update a display name in situations where the form says:
“This formula is not evaluated in the context of a row, so column values are not available.”
I was trying to start from a foundation of the steps I use to update a Display Name with an expression,
Use Case
Set the display name to the specific value of the item the user is drilling down to. The result is to provide more awareness of where the user is in the app.
Perhaps I am using one of the terms incorrectly, in describing my use case
You can’t use expressions for Display Name in “collection” Views (Views that show more than 1 record), that reference values that are specific to only 1 record.
It is not clear from your description what kind of View you’re working with though.
I think this may be an issue of terminology. I will illustrate the use case, step by step
Use Case
View 1 - List of Cars (i.e. Car List)
Action 1 - Click on a specific car in the Car List
Required View Display Name
Name of specific car that was selected from the Car List
Car View Display Expression
[_THISROW].[CarID].[Name]
View Display Result
Name of car that was selected (e.g. Corvette)
Success
Current View
CarDetail
(the Corvette that was selected in Action 1)
Action 2 - Click on an item in the list of Corvette parts (inline)
Required View Display Name
Corvette
The name of car that was selected in Action 1 (above)
Car View Display Expression
I am trying to understand how to use the SHOW Column type and Content to set the inline View Display name as the car that was selected.
The expression below is not applicable
[_THISROW].[CarID].[Name]
based on the ‘This formula is not evaluated in the context of a row, so column values are not available.’ prompt above the View Expression box.
Does this clarify the use case and the problem I am trying to solve?