Formulas - majorsilence/My-FyiReporting GitHub Wiki

Stub. Fill me in.

  • Fields can now be entered as {FieldName} instead of Fields!FieldName.Value,
  • Parameters can be entered as {?ParameterName} instead of Parameters!ParameterName.Value,
  • User fields can be entered as {!UserField} instead of User!UserField,
  • Globals can be entered as {@GlobalName} instead of Globals!GlobalName.

Formula fields still need to begin with an '=' to indicate that a calculation is taking place.

See http://www.fyireporting.com/helpv4/expressions.php for more details.