Financial Report

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

Table Type: Company

Table Name: Financial Report
Database Table Name: CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 88

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 Financial Report can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Name]
   ,[UseAmountsInAddCurrency]
   ,[PeriodType]
   ,[ShowLinesWithShowNo]
   ,[Dim1Filter]
   ,[Dim2Filter]
   ,[Dim3Filter]
   ,[Dim4Filter]
   ,[CostCenterFilter]
   ,[CostObjectFilter]
   ,[CashFlowFilter]
   ,[GLBudgetFilter]
   ,[CostBudgetFilter]
   ,[DateFilter]
   ,[Description]
   ,[Financial Report Row Group]
   ,[Financial Report Column Group]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Financial Report]
LEFT JOIN
   [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name]
      ON
         [Financial Report].[Financial Report Row Group] = [Acc. Schedule Name].[Name]
LEFT JOIN
   [CRONUS UK Ltd_$Column Layout Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Column Layout Name]
      ON
         [Financial Report].[Financial Report Column Group] = [Column Layout Name].[Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Financial Report].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Financial Report].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Financial Report table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
2Name Primary Key SearchNameNormalCode10Namenvarchar(20)
3UseAmountsInAddCurrency SearchUse Amounts in Additional CurrencyNormalBoolean4UseAmountsInAddCurrencytinyint
4PeriodType SearchPeriod TypeNormalOption4PeriodTypeint
Available options are:
  • “Day”
  • “Week”
  • “Month”
  • “Quarter”
  • “Year”
  • “Accounting Period”
5ShowLinesWithShowNo SearchShow All LinesNormalBoolean4ShowLinesWithShowNotinyint
6Dim1Filter SearchDimension 1 FilterNormalText2048Dim1Filternvarchar(4096)
7Dim2Filter SearchDimension 2 FilterNormalText2048Dim2Filternvarchar(4096)
8Dim3Filter SearchDimension 3 FilterNormalText2048Dim3Filternvarchar(4096)
9Dim4Filter SearchDimension 4 FilterNormalText2048Dim4Filternvarchar(4096)
10CostCenterFilter SearchCost Center FilterNormalText2048CostCenterFilternvarchar(4096)
11CostObjectFilter SearchCost Object FilterNormalText2048CostObjectFilternvarchar(4096)
12CashFlowFilter SearchCash Flow FilterNormalText2048CashFlowFilternvarchar(4096)
13GLBudgetFilter SearchG/L Budget FilterNormalText2048GLBudgetFilternvarchar(4096)
14CostBudgetFilter SearchCost Budget FilterNormalText2048CostBudgetFilternvarchar(4096)
15DateFilter SearchDate FilterNormalText2048DateFilternvarchar(4096)
50Description SearchDescriptionNormalText80Descriptionnvarchar(160)
51Financial Report Row Group SearchFinancial Report Row GroupNormalCode10Financial Report Row Groupnvarchar(20)
Key to join to the Acc. Schedule Name table.

Show/hide example query

SELECT
       [Financial Report].[Financial Report Row Group]
       ,[Acc. Schedule Name].[Name]
FROM
       [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Financial Report]
LEFT JOIN
       [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name]
              ON
                     [Financial Report].[Financial Report Row Group] = [Acc. Schedule Name].[Name]
52Financial Report Column Group SearchFinancial Report Column GroupNormalCode10Financial Report Column Groupnvarchar(20)
Key to join to the Column Layout Name table.

Show/hide example query

SELECT
       [Financial Report].[Financial Report Column Group]
       ,[Column Layout Name].[Name]
FROM
       [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Financial Report]
LEFT JOIN
       [CRONUS UK Ltd_$Column Layout Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Column Layout Name]
              ON
                     [Financial Report].[Financial Report Column Group] = [Column Layout Name].[Name]
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
       [Financial Report].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Financial Report]
LEFT JOIN
       [User] AS [User]
              ON
                     [Financial Report].[$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
       [Financial Report].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Financial Report$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Financial Report]
LEFT JOIN
       [User] AS [User]
              ON
                     [Financial Report].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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