License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2022-10-10 06:10 PM
Hi,
I have created an expression for the zone stamp to show the elevation, but it misses two things:
1. I try to add a + sign in front of the number to show it is upper than zero (and it is not showing on the stamp)
2. I try to add to show CM at the end of the number but it says syntax error.
How can i show these two on the zone stamp?
Thanks
Solved! Go to Solution.
2022-10-11 12:38 PM
Try to import this property
2022-10-11 10:54 AM
Hi Qingdom,
Try like this with string data type: CONCAT ( "+"; STRCALCUNIT ( {Property} ) ;"CM")
David
2022-10-11 11:02 AM
Still not working, it gives syntax error in expression.
2022-10-11 11:07 AM
Did you change the data type and did you paste the property (bottom elevation to project zero)?
2022-10-11 11:10 AM
Yes, see picture
2022-10-11 11:12 AM
You have to remove the brackets { }.
2022-10-11 11:14 AM
Still no succes 😄
2022-10-11 11:40 AM
I will do like this
"Sorry in french"
IF ( {Property:Paramètres généraux/Altitude inférieure à Zéro du projet} > 0 cm; CONCAT ( "+"; STRCALCUNIT ( {Property:Paramètres généraux/Altitude inférieure à Zéro du projet} ); " cm" ); CONCAT ( STRCALCUNIT ( {Property:Paramètres généraux/Altitude inférieure à Zéro du projet} ); " cm" ) )
2022-10-11 11:45 AM
Yes, something with IF i think i need. Still it doesn't work...
2022-10-11 12:13 PM
You are in String data type !