I have a Table box that contains a single field "Numb":
Sample Data:
Numb
A1001
A1002
A1003
A1004
A1005
A1006
A1007
A1008
A1009
A1010
A1011
A1012
A1014
A1015
A1016
A1017
A1018
A1020
I want to have a second table box (or straight table whatever works) with an expression that shows the row before and the row after any missing rows that don't run on in green and then the missing row in red.
Expected Output:
CheckNumb
A1012
A1013
A1014
A1018
A1019
A1020