Display question if previous answer is 90 days ago or more | Experience Community
Skip to main content
Question

Display question if previous answer is 90 days ago or more

  • August 6, 2026
  • 3 replies
  • 22 views

Forum|alt.badge.img+4

I need to display either a question or an entire block (either could work) based on a date entered in a previous question. At the end of block C, respondents enter a date about the last time they received a service. If that date entered (validation required for yyyy/mm/dd) is 90 days ago or more, then I need to display block D.

3 replies

vgayraud
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+65
  • QPN Level 8 ●●●●●●●●
  • August 6, 2026

What type of question are you using for the date input?


Forum|alt.badge.img+4

Question used for date input in text entry with validation for yyyy/mm/dd format.


Forum|alt.badge.img+28

Perhaps you can consider using this piped text ${date://OtherDate/Y%2Fm%2Fd/-90%20day} in an embedded data to be the current date - 90 days.

Then, create a branch logic that checks if the text entry question is lesser than or equal to this embedded data.

If it is true, show block D.