Hello Experts,
Need help on this,
We have a file, Under file we have various Nodes. Each Node contains Various Records. The Requirement is the Total Number of Records count in Various Nodes should pass to Target field.
I tried with the logic by using Count and Add but Now I am expecting is there any UDF for this.
Kindly let me know the UDF if any one have an Idea.
Thanks in advance.
Simple declare a global variable in functions tab and at each node when ever you are using count fn please pass that count to a udf where it I'll add (global total=current rec cnt + global total)). Like that by end and of last node you ill be adding all rec count. Now map of that overall global count total by using another udf get global total and map it.