IN SQL table [SOP10100] - it have different type running SOPNUMBE,
I wish to add the numbering +1
First Record = MBO0000003
Next Record = MBO0000004
Now I only able to get last value with MBO0000002 with the below script.
Last(Filter(SOP10100,StartsWith(SOPNUMBE,"MBO"))).SOPNUMBE
= MBO0000002
May I know how add the number + 1?
Below when I write script it return me empty value
Right(Last(Filter(SOP10100,StartsWith(SOPNUMBE,"MBO"))).SOPNUMBE,3)