Skip to main content
Solved

Increment a value based on field value changing

  • August 5, 2024
  • 2 replies
  • 80 views

thomastupuivao
Contributor
Forum|alt.badge.img+7

I have a dataset that contains the “_related_suppliers” field that contains either 1 or 0;

 

I would like to add a counter that will increment, whenever the _related_suppliers field changes;

 

 

Is this possible?

Best answer by geomancer

Take a look at the 'Adjacent Feature Attributes’ functionality in the AttributeManager. You can use the attributes of the previous feature to determine attributes of the current feature.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • Best Answer
  • August 6, 2024

Take a look at the 'Adjacent Feature Attributes’ functionality in the AttributeManager. You can use the attributes of the previous feature to determine attributes of the current feature.

 


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • August 6, 2024

Take a look at the 'Adjacent Feature Attributes’ functionality in the AttributeManager. You can use the attributes of the previous feature to determine attributes of the current feature.

 

Great