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

Text Expression Error??

1 REPLY 1
SOLVED
Reply
Message 1 of 2
cloquet
1836 Views, 1 Reply

Text Expression Error??

I'm having trouble understanding the Text Expressions.

This Expression works as follows:

 

CONCAT ( CONCAT ( CONCAT ( CONCAT ( PARCEL_NUM , '\n' ), Owner_Name ), Prop_Add1 ), Prop_Add2 )

 

But then I want to add and enter after each field, so i put in this Expression but i get an error saying the number of arguments for function is invalid:

 

CONCAT ( CONCAT ( CONCAT ( CONCAT ( PARCEL_NUM, '\n'),  Owner_Name , '\n' ), Prop_Add1 , '\n' ), Prop_Add2 , '\n' )

 

Any help would be appreciated.

Thanks

 

 

 

 

1 REPLY 1
Message 2 of 2
plantech1
in reply to: cloquet

You need to concatenate each '\n' entry just like the first inside CONCAT with (PARCEL_NUM, '\n').  Each entry needs to be concatenated with the previous concatenation.  Try adding three more CONCATs like:

 

CONCAT ( CONCAT ( CONCAT ( CONCAT ( CONCAT ( CONCAT ( CONCAT ( PARCEL_NUM, '\n'),  Owner_Name ), '\n' ), Prop_Add1) , '\n' ), Prop_Add2) , '\n' )

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

Post to forums  

Autodesk Design & Make Report