Good Morning, i have this issue, i have in a table, a dynamic textfield, and i need to print only 15 elements. I tried to change queries of table using "ROWNUM" (ms sql) but nothing change. I hope you understand my question. Thanks all
3 Answers:
Posted on August 11, 2017 at 6:23am
Oh sorry now i saw a thing for my report i saw if querie return less of 15 rows i have to print all rows else is more of 15 rows i have to print a string. Now i tried with conditional expression but if there are 17 rows (example) the last 2 rows will print my string. It is pretty complicated... thank you for help