Hi,
In my report, a list and a text objects are created.
If number of rows are less than or equal to 5 in the list, then the text " No .of rows are less than 5 or equal to 5 " should be displayed, else list report should be displayed.
Please let me know how to achieve it ..
Thanks in advance,
Quote from: arroju_venkat on 25 Aug 2010 01:34:09 AM
Hi,
In my report, a list and a text objects are created.
If number of rows are less than or equal to 5 in the list, then the text " No .of rows are less than 5 or equal to 5 " should be displayed, else list report should be displayed.
Please let me know how to achieve it ..
Thanks in advance,
Insert row number calculated column in the report...and in filter write the IF/CASE condition according to ur logic ...and render that two(list/Text )object in designer conditionally....