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
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 Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | XBRL Taxonomy Name | XBRL Taxonomy Name | Normal | Code | 20 | XBRL Taxonomy Name | nvarchar(40) |
Key to join to the XBRL Taxonomy table.Show/hide example querySELECT [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] | |||||||
2 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
3 | Name | Name | Normal | Text | 220 | Name | nvarchar(440) |
4 | Level | Level | Normal | Integer | 4 | Level | int |
5 | Label | Label | FlowField | Text | 250 | ||
6 | Source Type | Source Type | Normal | Option | 4 | Source Type | int |
Available options are:
| |||||||
7 | Constant Amount | Constant Amount | Normal | Decimal | 12 | Constant Amount | decimal(38,38) |
8 | Description | Description | Normal | Text | 250 | Description | nvarchar(500) |
9 | XBRL Item Type | XBRL Item Type | Normal | Text | 250 | XBRL Item Type | nvarchar(500) |
10 | Parent Line No. | Parent Line No. | Normal | Integer | 4 | Parent Line No_ | int |
11 | Information | Information | FlowField | Boolean | 4 | ||
12 | Rollup | Rollup | FlowField | Boolean | 4 | ||
13 | G/L Map Lines | G/L Map Lines | FlowField | Boolean | 4 | ||
14 | Notes | Notes | FlowField | Boolean | 4 | ||
15 | Business Unit Filter | Business Unit Filter | FlowFilter | Code | 20 | ||
Key to join to the Business Unit table.Show/hide example querySELECT [XBRL Taxonomy Line].[] ,[Business Unit].[Code] FROM [CRONUS UK Ltd_$XBRL Taxonomy Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [XBRL Taxonomy Line] LEFT JOIN [CRONUS UK Ltd_$Business Unit$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Business Unit] ON [XBRL Taxonomy Line].[] = [Business Unit].[Code] | |||||||
16 | Global Dimension 1 Filter | Global Dimension 1 Filter | FlowFilter | Code | 20 | ||
17 | Global Dimension 2 Filter | Global Dimension 2 Filter | FlowFilter | Code | 20 | ||
18 | Date Filter | Date Filter | FlowFilter | Date | 4 | ||
19 | XBRL Schema Line No. | XBRL Schema Line No. | Normal | Integer | 4 | XBRL Schema Line No_ | int |
20 | Label Language Filter | Label Language Filter | FlowFilter | Text | 10 | ||
21 | Presentation Order | Presentation Order | Normal | Text | 100 | Presentation Order | nvarchar(200) |
22 | Presentation Order No. | Presentation Order No. | Normal | Integer | 4 | Presentation Order No_ | int |
23 | Reference | Reference | FlowField | Boolean | 4 | ||
24 | Element ID | Element ID | Normal | Text | 220 | Element ID | nvarchar(440) |
25 | Numeric Context Period Type | Numeric Context Period Type | Normal | Option | 4 | Numeric Context Period Type | int |
Available options are:
| |||||||
26 | Presentation Linkbase Line No. | Presentation Linkbase Line No. | Normal | Integer | 4 | Presentation Linkbase Line No_ | int |
27 | Type Description Element | Type Description Element | Normal | Boolean | 4 | Type Description Element | tinyint |
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 [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] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |