On Monday 23 March 2009 07:33:11 pm Manoharan Durga wrote: > I came across DABO four days ago and after that, I am almost always > working on it. Thanks and I feel, I have finally met the solution to > move all our applications from ACCESS, as we are shifting our machines > from windows to linux. > > > > > > I created a mini application to entering details of employees in our > organisation using AppWizard. The data is stored in a SQLite database. > It works fine. I created a custom report to print, drawing only some > fields - by modifying the Quick Report it generated. That is also fine. > > > > Now, with the same employees table, I want to print two other > reports. One is 'Departmentwise totals of salaries. And, another is a > statement showing a Welfare contribution of 10% of the salary amount > for each employee. There should be just one field, which is > 0.10*self.record['salary']. > > > > How can I generate these reports? > > And, How can I create the menu for these reports in the application? > > > > Thanks for your help. You might want to review the report writer screencast. Fields on reports can accept expressions. To change a field you have to use the ReportDesigner. So check out the screencast on www.dabodev.com
Of course there is a second way and that is to change the data to the report. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
