I am looking a for solution the for below scenario:
Input:
| length | 
| 2117610 | 
| 2117756 | 
Output:
| length | 
| 0 | 
| 0 | 
| 0 | 
| 0 | 
| 0 | 
| 0 | 
| 2117610 | 
| 2117610 | 
| 2117610 | 
| 2117756 | 
| 2117756 | 
| 2117756 | 
| 2117756 | 
Solved! Go to Solution.
Really Thanks, Working correctly, and my mistake was I wasnt updating in length column. I was creating a new field and because of that, I was getting the wrong values.
Really thanks again
 
					
				
				
			
		
