Creating a formula field which is editable by the user
I have a client which needs to be able to add fields to a form on the fly, so that he can enter custom calculations for a particular "job". Some jobs are different, and require different calculations which may be very specific to that job, and will never be used on any other jobs again. To get around this problem, he currently has to export data from his database into an Excel spreadsheet, where he can compute the custom calculations, and then creates a Word doc from that data. I would like to create a solution for him that would allow him to skip the step of using Excel, and instead directly export from a CRM implementation (like Zoho) into a Word doc. Is this possible using Zoho? I know that formula fields already exist in Zoho, so I would like to be able to use that logic already implemented there rather than having to create a custom solution which reads and processes his formulas myself (although I'll do that if I must). Any suggestions on how to move forward with this?