What functions are allowed when scripting. I attemped to utilize Right() and Instr() and it was identified as a variable with the error "Not declared"
code snippet:
xrlabel13.Text = Right(GetCurrentColumnValue("Estimate.EstimateLine.Estimate.Item"),InStr(GetCurrentColumnValue("Estimate.EstimateLine.Estimate.Item"), ":"))
Can you provide scripting documentation for the report designer if possible. Thank you in advance