20 results for "$s/@tag:aggregate-function"

Aggregate data

/tutorials/aggregate-data

From this article you will see how to aggregate (count, sum, etc.) data in your queries.

Add a new aggregate function

/how-to/add-aggregate-function

EasyQuery allows to add new aggregate functions for user's need. Here is detailed manual of how to do it with code example.

Changelog

/changelog

Contains the full list of all changes in the EasyQuery packages.

EasyQueryOptions class

/api-reference-5x/korzh-easyquery-services-namespace/easyqueryoptions-class

Contains various options used in EasyQueryMiddleware, EasyQueryManager and other classes.

Custom client-side dialogs

/tutorials/custom-javascript-dialogs-saving-loading

Users who use some other dialogs libary usually want to replace those default dialogs with their own. We are going to replace those default dialogs with nice HTML dialogs made with JQuery UI dialogs library. The approach we will use is quite simple: our AdvancedSearchView JavaScript class has several methods which can be "overriden" to replace the default behavior with your own implemenation of those dialogs. In case of using JQuery dialogs we need to define some placeholders (read div elements) on our page where our new dialogs will be rendered. Here is an example: NB: Please note that this step is specific for JQuery dialogs.

AggrFuncExpr class

/api-reference-5x/korzh-easyquery-namespace/aggrfuncexpr-class

Represents an expression which is a result of applying some functions to other expressions

ExprTag class

/api-reference-5x/korzh-easyquery-namespace/exprtag-class

Contains several constant definitions for expressions tag

ExprTag class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/exprtag-class

Contains several constant definitions for expressions tag

EasyQueryOptions class

/api-reference/korzh-easyquery/korzh-easyquery-services-namespace/easyqueryoptions-class

Contains various options used in EasyQueryMiddleware, EasyQueryManager and other classes.

EasyQuery.JS widgets localization

/tutorials/javascript-widgets-localization

Localization / internationalization tasks for EasyQuery widgets. How to add new locale, how to set current locale, how to switch widgets language on-the-fly.

Managing data formats

/tutorials/managing-data-formats

This article shows how to implement some particular tasks with your query

AggrFuncExpr class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/aggrfuncexpr-class

Represents an expression which is a result of applying some functions to other expressions

EqServiceProvider class

/api-reference-4x/korzh-easyquery-services-namespace/eqserviceprovider-class

Class EqServiceProviderDb. Provides basic functionality for building EasyQuery service to process AJAX requests from EasyQuery JavaScript widgets. Can be used to create MVC controller, WebService class or WebAPI controller