Analysis View Entry

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

Table Type: Company

Table Name: Analysis View Entry
Database Table Name: CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 365

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 Analysis View Entry can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Analysis View Code]
   ,[Business Unit Code]
   ,[Account No_]
   ,[Dimension 1 Value Code]
   ,[Dimension 2 Value Code]
   ,[Dimension 3 Value Code]
   ,[Dimension 4 Value Code]
   ,[Posting Date]
   ,[Entry No_]
   ,[Amount]
   ,[Debit Amount]
   ,[Credit Amount]
   ,[Add_-Curr_ Amount]
   ,[Add_-Curr_ Debit Amount]
   ,[Add_-Curr_ Credit Amount]
   ,[Account Source]
   ,[Cash Flow Forecast No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
   [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
      ON
         [Analysis View Entry].[Analysis View Code] = [Analysis View].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit]
      ON
         [Analysis View Entry].[Business Unit Code] = [Business Unit].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Analysis View Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Analysis View Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Analysis View Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Analysis View Code Primary Key SearchAnalysis View CodeNormalCode10Analysis View Codenvarchar(20)
Key to join to the Analysis View table.

Show/hide example query

SELECT
       [Analysis View Entry].[Analysis View Code]
       ,[Analysis View].[Code]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
              ON
                     [Analysis View Entry].[Analysis View Code] = [Analysis View].[Code]
2Business Unit Code Primary Key SearchBusiness Unit CodeNormalCode20Business Unit Codenvarchar(40)
Key to join to the Business Unit table.

Show/hide example query

SELECT
       [Analysis View Entry].[Business Unit Code]
       ,[Business Unit].[Code]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit]
              ON
                     [Analysis View Entry].[Business Unit Code] = [Business Unit].[Code]
3Account No. Primary Key SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [Analysis View Entry].[Account No_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [Analysis View Entry].[Account No_] = [G/L Account].[No_]
4Dimension 1 Value Code Primary Key SearchDimension 1 Value CodeNormalCode20Dimension 1 Value Codenvarchar(40)
5Dimension 2 Value Code Primary Key SearchDimension 2 Value CodeNormalCode20Dimension 2 Value Codenvarchar(40)
6Dimension 3 Value Code Primary Key SearchDimension 3 Value CodeNormalCode20Dimension 3 Value Codenvarchar(40)
7Dimension 4 Value Code Primary Key SearchDimension 4 Value CodeNormalCode20Dimension 4 Value Codenvarchar(40)
8Posting Date Primary Key SearchPosting DateNormalDate4Posting Datedatetime
9Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
10Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
11Debit Amount SearchDebit AmountNormalDecimal12Debit Amountdecimal(38,38)
12Credit Amount SearchCredit AmountNormalDecimal12Credit Amountdecimal(38,38)
13Add.-Curr. Amount SearchAdd.-Curr. AmountNormalDecimal12Add_-Curr_ Amountdecimal(38,38)
14Add.-Curr. Debit Amount SearchAdd.-Curr. Debit AmountNormalDecimal12Add_-Curr_ Debit Amountdecimal(38,38)
15Add.-Curr. Credit Amount SearchAdd.-Curr. Credit AmountNormalDecimal12Add_-Curr_ Credit Amountdecimal(38,38)
16Account Source Primary Key SearchAccount SourceNormalOption4Account Sourceint
Available options are:
  • “G/L Account”
  • “Cash Flow Account”
  • “Statistical Account”
17Cash Flow Forecast No. Primary Key SearchCash Flow Forecast No.NormalCode20Cash Flow Forecast No_nvarchar(40)
Key to join to the Cash Flow Forecast table.

Show/hide example query

SELECT
       [Analysis View Entry].[Cash Flow Forecast No_]
       ,[Cash Flow Forecast].[No_]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
              ON
                     [Analysis View Entry].[Cash Flow Forecast No_] = [Cash Flow Forecast].[No_]
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
       [Analysis View Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Analysis View Entry].[$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
       [Analysis View Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis View Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Analysis View Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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