Get Rows() not working
I haverow_nums = data << Get Rows Where( num(data:"Donor") == i & data:"A or B" == "A");
d_A_rows = data << Get Rows(row_nums);
Write(d_A_rows);
but it writes the row numbers still instead of the actual row content. Am I missing something?