Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/361
Table Type: Company
Table Name: Analysis by Dim. Parameters
Database Table Name: CRONUS UK Ltd_$Analysis by Dim_ Parameters$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 Analysis by Dim. Parameters can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Analysis View Code]
,[Line Dim Option]
,[Column Dim Option]
,[Date Filter]
,[Account Filter]
,[Bus_ Unit Filter]
,[Cash Flow Forecast Filter]
,[Budget Filter]
,[Dimension 1 Filter]
,[Dimension 2 Filter]
,[Dimension 3 Filter]
,[Dimension 4 Filter]
,[Show Actual_Budgets]
,[Show Amount Field]
,[Closing Entries]
,[Rounding Factor]
,[Show In Add_ Currency]
,[Show Column Name]
,[Show Opposite Sign]
,[Period Type]
,[Column Set]
,[Amount Type]
,[Analysis Account Source]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis by Dim. Parameters]
LEFT JOIN
[CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View]
ON
[Analysis by Dim. Parameters].[Analysis View Code] = [Analysis View].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast]
ON
[Analysis by Dim. Parameters].[Cash Flow Forecast Filter] = [Cash Flow Forecast].[No_]
LEFT JOIN
[CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name]
ON
[Analysis by Dim. Parameters].[Budget Filter] = [G/L Budget Name].[Name]
LEFT JOIN
[User] AS [User]
ON
[Analysis by Dim. Parameters].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Analysis by Dim. Parameters].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Analysis by Dim. Parameters table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | 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 [Analysis by Dim. Parameters].[Analysis View Code] ,[Analysis View].[Code] FROM [CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis by Dim. Parameters] LEFT JOIN [CRONUS UK Ltd_$Analysis View$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Analysis View] ON [Analysis by Dim. Parameters].[Analysis View Code] = [Analysis View].[Code] | |||||||
3 | Line Dim Option | Line Dim Option | Normal | Option | 4 | Line Dim Option | int |
Available options are:
| |||||||
4 | Column Dim Option | Column Dim Option | Normal | Option | 4 | Column Dim Option | int |
Available options are:
| |||||||
5 | Date Filter | Date Filter | Normal | Text | 250 | Date Filter | nvarchar(500) |
6 | Account Filter | Account Filter | Normal | Text | 250 | Account Filter | nvarchar(500) |
7 | Bus. Unit Filter | Business Unit Filter | Normal | Text | 250 | Bus_ Unit Filter | nvarchar(500) |
8 | Cash Flow Forecast Filter | Cash Flow Forecast Filter | Normal | Text | 250 | Cash Flow Forecast Filter | nvarchar(500) |
Key to join to the Cash Flow Forecast table.Show/hide example querySELECT [Analysis by Dim. Parameters].[Cash Flow Forecast Filter] ,[Cash Flow Forecast].[No_] FROM [CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis by Dim. Parameters] LEFT JOIN [CRONUS UK Ltd_$Cash Flow Forecast$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Cash Flow Forecast] ON [Analysis by Dim. Parameters].[Cash Flow Forecast Filter] = [Cash Flow Forecast].[No_] | |||||||
9 | Budget Filter | Budget Filter | Normal | Text | 250 | Budget Filter | nvarchar(500) |
Key to join to the G/L Budget Name table.Show/hide example querySELECT [Analysis by Dim. Parameters].[Budget Filter] ,[G/L Budget Name].[Name] FROM [CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis by Dim. Parameters] LEFT JOIN [CRONUS UK Ltd_$G_L Budget Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Budget Name] ON [Analysis by Dim. Parameters].[Budget Filter] = [G/L Budget Name].[Name] | |||||||
10 | Dimension 1 Filter | Dimension 1 Filter | Normal | Text | 250 | Dimension 1 Filter | nvarchar(500) |
11 | Dimension 2 Filter | Dimension 2 Filter | Normal | Text | 250 | Dimension 2 Filter | nvarchar(500) |
12 | Dimension 3 Filter | Dimension 3 Filter | Normal | Text | 250 | Dimension 3 Filter | nvarchar(500) |
13 | Dimension 4 Filter | Dimension 4 Filter | Normal | Text | 250 | Dimension 4 Filter | nvarchar(500) |
20 | Show Actual/Budgets | Show | Normal | Option | 4 | Show Actual_Budgets | int |
21 | Show Amount Field | Show Amount Field | Normal | Option | 4 | Show Amount Field | int |
Available options are:
| |||||||
22 | Closing Entries | Closing Entries | Normal | Option | 4 | Closing Entries | int |
Available options are:
| |||||||
23 | Rounding Factor | Rounding Factor | Normal | Option | 4 | Rounding Factor | int |
Available options are:
| |||||||
24 | Show In Add. Currency | Show Amounts in Add. Reporting Currency | Normal | Boolean | 4 | Show In Add_ Currency | tinyint |
25 | Show Column Name | Show Column Name | Normal | Boolean | 4 | Show Column Name | tinyint |
26 | Show Opposite Sign | Show Opposite Sign | Normal | Boolean | 4 | Show Opposite Sign | tinyint |
30 | Period Type | View by | Normal | Option | 4 | Period Type | int |
Available options are:
| |||||||
31 | Column Set | Column Set | Normal | Text | 250 | Column Set | nvarchar(500) |
33 | Amount Type | View as | Normal | Option | 4 | Amount Type | int |
Available options are:
| |||||||
34 | Analysis Account Source | Analysis Account Source | Normal | Option | 4 | Analysis Account Source | int |
Available options are:
| |||||||
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 [Analysis by Dim. Parameters].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Analysis by Dim_ Parameters$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Analysis by Dim. Parameters] LEFT JOIN [User] AS [User] ON [Analysis by Dim. Parameters].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |