Forum Discussion

william117's avatar
william117
Frequent Visitor
5 years ago
Solved

Create a new column based on a group

I try to make a column where TotalData, contains several components, the idea is that it can identify what it belongs to by name and not by group_id, this is the example     PRODUCT_ID GROUP_I...
  • amitchandak's avatar
    5 years ago

    william117 , Try a new column like]new column =
    maxx(filter(Table, [GROUP_ID] =earlier([GROUP_ID]) && not(isblank([IN]))), [NAME])