G
googlegooble
I am trying to build a query in which I need to create a variable parameter
based on a text string...
I have the Following Feilds:
UnitCount - Sum of units shipped
CaseCount - Sum of Cases shipped
FeeRate - the rate for a fee based on either UnitCount or CaseCount
FeeFactor - the feild that determains if the total Fee is based on UnitCount
of CaseCount
I want to create another feild that is equal to FeeRate x [NewParameter]*
* the new parameter is variable and would be equal to the following text
string:
="SumOf" & [FeeFactor]
If FeeFactor is equal to UnitCount then the formula would be FeeRate x
SumofFeeFactor
I tried: ["sumof" & [FeeFactor]] but it will not recognize this text string
as a parameter...
HELP!!!
based on a text string...
I have the Following Feilds:
UnitCount - Sum of units shipped
CaseCount - Sum of Cases shipped
FeeRate - the rate for a fee based on either UnitCount or CaseCount
FeeFactor - the feild that determains if the total Fee is based on UnitCount
of CaseCount
I want to create another feild that is equal to FeeRate x [NewParameter]*
* the new parameter is variable and would be equal to the following text
string:
="SumOf" & [FeeFactor]
If FeeFactor is equal to UnitCount then the formula would be FeeRate x
SumofFeeFactor
I tried: ["sumof" & [FeeFactor]] but it will not recognize this text string
as a parameter...
HELP!!!