is there any way to count number of private note added by per Agent?
Content
is there any way to count number of private note added by per Agent?
just like we can count how many times agent changed the particular status by using this expression: sum(if(transactions.trans_type=6 & (transactions.id1=2 | transactions.id1=3 | transactions.id1=135), 1, 0))
can we do this for Private Note as well ?
Tagged:
0