The CreatorCon Call for Content is officially open! Get started here.

Reference Qualifier question

Sam10
Tera Expert

Hi Guys,

 

I'm stuck in this issue for hours and hours and appreciate if anyone can jump in and help me out with this. 

 

So I have a catalog item, there's two fields. branch (select_branch) and member (Member). These two are reference fields that looks up to the table "u_branchmembers" and the technical names in the table for those two are u_branch and u_member respectively.

 

So when somebody open up the form and select a branch , I need the options in the drop down to filter and show members who are part of that branch. (branch and members have a 1 to Many relationship).

eg: u_branchmembers

MemberBranch
Ashley BarnesNew York
Kate Infield Detroit
Daemon Wayne New York
Ashley Barnes Detroit 

 

When selected Branch is New York or Detroit, two options should be shown but Ashley Barnes should be an option both times as she is a member of both branches. 

 

 

 

 

 

 

How do I accomplish this? 

6 REPLIES 6

Vrushali  Kolte
Mega Sage

Hello @Sam10 ,

 

Can you try below reference qualifier query and check if it works?

 

u_branch=current.variables.select_branch


VrushaliKolte_1-1721229050337.png

 

 

If my answer solves your issue, please mark it as Accepted✔️ and Helpful 👍based on the impact.

Hi Vrushali,

Tried it but no luck. My members field options come out unfiltered.