Hello,
I am trying to replicate below (Output field). I tried with multi row formula but no luck. Please help here.
Data:
Category | Value | Output |
A | 73 | Null |
A | 23 | 73 |
A | 57 | 23 |
B | 22 | Null |
C | 61 | Null |
C | 26 | 61 |
D | 63 | Null |
D | 72 | 63 |
D | 18 | 72 |
Thanks in advance!!
Solved! Go to Solution.
Hi @singh28ashish , you might have not selected the column for group by. I have highlighted the area where you might be mistaking.
Thanks @binuacs, @grazitti_sapna for prompt reply. It worked.