Hi,
I'm trying to filter an EntityView with a FieldLikePredicate.
My problem is the type of the field to filter (int).
In SQL I would solve this problem:
... WHERE CAST(Id as nvarchar(10)) like '25%'
I want all Ids beginning with 25
How do solve this problem?
Greetings from Germany
Sascha