From 79da26a21dde758379e97358ad192a8ee5330a32 Mon Sep 17 00:00:00 2001 From: zmaj Date: Wed, 24 Jan 2024 11:18:48 +0000 Subject: [PATCH] fix: more links --- docs/excel.md | 4 ++-- docs/tables/mpe_column_level_security.md | 2 +- docs/tables/mpe_xlmap_data.md | 4 ++-- docs/tables/mpe_xlmap_info.md | 8 ++++---- docs/tables/mpe_xlmap_rules.md | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/excel.md b/docs/excel.md index 5d6bee4..68cbd9f 100644 --- a/docs/excel.md +++ b/docs/excel.md @@ -102,9 +102,9 @@ The [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules) configuration entries _might_ (as |MAP01|RENT|/1|`MATCH E R[0]C[2]: Rent/mortgage`|| |MAP01|CELL|/1|`MATCH E R[0]C[2]: Cell phone`|| -To import the excel, the end user simply needs to navigate to the LOAD tab, choose "Files", select the appropriate map (eg MAP01), and upload. This will stage the new records in [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) which will go through the usual approval process and quality checks. A copy of the source excel file will be attached to each upload. +To import the excel, the end user simply needs to navigate to the LOAD tab, choose "Files", select the appropriate map (eg MAP01), and upload. This will stage the new records in [MPE_XLMAP_DATA](/tables/mpe_xlmap_data) which will go through the usual approval process and quality checks. A copy of the source excel file will be attached to each upload. -The corresponding [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) table will appear as follows: +The corresponding [MPE_XLMAP_DATA](/tables/mpe_xlmap_data) table will appear as follows: | LOAD_REF | XLMAP_ID | XLMAP_RANGE_ID | ROW_NO | COL_NO | VALUE_TXT | |---------------|----------|----------------|--------|--------|-----------------| diff --git a/docs/tables/mpe_column_level_security.md b/docs/tables/mpe_column_level_security.md index 4df058f..6dd24a5 100644 --- a/docs/tables/mpe_column_level_security.md +++ b/docs/tables/mpe_column_level_security.md @@ -6,7 +6,7 @@ description: The MPE_COLUMN_LEVEL_SECURITY table is used to configure which grou # MPE_COLUMN_LEVEL_SECURITY -The MPE_COLUMN_LEVEL_SECURITY table is used to configure which groups can VIEW or EDIT particular columns within a table. More details are available in the [user guide](/column-level-security.md) +The MPE_COLUMN_LEVEL_SECURITY table is used to configure which groups can VIEW or EDIT particular columns within a table. More details are available in the [user guide](/column-level-security) ## Columns diff --git a/docs/tables/mpe_xlmap_data.md b/docs/tables/mpe_xlmap_data.md index 863650b..8f5d305 100644 --- a/docs/tables/mpe_xlmap_data.md +++ b/docs/tables/mpe_xlmap_data.md @@ -8,7 +8,7 @@ og_image: ../img/mpe_xlmap_data.png # MPE_XLMAP_DATA -The MPE_XLMAP_DATA table stores the data from complex excel uploads in a vertical format. It is possible to configure a different target, so long as it has the same attributes, in the [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md) table. +The MPE_XLMAP_DATA table stores the data from complex excel uploads in a vertical format. It is possible to configure a different target, so long as it has the same attributes, in the [MPE_XLMAP_INFO](/tables/mpe_xlmap_info) table. ![Screenshot](../img/mpe_xlmap_data.png) @@ -19,7 +19,7 @@ See also: * [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules) !!!note - This table cannot be edited directly! Any target tables configured in [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md) are also removed from the Tables list in the LOAD menu. + This table cannot be edited directly! Any target tables configured in [MPE_XLMAP_INFO](/tables/mpe_xlmap_info) are also removed from the Tables list in the LOAD menu. ## Columns diff --git a/docs/tables/mpe_xlmap_info.md b/docs/tables/mpe_xlmap_info.md index 8ecb2f7..be3b52b 100644 --- a/docs/tables/mpe_xlmap_info.md +++ b/docs/tables/mpe_xlmap_info.md @@ -16,9 +16,9 @@ The information is optional (unless you wish to configure a non-default target t See also: -* [Excel Uploads](/excel.md) -* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) -* [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules.md) +* [Excel Uploads](/excel) +* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data) +* [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules) @@ -29,4 +29,4 @@ See also: - 🔑 `TX_TO num`: SCD2 close datetime - 🔑 `XLMAP_ID char(32)`: A unique, UPPERCASE reference for the excel map. - `XLMAP_DESCRIPTION char(1000)`: Map Description - - `XLMAP_TARGETLIBDS char(41)`: An alternative target table to which to upload the data. This MUST have the same structure as the [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) table. The table must also be configured in [MPE_TABLES](/tables/mpe_tables.md). \ No newline at end of file + - `XLMAP_TARGETLIBDS char(41)`: An alternative target table to which to upload the data. This MUST have the same structure as the [MPE_XLMAP_DATA](/tables/mpe_xlmap_data) table. The table must also be configured in [MPE_TABLES](/tables/mpe_tables). \ No newline at end of file diff --git a/docs/tables/mpe_xlmap_rules.md b/docs/tables/mpe_xlmap_rules.md index 46e2bf5..4e1f566 100644 --- a/docs/tables/mpe_xlmap_rules.md +++ b/docs/tables/mpe_xlmap_rules.md @@ -14,9 +14,9 @@ The MPE_XLMAP_RULES table contains the rules for mapping excel cells and ranges See also: -* [Excel Uploads](/excel.md) -* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data.md) -* [MPE_XLMAP_INFO](/tables/mpe_xlmap_info.md) +* [Excel Uploads](/excel) +* [MPE_XLMAP_DATA](/tables/mpe_xlmap_data) +* [MPE_XLMAP_INFO](/tables/mpe_xlmap_info) ## Columns