I know it simple to do I just never work with dates in my bubbling. How do I show New in a conditional when the current date time is less than 3 days since a post has been created?
Jici
2
Actually, your conditionnal will always return true.
Current date +days -3 < Created date
Or created date +days 3 > current date
Thank you always get it confused and for a drop down I do the same basically if I want to sort by

Current date +days -option set day < Created date
Jici
4
You will need a number field in your option set with correct value (1/3/7/14/30)
Yes I have that sorry I posted wrong screen shot

for the actual filtering of repeating group
Jici
6
Created date > = Current date+days -dropdown’value number field
Im sorry a bit confused here is a better image
Jici
8
Dropdown need to have a number field. What are your setting for this option set?
Here’s some better screen shots. Time is now a number
I had it as a date accidentally.
Jici
10
You forget to set -. You an do it directly in time field.in option set
system
Closed
11
This topic was automatically closed after 70 days. New replies are no longer allowed.