Hi everybody In my survey there are existing trees and new trees. In the Schema I created a 1:N entity for the new trees. For all new trees an ID should be generated automatically. I tried it with "math:max(parent()/tree/tree_id) + 1". If I then try to add several trees (+ symbol) I get the error message "Circular dependency found in graph". How can I fix this error? Is it possible that the ID of the new trees starts at 100 (101, 102...)? Can a calculated field no longer be used as key? Thanks for your help, Sabrina

asked 17 Apr '19, 19:03

Sabrina's gravatar image

Sabrina
63234
accept rate: 0%


Hi Sabrina,
please refer to the answer to this other question.
Many thanks,
Open Foris Team

permanent link

answered 18 Apr '19, 11:06

Stefano%20%28OF%29's gravatar image

Stefano (OF) ♦♦
4.7k19
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×493

question asked: 17 Apr '19, 19:03

question was seen: 1,644 times

last updated: 18 Apr '19, 11:06