Skip to main content
1-Visitor
November 11, 2016
Question

how to know if a value is in a infotable

  • November 11, 2016
  • 1 reply
  • 4748 views

I have a thing template with a infotable property.

I would like to call the service QueryImplementingThingsWithData and my query should be on the infotable property.


In other words I want to select all things of the template which have my input value into one row of the infotable property.

Is it possible?

1 reply

1-Visitor
November 11, 2016

Don't thing so.

You should iterate over QueryImplementingThingsWithData entities and "refilter" for the ones that comply with Infotable Value Condition.

Carles.

fmanniti1-VisitorAuthor
1-Visitor
November 11, 2016

Hoped there was a less complex way.

Thanks