Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

can not get the correct value using countrows(filter( ))

Hello!   I used Number=countrows(filter(table1, event="sold"), I got a blank value.   However if I create a new table firstly Newtable=filter(table1, event="sold"), and then Number=countrows(Newt...