-
Hi there. I have a dataview query which is:
This is picking up all inline mentions of Win:: However it shows all files I created yesterday. I just want it show files which I created yesterday that have a Win. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
mnvwvnm
Oct 2, 2022
Replies: 1 comment 1 reply
-
For files created yesterday and with values in the field TABLE Win as "Wins"
WHERE Win AND file.cday = date(yesterday) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dandobos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For files created yesterday and with values in the field
Win
, maybe this: