Should a CQL query work in X3? Help!

I still work with X3. I read that X3 has cql query as a new feature. So I try:

Set sr = ActivePage.Shapes.FindShapes(Query:="@fill.color.cmyk[.c=0 and .m=24 and .y=47 and .k=45]")

and I tried:
Set sr = ActivePage.Shapes.FindShapes(Query:="@fill.color.cmyk (0,24,47,45)")

But no matter what I try the shaperange contains all objects on the page.

The old school findshapes does work: Set sr = ActivePage.Shapes.FindShapes(Type:=cdrTextShape)

Please help me, I want to use the query.