Hi OF Team I want the automatic numbering of objects to start at 100 and to be set in steps of one: So 101, 102, 103... With a default value of math:max((parent()/pb/treenumber)+100)+1 it did not work. (Where pb is the parent entity and treenumber a number attribute. With a default value of math:max(parent()/pb/treenumber)+101 it does not work either. The series 101, 202, 303 is created. How to write the correct max:math code? Thanks for yiur support asked 17 Feb '20, 12:02 Sabrina |
Dear Sabrina,
Many thanks, answered 17 Feb '20, 17:05 Stefano (OF) ♦♦ |
Hi OF Team Many thanks for your advice. Now it works perfectly! Best regards answered 19 Feb '20, 13:13 Sabrina |