[ROOT] / app / bef / Controller / RQController / ~std

RQController

~std

KeyValue
_DescriptionThe standard instance of RQController. Used as default if no controller specified.
CountRequest-73637-
Created2026-02-26 04:05:01.780
LogLevel-STANDARD-
QueryProgressContains, in addition to result, also log information about execution of API query
WHERE DimCurrency.AlternateKey EQ 'FRF'/PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount/ORDER BY 2020/SKIP 49/TAKE 7

Individual query expressions are:
WHERE DimCurrency.AlternateKey EQ 'FRF'
PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount
ORDER BY 2020
SKIP 49
TAKE 7

Note that the ordinary result (from an ordinary exceution of query) is stored in Result which is 'invisible' from ordinary PropertyAccess.


-_Description-, AllLogEntriesForThisQuery, CreateHints, CurrentStrictness, Limit, Queries, StrCurrentType, UseCache

5 items

Edit


Generated 2026-02-26 10:02:00.220 UTC