JS object fields in expressions
Hi all,
I'm building a lookup javascript object whose values I want to use in an enrichment activity as a calculated field. Here's an example of what i want to happen
Variable:
instance.vars.variableA={key:'value'};
---
Expression
$(instance/vars/@variableA[@columnFromTargetingDimension])
Hope I'm making sense. I need to read the associated value from the javascript object based on a field from the targeting dimension but i'm having problems with the syntax or if this is possible in the first place. I'm also open to other approaches as well except for enumerations for reasons I won't get into.
Thanks,
--Erik