I'm receiving this response when I try to create a user filter in the GoodData API, does anybody knows what is this error and how to solve it?
{
"error" : {
"parameters" : [
"[/gdc/md/PROJECT_ID/obj/OBJECT_ID]=[/gdc/md/PROJECT_ID/obj/OBJECT_ID/elements?id=ELEMENT_ID] OR [/gdc/md/PROJECT_ID/obj/OBJECT_ID]=[/gdc/md/PROJECT_ID/obj/OBJECT_ID/elements?id=ELEMENT_ID]"
],
"requestId" : "REQUEST_ID",
"component" : "Resource::Obj::Service",
"errorClass" : "GDC::Exception::User",
"message" : "Expression not allowed in userFilter '%s'."
}
}