XBRL Taxonomy Line

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

Table Type: Company

Table Name: XBRL Taxonomy Line
Database Table Name: CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 395

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 XBRL Taxonomy Line can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [XBRL Taxonomy Name]
   ,[Line No_]
   ,[Name]
   ,[Level]
   ,[Source Type]
   ,[Constant Amount]
   ,[Description]
   ,[XBRL Item Type]
   ,[Parent Line No_]
   ,[XBRL Schema Line No_]
   ,[Presentation Order]
   ,[Presentation Order No_]
   ,[Element ID]
   ,[Numeric Context Period Type]
   ,[Presentation Linkbase Line No_]
   ,[Type Description Element]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy Line]
LEFT JOIN
   [CRONUS UK Ltd_$XBRL Taxonomy$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy]
      ON
         [XBRL Taxonomy Line].[XBRL Taxonomy Name] = [XBRL Taxonomy].[Name]
LEFT JOIN
   [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit]
      ON
         [XBRL Taxonomy Line].[Business Unit Filter] = [Business Unit].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [XBRL Taxonomy Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [XBRL Taxonomy Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in XBRL Taxonomy Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1XBRL Taxonomy Name Primary Key SearchXBRL Taxonomy NameNormalCode20XBRL Taxonomy Namenvarchar(40)
Key to join to the XBRL Taxonomy table.

Show/hide example query

SELECT
       [XBRL Taxonomy Line].[XBRL Taxonomy Name]
       ,[XBRL Taxonomy].[Name]
FROM
       [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy Line]
LEFT JOIN
       [CRONUS UK Ltd_$XBRL Taxonomy$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy]
              ON
                     [XBRL Taxonomy Line].[XBRL Taxonomy Name] = [XBRL Taxonomy].[Name]
2Line No. Primary Key SearchLine No.NormalInteger4Line No_int
3Name SearchNameNormalText220Namenvarchar(440)
4Level SearchLevelNormalInteger4Levelint
5Label SearchLabelFlowFieldText250
6Source Type SearchSource TypeNormalOption4Source Typeint
Available options are:
  • “Not Applicable”
  • “Rollup”
  • “Constant”
  • “General Ledger”
  • “Notes”
  • “Description”
  • “Tuple”
7Constant Amount SearchConstant AmountNormalDecimal12Constant Amountdecimal(38,38)
8Description SearchDescriptionNormalText250Descriptionnvarchar(500)
9XBRL Item Type SearchXBRL Item TypeNormalText250XBRL Item Typenvarchar(500)
10Parent Line No. SearchParent Line No.NormalInteger4Parent Line No_int
11Information SearchInformationFlowFieldBoolean4
12Rollup SearchRollupFlowFieldBoolean4
13G/L Map Lines SearchG/L Map LinesFlowFieldBoolean4
14Notes SearchNotesFlowFieldBoolean4
15Business Unit Filter SearchBusiness Unit FilterFlowFilterCode20
16Global Dimension 1 Filter SearchGlobal Dimension 1 FilterFlowFilterCode20
17Global Dimension 2 Filter SearchGlobal Dimension 2 FilterFlowFilterCode20
18Date Filter SearchDate FilterFlowFilterDate4
19XBRL Schema Line No. SearchXBRL Schema Line No.NormalInteger4XBRL Schema Line No_int
20Label Language Filter SearchLabel Language FilterFlowFilterText10
21Presentation Order SearchPresentation OrderNormalText100Presentation Ordernvarchar(200)
22Presentation Order No. SearchPresentation Order No.NormalInteger4Presentation Order No_int
23Reference SearchReferenceFlowFieldBoolean4
24Element ID SearchElement IDNormalText220Element IDnvarchar(440)
25Numeric Context Period Type SearchNumeric Context Period TypeNormalOption4Numeric Context Period Typeint
Available options are:
  • “”
  • “Instant”
  • “Duration”
26Presentation Linkbase Line No. SearchPresentation Linkbase Line No.NormalInteger4Presentation Linkbase Line No_int
27Type Description Element SearchType Description ElementNormalBoolean4Type Description Elementtinyint
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
       [XBRL Taxonomy Line].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [XBRL Taxonomy Line].[$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
       [XBRL Taxonomy Line].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy Line]
LEFT JOIN
       [User] AS [User]
              ON
                     [XBRL Taxonomy Line].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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