I'm currently using a file gdb reader, a statistics calculator to get the total counts, attribute manager to create fields called Today_Count and Yesterday_Count and then the conditional value in attribute manager to try and compare the two counts and return a 1 if they're exactly the same but I can't seem to get the comparison to happen. Also how do I set this up so that if the counts are exactly same I can send out an email notification?
Page 1 / 1
You need to get the two rows in one to make the comparison. One way to do this is to use an Aggregator. Merge attributes. Then you can use a tester to test if Today_Count = Yesterday_Count.
You need to get the two rows in one to make the comparison. One way to do this is to use an Aggregator. Merge attributes. Then you can use a tester to test if Today_Count = Yesterday_Count.
Thanks nielsgerrits!