Hi,
I'm trying to modify this function to get the value for a calculated field in the Caspio report datapage. Do you know the equivalent syntax for
var orderStatus = "InlineEditOrderStatus";
var Status = document.getElementsByName(orderStatus)[0].value;
for Caspio calculated fields? Have tried using cbParamVirtualX as per the documentation but it returns null.
thanks,