We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-07-20 03:23 AM
Hi all,
working with AC25 and setting up my working template for the new AC26 release.
I've set up under 'Product Info' for a window with a double glazing option which in the drop down you choose true or false.
is there any way when true is selected it adds text to the window in plan view? Or can I have autotext added to 'ID' when 'True' is selected under my double glazing option?
kind regards
2022-07-20 09:26 AM
It should be possible with another custom property, something like this :
IF ("DoubleGlazing" = "True"; "TextToAppearOnPlan"; IF ( "DoubleGlazing" = "False"; ""; "" ) )
If you want to add this to the ID, you need to create a new property which will concatenate the "Element ID" with the double glazing property.
Look into the Expression-Defined Properties chapter of the help website.
2022-07-21 12:39 AM
thank you uisanata,
I will give this a go. Thank you for your advise