Hi Team,
In our office, our documentation standards calls for a window tag as per the below:
I'm hoping to be able to write an expression for the bottom line, which will populate based on the Home Story Number (removing any '-' from basement levels), and add 'B', 'G' 'L' where appropriate. What I have come up with so far is this:
CONCAT ( IFS (Home Story Number = 0, "G", Home Story Number > 0, "L", Home Story Number < 0, "B" ), RIGHT ( STR (Home Story Number ,0 ), 1 ), ".", Element ID )
This works great for Basements and anything above Ground, but for Ground levels, it will return 'G0', when we would prefer 'G'.
Can anyone please help to point me in the right direction to achieve the following (for example):
B1.W01
B2.W02
G.W01
L1.W02
Thanks!
(Also, top line is Window Frame & Glass Materials, but as far as I was aware, this information cannot be obtained via Properties?)
AC 22
Windows 10