Forum Discussion

Luizcarlospf's avatar
Luizcarlospf
Helper I
5 years ago
Solved

Overwrite empty columns by default values

  To put it in context: I have 2 related tables, but not all lines are related. When I go to view all the values of the tables in an array, I have empty values (names) As you can see in the i...
  • timg's avatar
    5 years ago

    Hi Luizcarlospf,

    The clean solution to this would be to add a record in your [seller name] column with an unused ID (e.g. -1) and "not registered" as seller name. Then to map all the records who currently do not have a seller associated with them to that new ID. Below you'll find an example:

    1

    2

    Hope that helps!

    Regards,

    Tim