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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Analysis View Code | Analysis View Code | Normal | Code | 10 | Analysis View Code | nvarchar(20) |
Key to join to the Analysis View table.Show/hide example querySELECT [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] | |||||||
2 | Business Unit Code | Business Unit Code | Normal | Code | 20 | Business Unit Code | nvarchar(40) |
Key to join to the Business Unit table.Show/hide example querySELECT [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] | |||||||
3 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [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_] | |||||||
4 | Dimension 1 Value Code | Dimension 1 Value Code | Normal | Code | 20 | Dimension 1 Value Code | nvarchar(40) |
5 | Dimension 2 Value Code | Dimension 2 Value Code | Normal | Code | 20 | Dimension 2 Value Code | nvarchar(40) |
6 | Dimension 3 Value Code | Dimension 3 Value Code | Normal | Code | 20 | Dimension 3 Value Code | nvarchar(40) |
7 | Dimension 4 Value Code | Dimension 4 Value Code | Normal | Code | 20 | Dimension 4 Value Code | nvarchar(40) |
8 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
9 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
10 | Amount | Amount | Normal | Decimal | 12 | Amount | decimal(38,38) |
11 | Debit Amount | Debit Amount | Normal | Decimal | 12 | Debit Amount | decimal(38,38) |
12 | Credit Amount | Credit Amount | Normal | Decimal | 12 | Credit Amount | decimal(38,38) |
13 | Add.-Curr. Amount | Add.-Curr. Amount | Normal | Decimal | 12 | Add_-Curr_ Amount | decimal(38,38) |
14 | Add.-Curr. Debit Amount | Add.-Curr. Debit Amount | Normal | Decimal | 12 | Add_-Curr_ Debit Amount | decimal(38,38) |
15 | Add.-Curr. Credit Amount | Add.-Curr. Credit Amount | Normal | Decimal | 12 | Add_-Curr_ Credit Amount | decimal(38,38) |
16 | Account Source | Account Source | Normal | Option | 4 | Account Source | int |
Available options are:
| |||||||
17 | Cash Flow Forecast No. | Cash Flow Forecast No. | Normal | Code | 20 | Cash Flow Forecast No_ | nvarchar(40) |
Key to join to the Cash Flow Forecast table.Show/hide example querySELECT [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 | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |