Operation Templates - Examples
The table shows the operation templates used
in the example:
| Operation Template | Function |
|---|---|
| OP_FACT | LOOKUPF ACC = Load the factor in column 4 in the lookup table ACC.ON NOMATCH EXCLUDE = If there is no match in the table, the corresponding row in the file will be skipped. |
| OP_AMOUNT | DIVIDE BY 1000 = divides the amount by 1,000 to get thousands of SEKROUND 0 = rounds to 0 decimal placesMULTIPLY BY @FACT = multiplies by the factor |
| OP_CURR | LOCCURR = loads the local currency from the company table |
| OP_ACCOUNT | LOOKUP ACC = loads the account in the lookup table ACC.ON NOMATCH EXCLUDE = Do not translate an account not found in the table. (The accounts not found in the table are skipped.) |