Hi, Is there a way to add String parameters in OQL in the dataset. now you can only add object, boolean, datetime, integer, enumeration and decimal but not String. we fix it now by adding quotes to our string parameters: Person.Name LIKE ‘$name’ Kind regards, Steven Keersmaekers
↧