Code: Select all
PosPerc: Count([Profit]>0)/count(not null([profit]))
Code: Select all
NegPerc: Count([Profit]>0)/count(not null([profit]))
Code: Select all
PosPerc: Count([Profit]>0)/count(not null([profit]))
Code: Select all
NegPerc: Count([Profit]>0)/count(not null([profit]))