Dataview calculation without exclusion #889
-
Is there a way to make calculations in dataview not result in filtering? Specifically if I use the simlpe dataview table
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Feb 24, 2022
Replies: 1 comment 1 reply
-
I'm working on a better fix for this, but you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nirrain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a better fix for this, but you can use
default
for now:(default(Value, 0) - default(Cost, 0)) as Profit
.