Hello everyone,
I have the following issue and I don't know how to proceed. For example:
I have the entity "Stock" and inside the entity I have created the following fields: initial quantity and current quantity (I set this field to be read only).
Then I created a new entity called "Outgoing tool" and I linked it to the "Stock" through the option many-to-many.
Inside the entity "Outgoing tool" I have created the field named "Quantity".
Then, I placed the following formula in entity "Stock" : currentStock=initialStock-entity\sumRelated('outgoingTools','stock');
After I made the first entry in the "Outgoing tool", the value from currentStock has not changed. After I create the second record in "Outgoing tool", the value from currentStock has changed depending on the first record. The formula did not calculate the value from the two records based on the initial stock.
It is there a bug? Or I missed something?
Sorry for my english
Thank you very much in advance!
Best regards,
Adrian
I have the following issue and I don't know how to proceed. For example:
I have the entity "Stock" and inside the entity I have created the following fields: initial quantity and current quantity (I set this field to be read only).
Then I created a new entity called "Outgoing tool" and I linked it to the "Stock" through the option many-to-many.
Inside the entity "Outgoing tool" I have created the field named "Quantity".
Then, I placed the following formula in entity "Stock" : currentStock=initialStock-entity\sumRelated('outgoingTools','stock');
After I made the first entry in the "Outgoing tool", the value from currentStock has not changed. After I create the second record in "Outgoing tool", the value from currentStock has changed depending on the first record. The formula did not calculate the value from the two records based on the initial stock.
It is there a bug? Or I missed something?
Sorry for my english
Thank you very much in advance!
Best regards,
Adrian
Comment