[ROOT]  dt  FactInternetSale  <  WHERE DimCurrency.AlternateKey EQ 'CAD'  >   PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount   <  ORDER BY 2020   <  SKIP 2000  >   <  TAKE 1000   

No result. See details below for possible causes

_Description

Contains, in addition to result, also log information about execution of API query
WHERE DimCurrency.AlternateKey EQ 'CAD'/PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount/ORDER BY 2020/SKIP 2000/TAKE 1000

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

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

AllLogEntriesForThisQuery

ExecuteOne/_/20/Start = 2024-09-19 23:58:03.168
ExecuteOne/_/20/Query = WHERE DimCurrency.AlternateKey EQ 'CAD'
ExecuteOne/_/20/CountBefore = 60398
ExecuteOne/_/20/CountAfter = 7135
ExecuteOne/_/20/Finish = 2024-09-19 23:58:03.484
ExecuteOne/_/20/ElapsedTime = 00:00:00.315
ExecuteOne/_/20/Text = ------------------------------------------------------
ExecuteOne/_/20/Start = 2024-09-19 23:58:03.484
ExecuteOne/_/20/Query = PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount
ExecuteOne/_/20/CountBefore = 7135
StrCurrentType = DimCustomer.Name+','+DimCustomerId
ExecuteOne/_/20/CountAfter = 1507
ExecuteOne/_/20/Finish = 2024-09-19 23:58:03.841
ExecuteOne/_/20/ElapsedTime = 00:00:00.357
ExecuteOne/_/20/Text = ------------------------------------------------------
ExecuteOne/_/20/Start = 2024-09-19 23:58:03.841
ExecuteOne/_/20/Query = ORDER BY 2020
ExecuteOne/_/20/CountBefore = 1507
ExecuteOne/_/20/CountAfter = 1507
ExecuteOne/_/20/Finish = 2024-09-19 23:58:03.842
ExecuteOne/_/20/ElapsedTime = 00:00:00.000
ExecuteOne/_/20/Text = ------------------------------------------------------
ExecuteOne/_/20/Start = 2024-09-19 23:58:03.842
ExecuteOne/_/20/Query = SKIP 2000
ExecuteOne/_/20/CountBefore = 1507
ExecuteOne/_/20/CountAfter = 0
ExecuteOne/_/20/Finish = 2024-09-19 23:58:03.842
ExecuteOne/_/20/ElapsedTime = 00:00:00.000
ExecuteOne/_/20/Text = ------------------------------------------------------
ExecuteOne/_/20/Start = 2024-09-19 23:58:03.842
ExecuteOne/_/20/Query = TAKE 1000
ExecuteOne/_/20/CountBefore = 0
ExecuteOne/_/20/CountAfter = 0
ExecuteOne/_/20/Finish = 2024-09-19 23:58:03.842
ExecuteOne/_/20/ElapsedTime = 00:00:00.000
ExecuteOne/_/20/Text = ------------------------------------------------------

DimCustomer.Name+','+DimCustomerIdId

Generated 2024-09-19 23:58:03.842 UTC