Jump to content

Worksheet Formula - Door Id's


Recommended Posts

Hi All,

 

Im trying to create a calculated field in a worksheet that will display a Door Prefix,Label, & Suffix in one line.

 

ie

='Door'.'IDPrefix''Door'.'IDLabel''Door'.'IDSuffix'

 

But unfortunately it s eems the field in the report isn't calculating rather just displaying the formula. Is there something wrong with my syntax?  I was able to do something similar in a data tag for the doors. I understand a work around would be to make separate columns for each field but I would love to be able to do this for simpliciy sake. 

 

Thanks!

Link to comment

I think you need to use CONCAT to put multiple fields into a single cell.

 

=CONCAT('Door'.'IDPrefix','Door'.'IDLabel','Door'.'IDSuffix')

 The above example is for the US where the different fields are separate by commas.  In other locations (Europe for example), the separator is a semicolon (;)

 

 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...