cqf-tooling icon indicating copy to clipboard operation
cqf-tooling copied to clipboard

Cannot determine expression for data requirement

Open brynrhodes opened this issue 3 years ago • 0 comments

When attempting to determine data requirements for a specific library, the following error is encountered:

"Cannot determine expression for data requirement because the source is not an AliasedQuerySource or LetClause"

This can occur when the primary source for the query is a property, so the "retrieve" is a manufactured retrieve to represent the primary source. When this occurs, there is no data type on the retrieve, and the resulting attempt to access the type through the expression of the source fails.

brynrhodes avatar Jun 08 '21 16:06 brynrhodes