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?
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?
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.
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