printing Nil when table is empty when a static heading is there inside table
One answer
Since you want to print the table only when there is at least one record, you should use condition for the table.
Comments
The data is printing when it have record .And if there is no record,the table is showing the static heading of cell.So I want to print NIL instead of that table when table doesn't contain any value.So I gavegvariable value in remove table when empty .But result is showing only the static header cell.
.
Comments
sreenath v
Dec 12 '18, 6:52 a.m.i made row repeat at page beggining == true and table side i gave a variable which contains NIL value for remove if empty.