Hi @Deepikaa_Nagesh you can not use regex in daterange property, you will have to group multiple dates and apply OR or AND to it. If you are using query builder in Java, you can loop on array of date property names and creates the conditions like: String[] datePropertyArray = {"date1", "date2", "d...