Variable Functions with Parameters that Are Also Variable Functions
Hi,
In my charts I'm using dollar sign expansion with parameters to create a function that contains 2 parameters. For example in my chart I have $(mycalc(field1,field2)). This works great but it doesn't work when I need to make one or all of the parameters a call to another user defined function. For example $(myCalc($(myCalc2(field1,field2)),$(myCalc3(field3,field4))).
Has anyone ever done this successfully? Or is this a product limitation.