Hi @asadamjad You can send the max value from the statistics calculator to the Count Start parameter of the Counter. That way the counter will start at the correct id value. To do this, you may need to add the max ID value to the data you want to add the ID to.
--
If i've provided something helpful, please upvote the comment. If i've provided a solution, please mark it as 'Best Answer'. This helps the community find solutions when your question is referenced.
If I didn't provide a solution, please let me know if I can help further. Thanks! 🙂
thats what i m doing still not working
still rejecting
I attached a screenshot with a better explanation. take a look and see if that helps.
I attached a screenshot with a better explanation. take a look and see if that helps.
check my SS as well please
I attached a screenshot with a better explanation. take a look and see if that helps.
I did but it's difficult to understand where the problem is since no parameter values are showing. i would recommend attaching a summary annotation to the primary transformers like the counter_3 and counter
Please see the attached File
Please see the attached File
from your workspace. see the tan colored annotation
I see. it's probably because the other features are getting to the counter before the feature from the statistics calculator. So it's trying to start counting but it doesn't know id.max at this point. you'll want to feed both streams into a sorter and sort in a way that the record with the id.max value enters the counter first