---
original_url: "https://jace.pro/blog/mirroring-choices-on-catalog-items/"
format: markdown
ai_optimized: true
---

Mirroring choices on catalog items- # Mirroring choices on catalog items

August 13, 2021 [servicenow](/tags/servicenow/)

  Enable AI AnimationTo do this you don’t need a lot. I’ve hinted at this kind of stuff before with my [Lookup Select Attribute](https://jace.pro/post/2017-10-28-lookup-select-attributes/) post. Here I’ll spell it out.

Make `category` variable with the following bits

Type: Lookup select box
- Include none: true
- Table: `sys_choice`
- Reference Qualifier: `name=incident^element=category^language=en^inactive=false^ORDERBYsequence`

- Make `subcategory` variable with the following bits

Type: Lookup select box
- Include none: true
- Table: `sys_choice`
- Reference Qualifer: `javascript: 'name=incident^element=subcategory^language=en^inactive=false^dependent_value=' + current.variables.category`
(note the dependent value column in your query)
- Attributes: `ref_qual_elements=category`

---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2021/2021-08-12-mirroring-choices-on-catalog-items.md).

[Mirroring choices on catalog items](https://jace.pro/blog/mirroring-choices-on-catalog-items/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/mirroring-choices-on-catalog-items/*
