Forum Discussion

AndrewS's avatar
AndrewS
Qrew Trainee
3 years ago

Sort records with unique value and copy them to another table.

Hello everybody,

I have a table:
Customer name   |   Email   |   Phone   |   Company name   |   ID   |

Customer name - unique
Company name - repeatable

so, I would like to have another table that will contain only unique "Company name". (Group method does not work for me, it should be ANOTHER table, synced with the first one).

------------------------------
Andrew S
------------------------------

7 Replies

  • Can you tell me if your current table is populated manually or is it routinely populated through some kind of automated process like an import.

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • AndrewS's avatar
      AndrewS
      Qrew Trainee
      Hello Mark,
      my first table is created using connected data to the QuickBooks.

      ------------------------------
      Andrew S
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Qrew Champion
        I suggest that you create your new table and set the key field to be the company name. Initialize that table by running a summary report on your QuickBooks connected table and use the option to copy these to another table.

        Then on that table create a field called [Company Exists?]  as a checkbox field with a formula of true.  Relationship from your company table back down to the QuickBooks table based on the company field and then look up that field for [Company Exists?] 

        Then Pipeline to add a record to the companies table when I record is created or edited in the QuickBooks table and the company does not exist.

        ------------------------------
        Mark Shnier (YQC)
        mark.shnier@gmail.com
        ------------------------------