Back again :)I am wanting to display the trial number. Rather than creating a text element (e.g., "1" "2" ....) to do this, I was playing with the following code /items ("trial = <% trial.numbers.count %> ")
This works, but the first trial starts as 0 rather than 1. Is there a way I can set the counter to start at 1 instead of 0?