Function Argument Modifiers
Modifier | Switch | Example | Description |
---|---|---|---|
Parent Only Balances | :PAR |
UDF cw_map("BR:PAR", "100") DDE map("BR:PAR", "100") cwin32|Data!'CWEval|active|map("BR:PAR", "100")|' |
Links the report balance for map number 100 with all sub entity balances excluded. |
Include Foreign Exchange | :FX |
UDF cw_map("BR:FX","100") DDE map("BR:FX","100") cwin32|Data!'CWEval|active|map("BR:FX","100")|' |
Links the report balance for map number 100 with the foreign exchange rate applied. |
Include Other Basis Adjustments | :OBA |
UDF cw_map("BR:OBA","100") DDE map("BR:OBA","100") cwin32|Data!'CWEval|active|map("BR:OBA","100")|' |
Links the report balance for map number 100 with other basis adjustments included. |
Include Sub Balances | :SUB |
UDF cw_map("BR:SUB","100") DDE map("BR:SUB","100") cwin32|Data!'CWEval|active|map("BR:SUB","100")|' |
Links the report balance for map number 100 with all sub mapping balances included. Sub mappings in this case include map numbers such as 100.1, 100.2 and 100.3 (if applicable). |
Period Only | :DISC |
UDF cw_map("BR:DISC","100") DDE map("BR:DISC","100") cwin32|Data!'CWEval|active|map("BR:DISC","100")|' |
Links the report balance for map number 100 for period only balances. |
Opening Period | :PER0 |
UDF cw_map("BR:PER0","100") DDE map("BR:PER0","100") cwin32|Data!'CWEval|active|map("BR:PER0","100")|' |
Links the report balance for map number 100 for the opening period. |
Prior Period | :PP1 |
UDF cw_map("BR:PP1","100") DDE map("BR:PP1","100") cwin32|Data!'CWEval|active|map("BR:PP1","100")|' |
Links the report balance for map number 100 for the prior period. |
Yearly | :Y:PER1 |
UDF cw_map("BR:Y:PER1","100") DDE map("BR:Y:PER1","100") cwin32|Data!'CWEval|active|map("BR:Y:PER1","100")|' |
Links the report balance for map number 100 for the yearly period. |
Prior Year | :YRx
Where, x, is an integer value that represents the prior year. |
UDF cw_map("BR:YR1","100") DDE map("BR:YR1","100") cwin32|Data!'CWEval|active|map("BR:YR1","100")|' |
Links the report balance for map number 100 for prior year 1. |
Use Sign | :USESIGN |
UDF cw_map("BR:USESIGN","100") DDE map("BR:USESIGN","100") cwin32|Data!'CWEval|active|map("BR:USESIGN","100")|' |
Links the report balance for map number 100 with the sign property in the client file.
|