You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! I'm currently using the Dataview plugin in Obsidian and I've encountered an issue. I want to create a table that lists the friends who have birthdays in the next 14 days, but I'm not quite sure how to modify my existing code.
Here’s the code I have so far, I don't know why it won't work:
dataview
table without id file.link as Birthday, birthday as "Coming Soon"
from #people/friend
where follow_up = true
and date(replace(birthday, birthday.year, today.year)) >= date(today)
and date(replace(birthday, birthday.year, today.year)) <= date(today) + dur(14 days)
for example, today is 2024/10/5, I want to display this gay's name and its birthday
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone! I'm currently using the Dataview plugin in Obsidian and I've encountered an issue. I want to create a table that lists the friends who have birthdays in the next 14 days, but I'm not quite sure how to modify my existing code.
Here’s the code I have so far, I don't know why it won't work:
for example, today is 2024/10/5, I want to display this gay's name and its birthday
Beta Was this translation helpful? Give feedback.
All reactions