I need Help with Date Ranges

Hello,

I am here because i need someone who can help me in my app…
I am trying to do a search for a sum of numbers that i have in my app within a certain date range…
I can not make it happen, hopefully someone can help me please.´
Thanks

Best way to do it is to have on the data type you are searching for and constraining by some date field…Bubble has two built in, the created date and modified date, but you may need something else based on your use case and it would be up to you to add that field to your data type of Trades, like maybe ‘traded_date’.

Then in the constraints you would add a constraint for ‘traded_date’ and make it so the value is greater than or equal to some date value (looks like you are using an input element) and this date value should be the beginning of your range.

Then add another constraint again for the ‘traded_date’ field and make that value less than or equal to some date value (looks like you are using an input element) and this date value should be the ending of your range.