D
DaveC271
I am having problems trying to run the following switch function.
LandRegistryFeeEXPR: Switch( [Property Details]![Purchase Price] <=
50000,60,( [Property Details]![Purchase Price] >50000 And [Property
Details]![Purchase Price] <=80000,80,( [Property Details]![Purchase Price]
I get the error message
"The expression you entered is missing a closing parethesis, bracket or
verticle bar."
When I add a bracket on the end I get the error message
"The expression you entered has a function containing the wrong number of
arguments."
I am trying to get the following outcome and use it in other expressions.
LAND REGISTRY RULES TABLE
PropertyPrice Amount Payable
0-50k 40
50k-80k 60
80k-100k 100
100k-200k 150
200k-500k 250
500k-1000k 450
1000k+ 750
Please can somebody take a look at this and tell me where I am going wrong.
LandRegistryFeeEXPR: Switch( [Property Details]![Purchase Price] <=
50000,60,( [Property Details]![Purchase Price] >50000 And [Property
Details]![Purchase Price] <=80000,80,( [Property Details]![Purchase Price]
Details]![Purchase Price] >100000 And [Property Details]![Purchase Price]80000 And [Property Details]![Purchase Price] <=100000,100,( [Property
Details]![Purchase Price] >1000000,750))))))500000 And [Property Details]![Purchase Price] <=1000000,450,( [Property
I get the error message
"The expression you entered is missing a closing parethesis, bracket or
verticle bar."
When I add a bracket on the end I get the error message
"The expression you entered has a function containing the wrong number of
arguments."
I am trying to get the following outcome and use it in other expressions.
LAND REGISTRY RULES TABLE
PropertyPrice Amount Payable
0-50k 40
50k-80k 60
80k-100k 100
100k-200k 150
200k-500k 250
500k-1000k 450
1000k+ 750
Please can somebody take a look at this and tell me where I am going wrong.