Item Analysis View Entry

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

Table Number: 7154

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Analysis Area Primary Key SearchAnalysis AreaNormalOption4Analysis Areaint
Available options are:
  • “Sales”
  • “Purchase”
  • “Inventory”
2Analysis View Code Primary Key SearchAnalysis View CodeNormalCode10Analysis View Codenvarchar(20)
Key to join to the Analysis View table.

Show/hide example query

SELECT
       [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]
3Item No. Primary Key SearchItem No.NormalCode20Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [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_]
4Source Type Primary Key SearchSource TypeNormalOption4Source Typeint
Available options are:
  • ” “
  • “Customer”
  • “Vendor”
  • “Item”
5Source No. Primary Key SearchSource No.NormalCode20Source No_nvarchar(40)
8Location Code Primary Key SearchLocation CodeNormalCode10Location Codenvarchar(20)
Key to join to the Location table.

Show/hide example query

SELECT
       [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]
9Dimension 1 Value Code Primary Key SearchDimension 1 Value CodeNormalCode20Dimension 1 Value Codenvarchar(40)
10Dimension 2 Value Code Primary Key SearchDimension 2 Value CodeNormalCode20Dimension 2 Value Codenvarchar(40)
11Dimension 3 Value Code Primary Key SearchDimension 3 Value CodeNormalCode20Dimension 3 Value Codenvarchar(40)
12Posting Date Primary Key SearchPosting DateNormalDate4Posting Datedatetime
13Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
14Item Ledger Entry Type Primary Key SearchItem Ledger Entry TypeNormalOption4Item Ledger Entry Typeint
Available options are:
  • “Purchase”
  • “Sale”
  • “Positive Adjmt.”
  • “Negative Adjmt.”
  • “Transfer”
  • “Consumption”
  • “Output”
  • ” “
  • “Assembly Consumption”
  • “Assembly Output”
15Entry Type Primary Key SearchEntry TypeNormalOption4Entry Typeint
Available options are:
  • “Direct Cost”
  • “Revaluation”
  • “Rounding”
  • “Indirect Cost”
  • “Variance”
  • “Total”
21Invoiced Quantity SearchInvoiced QuantityNormalDecimal12Invoiced Quantitydecimal(38,38)
22Sales Amount (Actual) SearchSales Amount (Actual)NormalDecimal12Sales Amount (Actual)decimal(38,38)
23Cost Amount (Actual) SearchCost Amount (Actual)NormalDecimal12Cost Amount (Actual)decimal(38,38)
24Cost Amount (Non-Invtbl.) SearchCost Amount (Non-Invtbl.)NormalDecimal12Cost Amount (Non-Invtbl_)decimal(38,38)
31Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
32Sales Amount (Expected) SearchSales Amount (Expected)NormalDecimal12Sales Amount (Expected)decimal(38,38)
33Cost Amount (Expected) SearchCost Amount (Expected)NormalDecimal12Cost Amount (Expected)decimal(38,38)
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
       [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]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Item Analysis View Entry].[$systemModifiedBy]
       ,[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].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Item Analysis View Entry table

Leave a Reply

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