I've a report that collect the amount of set invoices during a specifiek range of dates. For example. The total amount of invoices without tax during the last quarter of 2007 -> parent.reportData.object.subTotal. The data is grouped in a table. Now I want sum that table -> parent.parent.reportData.objects.total. After running the report I see the Error *** - [NSCFArray decimalValue]: unrecognized selector sent to instance 0x181ae760 during data extraction for text area: Text Area string content:
Hi. I'm having to dive into this application myself also (read post above yours) because of bugs. I think the answer to your issue is in this link. The Sum. I hope this helps. NOTE: I know this is DayLite, but it works the same way.