Hi,
I need one assistant for generating report.
i want like this table
Sr No | Names | ACL Request | Design Replace | Database Management | Database delete | total
these are the table headers.
Now we have one view “test” in that view we have category
Name and sub category as Action like " ACL Request ", Design Replae…etc
Now the we want the report like
1 | Dev Chauhan | 1 |2 | 4 | 8 | 15
where 1 = ACL Request
2=Design replace
4= Datbase Delection
8= Database mangment
15= total of all.
and and of the request i want all of the total,
anyone could guide me or asssist me in lotusscript how can i do that.
Regards,
Dev