Generic Chart Y-Axis

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

Table Type: Company

Table Name: Generic Chart Y-Axis
Database Table Name: CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 9182

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 Generic Chart Y-Axis can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [ID]
   ,[Line No_]
   ,[Y-Axis Measure Field ID]
   ,[Y-Axis Measure Field Name]
   ,[Measure Operator]
   ,[Y-Axis Measure Field Caption]
   ,[Show Title]
   ,[Aggregation]
   ,[Chart Type]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Y-Axis]
LEFT JOIN
   [User] AS [User]
      ON
         [Generic Chart Y-Axis].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Generic Chart Y-Axis].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Generic Chart Y-Axis table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
2ID Primary Key SearchIDNormalCode20IDnvarchar(40)
3Line No. Primary Key SearchLine No.NormalInteger4Line No_int
10Y-Axis Measure Field ID SearchY-Axis Measure Field IDNormalInteger4Y-Axis Measure Field IDint
11Y-Axis Measure Field Name SearchY-Axis Measure Field NameNormalText50Y-Axis Measure Field Namenvarchar(100)
12Measure Operator SearchMeasure OperatorNormalOption4Measure Operatorint
Available options are:
  • “Sum”
  • “Count”
13Y-Axis Measure Field Caption SearchY-Axis Measure Field CaptionNormalText250Y-Axis Measure Field Captionnvarchar(500)
20Show Title SearchShow TitleNormalBoolean4Show Titletinyint
21Aggregation SearchAggregationNormalOption4Aggregationint
Available options are:
  • “None”
  • “Count”
  • “Sum”
  • “Min”
  • “Max”
  • “Avg”
22Chart Type SearchChart TypeNormalOption4Chart Typeint
Available options are:
  • “Column”
  • “Point”
  • “Line”
  • “ColumnStacked”
  • “ColumnStacked100”
  • “Area”
  • “AreaStacked”
  • “AreaStacked100”
  • “StepLine”
  • “Pie”
  • “Doughnut”
  • “Range”
  • “Radar”
  • “Funnel”
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
       [Generic Chart Y-Axis].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Y-Axis]
LEFT JOIN
       [User] AS [User]
              ON
                     [Generic Chart Y-Axis].[$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
       [Generic Chart Y-Axis].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Generic Chart Y-Axis$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Generic Chart Y-Axis]
LEFT JOIN
       [User] AS [User]
              ON
                     [Generic Chart Y-Axis].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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