Export Recipe - Filter option DSS formula - Unable to use variables syntax ${}

Hello,
Using the export to folder visual recipe with Dynamic recipe repaeat enable, we are unable to perform a filter using a DSS formula and a variable defined from a another dataset using the syntax ${variable_name}.
It seems that it's treated as a column name.
The syntax variables["variable_name"] works perfectly.
Using DSS version 13.5.
Comments
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,574 Neuron
I believe it should be:
CAM == "${CAM}"
-
Indeed it works, thank you. But why is this syntax different from the Prepare recipe formula processor ?
In a Prepare recipe :
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,574 Neuron
The following documentation pages cover your question:
-
Thank you, but this is still not clear to me why in the Export recipe the variable needs to be quoted and doesn't need to be quoted in the Prepare recipe. Aren't they supposed to be evaluated the same way?