Hi All,
I wish to modify value ‘Category’ depending on my selection in ‘Group’
Can anyone provide a suggestion on how to modify my code to work?
Currently, ‘Category’ value list reflect the selection I made in ‘Group’, however I am unable to select from the list
Your script makes “category” conform to “group”. When you select anything in “category”, your script recomputes. That means “category” will conform to “group” again.
You’ll need to handle changes in input “x” and input “y” separately.