My ability to use the grid view in reports for mass updates vanished. I found this:
Work_Due_Date = input.Date_Joined.addYear(1) ;
The goal was to automatically populate the Work_Due_Date with a value of 1 year from the Date_Joined.
Any thoughts on how I can still accomplish this and not break the grid reporting ability?
Thank you!
--Rod