I have the following test table and I would like to have the following result, see below.
| RecordID | Name | Value1 |
| 7530 | 1 | |
| 7530 | 2 | |
| 7530 | 3 | Test_Text1 |
| 7530 | 4 | |
| 5640 | 1 | |
| 5640 | 2 | |
| 5640 | 3 | Test_Text2 |
| 5640 | 4 | |
| 5640 | 5 | |
| RecordID | Name | Value1 |
| 7530 | 1 | |
| 7530 | 2 | |
| 7530 | 3 | Test_Text1 |
| 5640 | 1 | |
| 5640 | 2 | |
| 5640 | 3 | Test_Text2 |
I have created or used a transpose for a dynamic hierarchy.
But now I want to delete the rows that are larger in name than their name, where there is a value in it.