annotate based on other values using inline dataviewjs #1023
mikolajkniejski
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
#959 seems related |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure I will ever support inline DataviewJS for this, though I may support regular Dataview expressions in the future; this problem is actually unsolvable in the general case and is tricky even in more specific cases to implement correctly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, I want to do something like that:
propA:: 12
propB:: 10
propC ::
$= dv.current().propA * dv.current().propB
Beta Was this translation helpful? Give feedback.
All reactions