Hi, I have several currency fields on an opportunity and want to ensure that they are all the same. Rather than do this at run time (where things are not always enforced) I want to have a daily report that lists the ones that are issues, and then fix them.
So on my filter for the report I want to compare 2 fields e.g.:
I can compare a field to a constant, but I don't seem to be able to compare 2 fields in the report. Can you advise please?
Thanks.
So on my filter for the report I want to compare 2 fields e.g.:
Code:
amountCurrency != supportCurrency
I can compare a field to a constant, but I don't seem to be able to compare 2 fields in the report. Can you advise please?
Thanks.
Comment