AutoCAD Architecture Forum
Welcome to Autodesk’s AutoCAD Architecture Forums. Share your knowledge, ask questions, and explore popular AutoCAD Architecture topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Spaces and and a list selection

1 REPLY 1
SOLVED
Reply
Message 1 of 2
RKoopman
325 Views, 1 Reply

Spaces and and a list selection

I have a question about spaces and manual property definition.

 

I use AutoCAD Architecture 2015.

 

We use a SpaceOjects.psd and have a manual property definition with a list that contains department numbers.

Now I would like to  automatically match a department number, with the corresponding department name.

 

I have looked to the description of the list, and put the department name there, but I cant find the value to match for display in the property set definition.

 

Is there a way to link 2 lists? or any other way to solve the problem?

 

Thanks in advance

 

1 REPLY 1
Message 2 of 2
VitalyF
in reply to: RKoopman

Hi,

 

Please attach an example.

 

Try to use Statements "Select Case"

for example:

 

Select Case "[DepName]"
Case "depA" , "depB" , "depC"
RESULT = "[DepName]"&"-1"
Case "depD" , "depE" , "depS"
RESULT = "[DepName]" & "-2"
Case Else
RESULT = "--"
End Select

 

SpaceDepNumber.gif

 

Where:

property "[DepName]" - Departament Name type "List"

property "[DepNumber]" - Departament Name + Number - type formula

 

 

Vitaly

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost