Circular dependency from derived table error

I am getting the follow error: "Circular dependency detected from derived table to source explore"

I have my main table A with all the transactions. I created a Native Derived Table B with only the primary key of table A and a subset of the rows.

I need to join A to B on the key always. I have used required_joins parameter.

I get this error: "Circular dependency detected from derived table to source explore A"

Any ideas?

0 0 555
0 REPLIES 0
Top Labels in this Space
Top Solution Authors