Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7154
Table Type: Company
Table Name: Item Analysis View Entry
Database Table Name: CRONUS UK Ltd_$Item 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 Item Analysis View Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Analysis Area]
,[Analysis View Code]
,[Item No_]
,[Source Type]
,[Source No_]
,[Location Code]
,[Dimension 1 Value Code]
,[Dimension 2 Value Code]
,[Dimension 3 Value Code]
,[Posting Date]
,[Entry No_]
,[Item Ledger Entry Type]
,[Entry Type]
,[Invoiced Quantity]
,[Sales Amount (Actual)]
,[Cost Amount (Actual)]
,[Cost Amount (Non-Invtbl_)]
,[Quantity]
,[Sales Amount (Expected)]
,[Cost Amount (Expected)]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item 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_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Entry]
LEFT JOIN
[CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
ON
[Item Analysis View Entry].[Analysis View Code] = [Analysis View].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Item Analysis View Entry].[Location Code] = [Location].[Code]
LEFT JOIN
[User] AS [User]
ON
[Item Analysis View Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Item Analysis View Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Item Analysis View Entry table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Analysis Area | Analysis Area | Normal | Option | 4 | Analysis Area | int |
Available options are:
| |||||||
2 | 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 [Item Analysis View Entry].[Analysis View Code] ,[Analysis View].[Code] FROM [CRONUS UK Ltd_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Entry] LEFT JOIN [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View] ON [Item Analysis View Entry].[Analysis View Code] = [Analysis View].[Code] | |||||||
3 | Item No. | Item No. | Normal | Code | 20 | Item No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Item Analysis View Entry].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Entry] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Analysis View Entry].[Item No_] = [Item].[No_] | |||||||
4 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
5 | Source No. | Source No. | Normal | Code | 20 | Source No_ | nvarchar(40) |
8 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Item Analysis View Entry].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Entry] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Item Analysis View Entry].[Location Code] = [Location].[Code] | |||||||
9 | Dimension 1 Value Code | Dimension 1 Value Code | Normal | Code | 20 | Dimension 1 Value Code | nvarchar(40) |
10 | Dimension 2 Value Code | Dimension 2 Value Code | Normal | Code | 20 | Dimension 2 Value Code | nvarchar(40) |
11 | Dimension 3 Value Code | Dimension 3 Value Code | Normal | Code | 20 | Dimension 3 Value Code | nvarchar(40) |
12 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
13 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
14 | Item Ledger Entry Type | Item Ledger Entry Type | Normal | Option | 4 | Item Ledger Entry Type | int |
Available options are:
| |||||||
15 | Entry Type | Entry Type | Normal | Option | 4 | Entry Type | int |
Available options are:
| |||||||
21 | Invoiced Quantity | Invoiced Quantity | Normal | Decimal | 12 | Invoiced Quantity | decimal(38,38) |
22 | Sales Amount (Actual) | Sales Amount (Actual) | Normal | Decimal | 12 | Sales Amount (Actual) | decimal(38,38) |
23 | Cost Amount (Actual) | Cost Amount (Actual) | Normal | Decimal | 12 | Cost Amount (Actual) | decimal(38,38) |
24 | Cost Amount (Non-Invtbl.) | Cost Amount (Non-Invtbl.) | Normal | Decimal | 12 | Cost Amount (Non-Invtbl_) | decimal(38,38) |
31 | Quantity | Quantity | Normal | Decimal | 12 | Quantity | decimal(38,38) |
32 | Sales Amount (Expected) | Sales Amount (Expected) | Normal | Decimal | 12 | Sales Amount (Expected) | decimal(38,38) |
33 | Cost Amount (Expected) | Cost Amount (Expected) | Normal | Decimal | 12 | Cost Amount (Expected) | decimal(38,38) |
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 [Item Analysis View Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Item Analysis View Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Analysis View Entry] LEFT JOIN [User] AS [User] ON [Item 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 |