Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo zusammen,
ich möchte meine Traded Werte von meinen Cleared Werten Abziehen und schreibe im Skript folgendes.
'Cleared Volume' as Volumekey,
'Cleared Volume -Traded Volume' as [Give up/ Take up],
Leider Addiert er anstatt zu subtrahieren.
Weiss einer woran das liegt?
VG
Laura
Hi
check if there are any Negative values in "Traded Volume" ?
all positive
Can you try to post in English, please take help to covert
Can you please post a small sample...
Okay
check this
'Cleared Volume' as Volumekey,
(Cleared Volume -Traded Volume) as [Give up/ Take up],
If this,
Please use
([Cleared Volume] - [Traded Volume])
unfortuantely no, still count it together and not "-"
can you post complet part of your script with sample data?
does 'Cleared Volume' and [Give up/ Take up] contain the same value per row?
what happens when you add the fields? 'Cleared Volume' + ' 'Traded Volume'
same. still adding it