- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have an iLogic model with 3 different models of furniture that i can select through a parameter called "Model".
Whenever I choose one of the models in my iLogic form it enables multiple features corresponding to each one of the models and disables the ones that don't belong to it.
But now I want to "restrict" parameters (i.e. width) to specific values with respect to the model that I'm working on.
For example
For the model A I just want to be able to pick up widths of 20, 26 and 30
For the model B I want widths of 16, 20 and 22
And for model C I want widths of 25 and 30.
How can I restrict the values that I can assign to these parameters given the model that im currently working on without using lots of if's and having a very long piece of code? Also it would help to know how can I disable certain parameters when choosing certain model and enabling them for other models. I've read there's a function called multivalue list to assign possible values to parameters. Do you know how can I use that function for this application? Thanks
Solved! Go to Solution.