Hi,
let's say your question about the number of rooms has code "NBRROOMS"
Then there are your "bedroom groups".
And what is the condition to display a group?
The first group is displayed if: NBRROOMS ge 1
The second group is displayed if: NBRROOMS ge 2
The third group is displayed if: NBRROOMS ge 3
and so on.
The only thing you have to do is to enter in "relevance equation" of the group the condition of this group, like"NBRROOMS ge 1", ...
Joffm
By the way: "ge" means "greater or equal"; the same as ">="