Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] Transforming attribute formats [Gelöst]


Dear all,

I would like to create custom labels defined by formulas combining multiple attributes with different formats.
Are there any functions of methods to transform:
1) attributes with integer values to string;
2) attributes with real values to string;
3) values from string attributes to integer;
4) values from string attributes to real?

Most important would be to to combine integer/real values to one textbox.

Thank you in advance.

Lösung anzeigen Lösung verbergen

For 1. and 2. --> function FORMAT()
For 3. --> function INT() or NINT()
For 4. --> function VALUE() or MIN()

https://help.allplan.com/Allplan/2022-1/1033/Allplan/index.htm#10058.htm

best regards
rb

Allplan Product Owner

For 1. and 2. --> function FORMAT()
For 3. --> function INT() or NINT()
For 4. --> function VALUE() or MIN()

https://help.allplan.com/Allplan/2022-1/1033/Allplan/index.htm#10058.htm

best regards
rb

Allplan Product Owner