Hi paulmarr,
Thank you for your reply and excellent post. I was wondering if those custom functions are able to calculate certain aspects of the data.
For example. my report will display dimensions of a particular product. this product has a length, width, height and weight. The formulas I will be importing will take this data, and convert it to metric or imperial based on a boolean. Each aspect (length, width, height, weight) have its own function, but I need to call one main function which will call the smaller functions. the large function is called ex. formatDimensions(length, width,height,weight, metric)
will custom functions work for this? thank you again