Forum Moderators: coopster
I have a class called classConfig that I need to be able to use from within classReports. How do I define classConfig so I can use runctions from classConfig within functions of classReport?
Say, for example, that classConfig has a function ->company_name that I need to use in a report. How would that work? Whatever I've tried hasn't seemed to be right.