If the field is empty for today then I need to find the same field with yesterday date and increment the yesterday value and update the empty fileds today.
In my table let's say for ex. i have 23 records in the table where date field = today.In that 23 lines I'm going to update only one column B.The way i update is i see first i see what is the value for column B yesterday and i increment it and update the same incremented value in all of my today's records.Can you please share some coding techniques to achieve this.
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
You can handle this via code but see if Auto-increment Property works you.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Check this out
https://docs.microsoft.com/en-us/dynamics-nav/autoincrement-property
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/