You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dare is unable to support multiple column names within the same Field Expression.
i.e.
[{// Can't have both fist_name and last_name in the same field expression string`displayName`: 'CONCAT(first_name, last_name)`
}]
Field expressions at the same model level should be straight forward to implement.
Cross models field expressions would be much harder to implement given how Dare constructs a tree representation where each node on the tree has the field expressions and the table definition which is required.
The text was updated successfully, but these errors were encountered:
Dare is unable to support multiple column names within the same Field Expression.
i.e.
The text was updated successfully, but these errors were encountered: