You are here: Help Topics > Working Papers Reference > Functions > Function Argument Modifiers
-- Reference --

Function Argument Modifiers

Modifier Switch Example Description
Parent Only Balances :PAR

cw_map("BR:PAR", "100")

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

cw_map("BR:FX","100")

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

cw_map("BR:OBA","100")

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

cw_map("BR:SUB","100")

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

cw_map("BR:DISC","100")

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

cw_map("BR:PER0","100")

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

cw_map("BR:PP1","100")

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

cw_map("BR:Y:PER1","100")

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.

cw_map("BR:YR1","100")

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

cw_map("BR:USESIGN","100")

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.