Hey, this is my first post on this site. This thread, among others I found, have helped me immensely when learning how to effectively use Autocad. I'd like to thank all of you guys for your insights.
I have been working with Autocad for a while now, and I have a bit of experience with using multiple lookups. Some of the blocks I've worked on have up to 256 visibility states.
I do have an issue with a block I am currently working on, and I was hoping someone else here may be able to help.
I have been asked to make a block representing a wiring diagram that can have one of 4 different main options for it, and each option has a variety of sub-options. The first one has 4 sub-options, the second has 8 sub-options, the third has 10 sub-options, and the 4th has 25 sub-options. Because of how varied these are and there is text on them I need to use separate visibility states for each of these. This is a total of 47 visibility states. The point of this is to lock in the data in a specific way so that our checkers can look to see if this block is intact, and reduce the amount of time needed in checking.
I have been trying to find a way to make one dropdown for one of the 4 main options available, and then that opens up a secondary sub-option dropdown unique to each of the different main options which can be used to select the appropriate visibility state representing the selected option and sub-option. Everything I know about using dropdowns tells me that this is 4x4x8x10x25 different permutations needed in my lookup table, or 32000 different rows in my lookup table that I need to setup. I have been researching and have not seen anywhere how to do this in a simpler way..... Does anyone have any ideas? I would prefer to do it this way if it is practical.