Forum Discussion
aleksa0131
7 years agoFrequent Visitor
count rows and save it in a new column
Hi everyone, I have this table,where I want to add column "count" ,which contains number of how many times this user appears in the table. Here is the sample,what I am trying to get. Thanks i...
- 7 years ago
new column = countrows(filter(tableName;earlier([user])=[user]))
try this
petrovnikitamai
Resolver V
7 years agonew column = countrows(filter(tableName;earlier([user])=[user]))
try this