Hi,
I was wondering if it was possible to have a ev_after function on the row and column in the same evdre report? I'm noticing that the ev_after function works in both the column and the row except at the intersection where the ev_after(row) and ev_after(column) meet.
col 1 col 2 ev_after
row 1 100 200 300
row 2 50 50 100
ev_after 150 250 blank
I am getting a blank in the intersection of the two ev_afters. Check my col and row key ranges and they all look okay? Has anyone see this before?
Thx