I have migrated a database from 4.1.4 to 4.2.1 and some XQuerys have disparate results
an example of these XQuerys is :
for $a in input()/general/anyo
where $a/@id=“1995”
return
{$a/@id}
{$a/[count()=0]}
with 4.1.4, I have the next response:
<min_margen>110960.75</min_margen>
<min_ventas>554803.75</min_ventas>
<ventas_coste>443843</ventas_coste>
<ventas_neto>590957</ventas_neto>
<ventas_bruto>631905</ventas_bruto>
<num_clientes>84</num_clientes>
<max_t_entrega>21.6605</max_t_entrega>
<media_t_entrega>19.6605</media_t_entrega>
<min_num_clientes>82</min_num_clientes>
And with 4.2.1 this one:
Have I forgotten anything, or is some kind of bug?
#webMethods#API-Management#Tamino