Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This doesn't really help. I cannot see the complete expressions and I cannot see what is wrong with the data. I *might* be able to figure something out if I could see the source data and how it is returned, but at the moment I do not even understand what the problem is.
1. Customer_id changed ==Var.lastCustomerID==null || Var.lastCustomerID! --->customerid_changed
2.row2.customer_id --> lastCustomerID
3.Var.customerid_changed ? row2.f1_water_pump : row2.f1_water_pump - Var.last_water_produced --> var1
4.row2.f1_water_pump -->last_water_produced
Please find the attachment for the screenshots for your reference
These expressions look wrong. For example,
Customer_id changed ==Var.lastCustomerID==null || Var.lastCustomerID! --->customerid_changed
....will not even compile.
Either you have not copied exactly what I supplied or a copy an paste error has occurred here.
Can you double check what you have sent here please?
Var.lastCustomerID==null || Var.lastCustomerID!=row2.customerId -->customerid_changed sorry i have pasted here wrongly
OK. They look OK.
I need to see the data that fails. What goes in and what goes out?