[ROOT] / app / bef / Controller / EditController / ~std / QueryProgress

QueryProgress

QueryProgress

KeyValue
_DescriptionContains, 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 DESC/SKIP 5806/TAKE 6

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

Note that the ordinary result (from an ordinary exceution of query) is stored in -Result- which is 'invisible' from ordinary -PropertyAccess-.
AllLogEntriesForThisQueryExecuteOne/_/12/Start = 2026-08-19 08:02:42.797
ExecuteOne/_/12/Query = WHERE DimCurrency.AlternateKey EQ 'FRF'
ExecuteOne/_/12/CountBefore = 60398
ExecuteOne/_/12/CountAfter = 59
ExecuteOne/_/12/Finish = 2026-08-19 08:02:43.039
ExecuteOne/_/12/ElapsedTime = 00:00:00.241
ExecuteOne/_/12/Text = ------------------------------------------------------
ExecuteOne/_/12/Start = 2026-08-19 08:02:43.039
ExecuteOne/_/12/Query = PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount
ExecuteOne/_/12/CountBefore = 59
StrCurrentType = DimCustomer.Name+','+DimCustomerId
ExecuteOne/_/12/CountAfter = 60
ExecuteOne/_/12/Finish = 2026-08-19 08:02:44.835
ExecuteOne/_/12/ElapsedTime = 00:00:01.796
ExecuteOne/_/12/Text = ------------------------------------------------------
ExecuteOne/_/12/Start = 2026-08-19 08:02:44.835
ExecuteOne/_/12/Query = ORDER BY 2020 DESC
ExecuteOne/_/12/CountBefore = 60
ExecuteOne/_/12/CountAfter = 60
ExecuteOne/_/12/Finish = 2026-08-19 08:02:44.835
ExecuteOne/_/12/ElapsedTime = 00:00:00.000
ExecuteOne/_/12/Text = ------------------------------------------------------
ExecuteOne/_/12/Start = 2026-08-19 08:02:44.835
ExecuteOne/_/12/Query = SKIP 5806
ExecuteOne/_/12/CountBefore = 60
ExecuteOne/_/12/CountAfter = 0
ExecuteOne/_/12/Finish = 2026-08-19 08:02:44.835
ExecuteOne/_/12/ElapsedTime = 00:00:00.000
ExecuteOne/_/12/Text = ------------------------------------------------------
ExecuteOne/_/12/Start = 2026-08-19 08:02:44.835
ExecuteOne/_/12/Query = TAKE 6
ExecuteOne/_/12/CountBefore = 0
ExecuteOne/_/12/CountAfter = 0
ExecuteOne/_/12/Finish = 2026-08-19 08:02:44.835
ExecuteOne/_/12/ElapsedTime = 00:00:00.000
ExecuteOne/_/12/Text = ------------------------------------------------------
CreateHints-True-
CurrentStrictness-ON-
Limit-1000-
QueriesWHERE DimCurrency.AlternateKey EQ 'FRF'; PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount; ORDER BY 2020 DESC; SKIP 5806; TAKE 6
StrCurrentType-DimCustomer.Name+','+DimCustomerId-
UseCache-False-

8 items


Generated 2026-08-19 13:47:32.932 UTC