Forum Discussion

jonoren's avatar
jonoren
Frequent Visitor
4 years ago
Solved

Remove rows based on an arbitrary rule

Hi! so I have a table of currencies and their corresponding countries, and some countries have more than one currency (so they have more than one row in this table). Moreover, I need to merge this ta...
  • jonoren's avatar
    4 years ago

    Because the rule is completely arbitrary, and I know for a fact that the order of the rows, as well as the number of them, won't ever change, I solved this by simply creating an index column and filtering by it, manually removing the indexes I'm not interested in. In the end it was a very easy solution.. Thanks anyway guys!