dharmendrayadav
25th October 2016, 08:50
hi

am using in form editor fmax($#) for max value of an amount which domain is Double(15,4) showing me warning "This value is not allowed.Change the amount" please see attached image too

kindly suggest me solution for this, reports is running fine but for that we have to ignore this warning

bhushanchanda
25th October 2016, 11:23
Hi,

What is the domain of the field? Check this thread (http://www.baanboard.com/baanboard/showthread.php?t=15703) to get some ideas.

shah_bs
28th October 2016, 18:56
In most cases, for numeric fields (integer or double), since the domain limits the number of digits, one has to manually type in the maximum and minimum values (instead of using fmax and fmin).

Otherwise, the system tries to fill in with maximum values permitted by the system and BAAN will replace with the # characters, since the value cannot fit into the field.