cancel
Showing results for 
Search instead for 
Did you mean: 

filter data

Former Member
0 Kudos

I'm developing an application using SUPI 2.0, and I'm trying to filter data from a MBO, I created a property in object query and called it findByCustomer with this query definition: SELECT x.* FROM CustomerInfo x WHERE x.CUSTOMER = :CUSTOMER.

In Xcode when I call the method

findByCustomer:@"theCustomerToFilter" brings me nothing.

I'll appreciated your help

Best Regards

Mario

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you sure you'r connected and data has arrived on the device? are you passing an existing @"theCustomerToFilter"?

Regards

Peter