fix: video styling
All checks were successful
publish / Build-and-publish (push) Successful in 3m0s

This commit is contained in:
Allan 2024-12-31 20:38:31 +00:00
parent 0b178d66be
commit 05c7746474

View File

@ -25,6 +25,7 @@ By way of example, consider the ingestion of the yellow squares below:
One potential configuration (of many) to upload the above data would be as follows (extract from [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules) table): One potential configuration (of many) to upload the above data would be as follows (extract from [MPE_XLMAP_RULES](/tables/mpe_xlmap_rules) table):
|XLMAP_ID|XLMAP_RANGE_ID|XLMAP_SHEET|XLMAP_START|XLMAP_FINISH| |XLMAP_ID|XLMAP_RANGE_ID|XLMAP_SHEET|XLMAP_START|XLMAP_FINISH|
|---|---|---|---|---| |---|---|---|---|---|
|MAP01|MI_ITEM|Current Month|`MATCH B R[1]C[0]: ITEM`|`LASTDOWN`| |MAP01|MI_ITEM|Current Month|`MATCH B R[1]C[0]: ITEM`|`LASTDOWN`|
@ -34,9 +35,11 @@ One potential configuration (of many) to upload the above data would be as follo
|MAP01|RENT|/1|`MATCH E R[0]C[2]: Rent/mortgage`|| |MAP01|RENT|/1|`MATCH E R[0]C[2]: Rent/mortgage`||
|MAP01|CELL|/1|`MATCH E R[0]C[2]: Cell phone`|| |MAP01|CELL|/1|`MATCH E R[0]C[2]: Cell phone`||
The following video illustrates: The following video illustrates:
[Complex Excel Uploads](https://vid.4gl.io/w/7jRSxNs2ENJ3dBEZun4cPf) `video: [Complex Excel Uploads](https://vid.4gl.io/w/7jRSxNs2ENJ3dBEZun4cPf)`
## Filter By Variable ## Filter By Variable