Hello,
If I execute the Aging process with an empty C_Currency_ID parameter, I got 22 lines in the T_Aging table.
If I execute the Aging process with a C_Currency_ID > 0 parameter, I got 22 lines in the T_Aging table.
It's correct.
But when the report engine display data, the "filter on currency" display only 14 lines ~ those where T_Aging.C_Currency_ID = Parameter.C_Currency_ID
I expect to see all lines with amounts converted in the selected currency.
=> Which is NOT correct
I think is because of the automatic filter which compares the parameter with same table columnnames.
Is there an easy way to swith off this filter ?
Otherwise, I do not see another way but change the parameter name (C_Currency_ID => C_Currency_ID_To) in the process and in the code (tested locally and it works).
WDYT ?
Thanks,
Nicolas