Hi @noahboerger, We have an issue regarding [this kind of script](https://github.com/InseeFr/Trevas/blob/develop/vtl-engine/src/test/java/fr/insee/vtl/engine/visitors/expression/functions/SetFunctionsVisitorTest.java#L268) with the DAG feature. If we don't disable the `$vtl.engine.use_dag` property, the test fails because of scope issue for `LOOP` variable. What do you think about?
Hi @noahboerger,
We have an issue regarding this kind of script with the DAG feature.
If we don't disable the
$vtl.engine.use_dagproperty, the test fails because of scope issue forLOOPvariable.What do you think about?