Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the derived column for the purchaseAmountMst field.
Syntax
server private static str purchaseAmountMstParameterized(str _fieldName)
Run On
Server
Parameters
- _fieldName
Type: str
The name of the field that holds the quantity value.
Return Value
Type: str
A string that contains the derived column expression.
Remarks
The returned string resembles the following string: CASE WHEN t1._fieldName greater than 0 THEN t1.lineamountmst ELSE 0 END