Hi,
I want to make a monitor that compare two columns from a M3 table, as opposed to a static value.
Specifically I want to check if there is a mismatch between the purchase price (PUPR) of a order line and the confirmed price (CPPR), and count the lines where this is the case in a monitor like this:
I was trying to find a way to make a custom API and filtering on a virtual field that checks for my condition, but I haven't found a widget that can filter the results of an API. I also looked for a query to use in the EXPORTMI.Select API.
Is there a query for enterprise search that can check for this, or does anyone have another suggestion on how this can be solved?