JasperReports Loop

Is there a way to make a single loop in a TextField expression? I know that it allows triple operations, but what about loops.

For example, if I wanted to get a series of numbers from five numbers after a given field, in detail, how would you display this?

for instance

The field b has a value of 4. How would you make it print out [inside a Text field] 4 5 6 7 8 
+4
source share
1 answer

The solution to this is to create a scriptlet. Inside expressions there is no functionality that would allow a loop.

+3
source

All Articles