1. Adding Serial number in Crystal Report
Add formula like:
WhilePrintingRecords;
numbervar srno;
srno := srno + 1;
2. Adding alternate row color in Crystal Report
Add formula like:
if RecordNumber Mod 2 = 0 Then crSilver else crblue
--• Business Solutions: --• Enterprise ERP, Database Management & IT Infrastructure --• AI, Cloud
1. Adding Serial number in Crystal Report
Add formula like:
WhilePrintingRecords;
numbervar srno;
srno := srno + 1;
2. Adding alternate row color in Crystal Report
https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/
No comments:
Post a Comment