New-ish to Dataview, Question about inline formula #882
-
Hello, I can't figure out why I can't get this simple formula to work: Current_Value:: 100 Dataview (for inline query '=this.file.Current_Value/this.file.Target_Value'): No implementation found for 'null / null' |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Feb 24, 2022
Replies: 1 comment 1 reply
-
It should just be |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jk8104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should just be
this.Current_Value / this.Target_Value
. Everything inthis.file
is Dataview-provided intrinsic data about the file; your metadata is just directly inside ofthis
.