Forum Discussion

EaglesTony's avatar
EaglesTony
Post Prodigy
1 year ago
Solved

How can I group like rows ?

I have a table with the following:   NAME      KEY Added      DATA-123 Removed  DATA-123 Committed DATA-456 Added       DATA-789   What I need is to know if the KEY has a Removed, to filter t...
  • EaglesTony's avatar
    1 year ago

    I decided on making a clone of the table and just having "removed" in there and merge it back and filter out those records with Key as null, it appears to work and needed to have this due to time sensitivity, but thanks all for your assitance and ideas.