I create a Favourite automatically based on some inputfields.
- InputField Start = 100
- InputField End = 200
I create a New Favourite with:
- Amount > 100
- Amount < 200
but it runs correctly only if the resultinng set contains values: if there are values for [Amount>100] but not for [Amount<200] the Favourite will contains the first filter only.