- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:12 PM
I would like to display Catalog variables dynamically.
For example, if you prepare three variables, A, B, and C, and there is an input to A, you can input B.
It is assumed that if there is input in B, input will be possible in C.
Is this possible?
How do you achieve this?
thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:38 PM
Hello @nakamura323,
Create a catalog UI policy on the B and C variables to accomplish this behavior. please refer following screenshots

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:35 PM
Hi @nakamura323 If i Understand your question, you want to display variables like this?
variable A--> filled display Variable B
variable B-->filled display variable C?
is this what you want? then use UI Policy to hide or show variable
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:38 PM
Hello @nakamura323,
Create a catalog UI policy on the B and C variables to accomplish this behavior. please refer following screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:46 PM
Yes, you can create variables with hidden checkbox true and write onChange Client Script to make the other variables visible.
In your Example : you can create B & C variable with hidden checkbox true,
then create an onChange client script (on change of Variable A) and write script to make the Variable B visible.
Similarly create an onChange client script (on change of Variable B) and write script to make the Variable C visible.