|
-
June 18th, 2009, 02:13 PM
#1
Symbol and Position Formulas not the same in Number and Currency
Hello,
Using Crystal Reports 10
I'm trying to use different formats for different currencies. For example. $15,000 and 15,000EUR.
I have these two formulas
For Currency Position
if {eaSPSelDealPayoutByDateRangeInitialQry;1.Currency } = "USD" Then
1
else
3
For Currency Symbol
if {eaSPSelDealPayoutByDateRangeInitialQry;1.Currency } <> 'USD' Then
{eaSPSelDealPayoutByDateRangeInitialQry;1.Currency }
else
'$'
I have 3 fields that would use this formula, one Numeric and two currencies. The formula works as expected in the Number but not in the Currency.
Any ideas on why this is happening?
Thanks!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|