Hi,
I am using GP 2013 SP2 with functional currency AED , other currency USD with exchange rate 3.675. I found a strange issue in printing exchange rate on sale invoice report. Sales invoice report has been customized to print exchange rate with 3 decimal places. but it print 3.675 with sa user. but other users, it print 3 only as shown in below screen, sometime when user logout and login it print 3.675. Kindly help me to find a solution to fix this strange issue.
Please find screen-shot for more details.
Customization details on sale invoice report.
I tried to change result type from currency to variable currency but the same result.
*This post is locked for comments
Hi P NOUSHAD,
In this case, also create or use an existing "Format" that is left aligned. The "Format Field" decimal digits appears to over-ride the decimal digits on the assigned "Format". (I hope that makes sense).
Justin
Hi Justin,
Thanks for support with detailed steps. It working now but only the issue, user need alignment to wards left. Please check the exchange rate on report can we do left alignment. so all formation will in left alignment.
Hi P NOUSHAD,
I recommend making use of a "Format Field" instead of assigning a "Format".
You will need to make 2 calculated fields:
1.)
Name: (C)ExchangeFormat
Result Type: Integer
Expression Type: Conditional
Conditional Expression: SOP_HDR_WORK.Currency ID = "AED"
True Case: 1
False Case: 4
2.)
Name: (C)ExchangeRate
Result Type: Currency
Expression Type: Conditional
Conditional Expression: SOP_HDR_WORK.Currency ID = "AED"
True Case: 1.00000
False Case: SOP_HDR_WORK.Exchange Rate
====================================================================
Put the (C)ExchangeRate field onto the layout, doubleclick on it, then select (C)ExchangeFormat as the Format Field. (Also, make sure to leave "Format" blank/empty). Screenshots below:
Please let me know if this works for you.
Best Regards,
Justin
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156