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(Newtable), it works and gets the correct number. I can not understand this! could someone help me! Thanks!

2 Replies