Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Id class. value required A-B
123 A. 100. -100
123. B. 200
124 A. 500. -100
124. B. 600
You could try this:
Sum ( {<class={'A'} >} value )- Sum ( {<class={'B'} >} value)
Or if you need to have it in a table associated described then you could try this:
Sum ( {<class={'A'} >} total <Id> value )- Sum ( {<class={'B'} >} total <Id> value)
You could try this:
Sum ( {<class={'A'} >} value )- Sum ( {<class={'B'} >} value)
Or if you need to have it in a table associated described then you could try this:
Sum ( {<class={'A'} >} total <Id> value )- Sum ( {<class={'B'} >} total <Id> value)