Statistical Account

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2632

Table Type: Company

Table Name: Statistical Account
Database Table Name: CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131

Table Number: 2632

Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Statistical Account can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131]

Show/hide an example select of all columns by name

SELECT
   [No_]
   ,[Name]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[Blocked]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131] AS [Statistical Account]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Statistical Account].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Statistical Account].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Statistical Account].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Statistical Account].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Statistical Account table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1No. Primary Key SearchNo.NormalCode20No_nvarchar(40)
2Name SearchNameNormalText100Namenvarchar(200)
6Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Statistical Account].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131] AS [Statistical Account]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Statistical Account].[Global Dimension 1 Code] = [Dimension].[Code]
7Global Dimension 2 Code SearchGlobal Dimension 2 CodeNormalCode20Global Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Statistical Account].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131] AS [Statistical Account]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Statistical Account].[Global Dimension 2 Code] = [Dimension].[Code]
13Blocked SearchBlockedNormalBoolean4Blockedtinyint
28Date Filter SearchDate FilterFlowFilterDate4
29Global Dimension 1 Filter SearchGlobal Dimension 1 FilterFlowFilterCode20
30Global Dimension 2 Filter SearchGlobal Dimension 2 FilterFlowFilterCode20
31Balance at Date SearchBalance at DateFlowFieldDecimal12
32Net Change SearchNet ChangeFlowFieldDecimal12
36Balance SearchBalanceFlowFieldDecimal12
400Dimension Set ID Filter SearchDimension Set ID FilterFlowFilterInteger4
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Statistical Account].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131] AS [Statistical Account]
LEFT JOIN
       [User] AS [User]
              ON
                     [Statistical Account].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Statistical Account].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Statistical Account$ea130081-c669-460f-a5f4-5dde14f03131] AS [Statistical Account]
LEFT JOIN
       [User] AS [User]
              ON
                     [Statistical Account].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *