Question:
Code:
program:
if
readgoal() in $#admintags
then ''
else
$#rggenres
fi
readgoal():
Code:
program: strcat('readinggoal:', format_date(today(), 'yyyy'))
I made this to clear a specific column if there's a readinggoal:2025.
However, if there's another readinggoal: tag (example: readinggoal:2020) alongside the 2025 tag, I want to not clear it.
How do I do this?
If it helps they range from 2020-2024.