Dereferencing with Expression Return Value

Is it possible please to dereference directly using a return value, in the same expression, instead of storing the returned value in an additional column?

Example:

  • additionalColumn app formula is: ANY(some list of keys)
  • another column’s app formula is: [additionalColumn].[desiredColumnValue]

Is there a possible single-expression equivalent for the two expressions above? something like:

ANY(some list of keys).[desiredColumnValue]

Thank you!

Nope

2 Likes

OK. Thanks much!

1 Like

That’s the best solution I’ve seen!

2 Likes