dv.current inside inline field for different table #1382
vanadium23
started this conversation in
General
Replies: 1 comment 2 replies
-
Is #1023 similar? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, dataview community.
DataviewJS has a great function:
dv.current
.I've placed an inline field inside file A:
And than try to add table with file A in file B:
Expected: Next = 2, as in file A.
Got: Next = NaN.
This is because dv.current() is file B, but can we make another function to select current file?
Beta Was this translation helpful? Give feedback.
All reactions