Forum Discussion
DDON
5 years agoFrequent Visitor
Data maniplulation after grouping
Happy Friday! I am trying to extract data specific for each group from one column in a table based on finding the maximum value in another column. I have the following setup Key = column by ...
- Anonymous5 years ago
try using this M-expression
then expand column records:
Anonymous
5 years agoNot applicable
you should group by on key using UI (for example) in this way:
- DDON5 years agoFrequent Visitor
Thanks for your reply, as far as I can tell the Group GUI only allows operations on one column. In scenario 1 I am not really interested in the max of R but which V is on the same row as th max of R.
Sorry if I am missing something in your reply
- Anonymous5 years agoNot applicable
try using this M-expression
then expand column records:
- DDON5 years agoFrequent Visitor
Perfect. Thanks for your time on that. I think I understand the syntax of the solution apart from the "_". If you have a moment could you explain what that is up to or point me towards the documentation.
Thanks again