how to access business object at index?
Posted: Tue Oct 27, 2015 10:35 am
Hi,
I have created a business object named StudentCollection in my report . StudentCollection is a collection of student . Everything is fine . But I want to show student name number 4 in some part of my report . How can I do that ?
Because when I set my text expression to something like this : { StudentCollection.Name }. It just show student[0].Name . I want it to show student[4].Name . Expression like StudentCollection[4].Name
Doesn't work .
Thanks for your reply.
I have created a business object named StudentCollection in my report . StudentCollection is a collection of student . Everything is fine . But I want to show student name number 4 in some part of my report . How can I do that ?
Because when I set my text expression to something like this : { StudentCollection.Name }. It just show student[0].Name . I want it to show student[4].Name . Expression like StudentCollection[4].Name
Doesn't work .
Thanks for your reply.