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?
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
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
Created date > = Current date+days -dropdown’value number field
Dropdown need to have a number field. What are your setting for this option set?
You forget to set -. You an do it directly in time field.in option set
This topic was automatically closed after 70 days. New replies are no longer allowed.