Author: rajatbagga
Posted: Wed May 03, 2017 8:30 am (GMT 5.5)
Thanks Arun,
Yes, I did the same what you suggested. Thanks for that.
Coming on the second aspect
Input
I want to only include the data with the last 2 digits of the number equal to 00 to satisfy the condition without converting the data into ZD.
output
Regards, Rajat
Posted: Wed May 03, 2017 8:30 am (GMT 5.5)
Thanks Arun,
Yes, I did the same what you suggested. Thanks for that.
Coming on the second aspect
Input
Code: |
321 00C 320 00C |
I want to only include the data with the last 2 digits of the number equal to 00 to satisfy the condition without converting the data into ZD.
output
Code: |
320 00C |
Regards, Rajat