Advanced Reference Qualifier Based-On Current Variable

codechaser
Giga Expert

Need help setting-up an advanced reference qualifier that uses the 'u_term_code' field from the *Term drop-down as a dependency and returns a list of courses that share the value.

javascript: u_term_code = current.variables.u_term_code;

Above, is the code I currently have.

Grade_Change_Form.png

47 REPLIES 47

SanjivMeher
Kilo Patron
Kilo Patron

It should have quotes and the variable name



javascript: 'u_term_code = '+current.variables.your_term_variable_name_here;



Please mark this response as correct or helpful if it assisted you with your question.

Thanks Sanjiv!   It still doesn't return any variables in the courses drop-down.   Do I need to dot-walk, since I am comparing the same field from two different tables?


Where does the Term variable points to? Can you post a screenshot of the variable dictionary record?



And in the course record, the u_term_code, is it a reference field pointing to a table?



Please mark this response as correct or helpful if it assisted you with your question.

term_code_definition.png



the u_term_code is a reference pointing to a different table in the course record.