Brain fried from death by PowerPoint day. I can't remember how to do this.
The field is [LN]. LN is a string.
I know how to fill down from 16 using the Multi-Tool and the following expression
if isnull([TEST_LN]) then [Row-1:TEST_LN]
else [TEST_LN]
endif
But this will leave the row above 16 still as [Null].
Without adding another Multi-Row Tool, how can I make this 15.
| TEST_LN |
| [Null] |
| 16 |
| [Null] |
| [Null] |
| [Null] |
| [Null] |
| 17 |
[Null] |
[Null] |
18 |
[Null] |
[Null] |
[Null] |
19 |
[Null] |
[Null] |
[Null] |
[Null] |
20 |