Forum Discussion
william117
5 years agoFrequent Visitor
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...
- 5 years ago
william117 , Try a new column like]new column =
maxx(filter(Table, [GROUP_ID] =earlier([GROUP_ID]) && not(isblank([IN]))), [NAME])
amitchandak
5 years agoSuper User
william117 , Try a new column like]new column =
maxx(filter(Table, [GROUP_ID] =earlier([GROUP_ID]) && not(isblank([IN]))), [NAME])
- william1175 years agoFrequent Visitor
it worked perfectly