Exago .NET API Documentation
SortText Property
WebReports.Api.Common Namespace > QuickFunction Class : SortText Property
The sort formula is activated when a sort is applied to a column. This allows a column to be sorted on a different quantity than the display formula.
Syntax
public System.string SortText {get; set;}

Property Value

An Exago formula, preceded with the equals sign, that will be applied to the output displayed to the user.

Use the placeholder {cell_text}>/code> to include the contents of the cell in the formula

Exago functions, custom functions and parameters may be used in the formula. Do not use aggregate functions or data object fields.

Special characters must be XML encoded (e.g. use & for the concatenation character &)

See Also

Reference

QuickFunction Class
QuickFunction Members