I’m looking to display this according to a specific date, I tested with this but unfortunately it does not work. Does anyone have a solution?
Hi there, @rayanerachid91212… the Created Date
is a date and a specific time on that date, so try using two constraints that look like this.
Created Date >= Date/TimePicker TEEST's value:rounded down to date
Created Date < Date/TimePicker TEEST's value:rounded down to date +(days): 1
Hope this helps.
Best…
Mike
Thank you, it worked! What if I want to do the same thing by displaying the data in a date range? What should I do?
I never use date ranges, but I’m pretty sure that adding the :start operator to the first expression and adding the :end operator to the second expression would do the trick.
Thank you very much Mr. Mike, it worked. Could you please help me with this, this is the core part of my application and I still haven’t found a solution, thank you very much…
This topic was automatically closed after 70 days. New replies are no longer allowed.