Hi,
I'm looking for a dynamically filtered output to filter below table with the following requirement.
All the Approved & Declined statuses should be part of Output for the source 'News', but, only Approved status row for the 'Music' (Do not want to see Declined status of Music), I've been trying with Filter & Formula tools but not able to get the desired output.
Input table
| Source | Status |
| News | Declined |
| Music | Approved |
| News | Declined |
| News | Approved |
| Music | Declined |
Desired output
| Source | Status |
| News | Declined |
| Music | Approved |
| News | Declined |
| News | Approved |