Forum Discussion
luis_pflucker
Helper II
5 years agohow to group rows with calculated columns
Hi, I have a table with calculated columns as you see in the attached picture, I am trying to group in same row for example Defect ID 32013, 32026, 32053, etc where as a result the column #TCs Bloc...
MPMP
5 years agoFrequent Visitor
You need to create another column and get the MaxRank in each group, if the max rank = 0 then 'N' if the max rank =1 then 'Y'
MPMP
5 years agoFrequent Visitor
Hi Luis,
I hope my solution helped you to achieve what you were looking for, could you please accept it as solution ?
- luis_pflucker5 years ago
Helper II
Hi, I am still trying to figure out gow to apply your suggestion.