GWitley Posted June 19, 2008 Share Posted June 19, 2008 I have a subscriber database. I enter the number of subscriptions for each user. I want to have a calculation field that takes the number of subscriptions and multiples that times a dollar amount. When I try to do this: "name of field with number of subscriptions" * $3.00 I get zero as the answer. What am I missing? Quote Link to comment Share on other sites More sharing options...
Techphan Posted June 19, 2008 Share Posted June 19, 2008 I have a subscriber database. I enter the number of subscriptions for each user. I want to have a calculation field that takes the number of subscriptions and multiples that times a dollar amount. When I try to do this: "name of field with number of subscriptions" * $3.00 I get zero as the answer. What am I missing? 1) Is your calculation set to give a numerical answer (not text, etc)? 2) It should look like this: Calculation= Table::NumberField*3 (take out the dollar sign) Quote Link to comment Share on other sites More sharing options...
GWitley Posted June 19, 2008 Author Share Posted June 19, 2008 Thanks! Taking out the $ was the key. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.