CMDBuild Forum

How can I configure domain, filter and CQL

Hi!
I’m a beginner and I didn’t find any examples in the manuals.
I have the following classes:
Land
Building
Floor
The following domains have been created:
Land->Building (1:N)
Building->Floor (1:N)
How can I configure that in the Floor class card the choice of building depends on the Lang attribute?
Perhaps you will say that you need to use a filter, but can you give an example?
Thanks!

Here’s a conceptual example in a programming context (assuming you’re working with some kind of object-oriented programming language with classes and attributes). Please note that the actual implementation might vary based on the language or framework you’re using.

@Galim , did you solve your issue? If yes, could you show your solution? @redicisfollows if you don´t mind, could you show us an example solving this problem with Java code ?

Thanks in advanced!