fix: more links
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m52s

This commit is contained in:
zmaj 2024-01-24 11:18:48 +00:00
parent a8580b87f7
commit 79da26a21d
5 changed files with 12 additions and 12 deletions

View File

@ -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 |
|---------------|----------|----------------|--------|--------|-----------------|

View File

@ -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

View File

@ -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

View File

@ -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).
- `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).

View File

@ -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