I hope someone call help me with this.
I have a number of columns and the main columns of interest at the moment are 'IsBid (bool)' and 'Vol (integer)'.
I want to create a count of number of records where 'IsBid=false'.
Also I need the total/average of 'Vol' where 'IsBid=false'.
For example:
IsBid Vol
----- ----
T 10
T 5
F 1
F 150
F 15
So, the first part of a count of number of records where 'IsBid=false' should return 3.
The second part of the total/average of 'Vol' where 'IsBid=false' should return 166/55.33 respectively.
Any help is apprecaiated.
Thanks,
Emir
I have a number of columns and the main columns of interest at the moment are 'IsBid (bool)' and 'Vol (integer)'.
I want to create a count of number of records where 'IsBid=false'.
Also I need the total/average of 'Vol' where 'IsBid=false'.
For example:
IsBid Vol
----- ----
T 10
T 5
F 1
F 150
F 15
So, the first part of a count of number of records where 'IsBid=false' should return 3.
The second part of the total/average of 'Vol' where 'IsBid=false' should return 166/55.33 respectively.
Any help is apprecaiated.
Thanks,
Emir