Forum Discussion

aleksa0131's avatar
aleksa0131
Frequent Visitor
7 years ago
Solved

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...
  • petrovnikitamai's avatar
    7 years ago
    new column = countrows(filter(tableName;earlier([user])=[user]))

    try this