Hi all,
in metadata editor I have a numeric field that works ok in all cases excep when I use it as a filter with a negative value:
i.e:
user_id = 0 [works fine]
user_id < 0 [works fine]
user_id = -1 [no answer at all]
when doing the same test online (waqr) i get a generic error with the negative value:
AdhocWebService.ERROR_0012 - Failed to generate the report preview. Please check the server log for details of the error.
any idea on how to fix this?