Forgive me if this is addressed in the FAQ, but I didn't see anything that addressed coverting a string to currency formula with summary.
I'm having trouble getting a forumula to summarize -- here's the scoop . . . I have a field that is a user-defined field, considered to be a "string". I'm using this UDF for a unit price. In order to get the amount spent on an order, I came up with the following formula:
Ccur({icm.udf1}) * {invhist.qty}
This works great -- for just the first transaction only. If I have Location A making multiple purchases during a month, this formula only picks up the first transaction. So, I tried to sum all the month's transactions for that area. But, it fails saying it cannot produce a running total for that field. I tried:
SUM (Ccur({icm.udf1}) * {invhist.qty})
Can anyone figure out why it won't summarize this formula?? Is it because I'm converting from a string to a currency (which is want I need)?????
I'm having trouble getting a forumula to summarize -- here's the scoop . . . I have a field that is a user-defined field, considered to be a "string". I'm using this UDF for a unit price. In order to get the amount spent on an order, I came up with the following formula:
Ccur({icm.udf1}) * {invhist.qty}
This works great -- for just the first transaction only. If I have Location A making multiple purchases during a month, this formula only picks up the first transaction. So, I tried to sum all the month's transactions for that area. But, it fails saying it cannot produce a running total for that field. I tried:
SUM (Ccur({icm.udf1}) * {invhist.qty})
Can anyone figure out why it won't summarize this formula?? Is it because I'm converting from a string to a currency (which is want I need)?????