Forum Discussion
CR
7 years agoResolver II
Append 2 tables - expression.error: a cyclic reference was encountered during evaluation
Hi everybody, I need help because I don't understand why I get the error message expression.error: a cyclic reference was encountered during evaluation when I try to add the content of the table ...
- 7 years ago
table 2 is dependant on table 1
in step#"Not in PDB - merge query 1"
you do join with MASTER PDB TEMP
I'd suggest creating reference to MASTER PDB TEMP and appending Table 2 to the new, referenced query
Stachu
7 years agoCommunity Champion
table 2 is dependant on table 1
in step
#"Not in PDB - merge query 1"
you do join with MASTER PDB TEMP
I'd suggest creating reference to MASTER PDB TEMP and appending Table 2 to the new, referenced query
- CR7 years agoResolver II
indeed, it is, I understand now why it doesn't work.
So yes, I need a new query. Let's go !
Thanks,
CR