Hi All,
I'm working on a form that is intended to filter down choices based on previous choices.
I have an object which determines the "tier" staff can choose. I'm trying to use an AQL filter like the following:
"Tier" = ${customfield_11461.tier}
where {{customfield_11461.tier}} is a value from 1-6, but it doesn't seem to work. I'm wondering what I'm doing wrong.
Hi Remy,
Instead of this: "Tier" = ${customfield_11461.tier}
Can you try this: Tier IN (${customfield_11461.label${0}})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.