Yes, you can define at the event level which scripting language to use. So, the same field can have different events like click, calculate, mouseEnter, etc. with different scripts in different languages. If you want to do all the calculations in the 'calculate' event, you probably need to use the same scripting language. If you are passing the field values in from somewhere else, maybe you can put in some scripting in the initialize event to strip out the 'N/A' fields before the calculate in invoked.
↧