Forum Discussion

Tbourgoin's avatar
Tbourgoin
New Member
8 years ago
Solved

Create New Table based on two other tables for a map

Contact and Centre are two different table with two column Name and Adresse. I want create a new table with three column :

FULLNAME ; ADRESSE ; TYPE (for filter by type Contact or Centre).

 

How I can do that :

1 - Create this Table with two different tables (If it's needed for the map ...)

2 - Create this map (what kind of map i can used, because I have more than 10 000 adresses and 80 Centres)

 

Thank a lot for your help.

 

Tristan

  • Anonymous's avatar
    Anonymous
    8 years ago

    1. Add new column in both tables first. You could use Add column from examples. You could add the column TYPE in both tables. Type in Centre or Contact. 

     

    2. After adding this, you can now use Append. Select any table then click on Edit Queries. Click on Append Queries in the Home tab, select Append Queries as New. Then select the two tables which you will combine. This will create a new table which contains all the data from the two tables. 

     

     

    - You could use the Map visuals for this. 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    1. Add new column in both tables first. You could use Add column from examples. You could add the column TYPE in both tables. Type in Centre or Contact. 

     

    2. After adding this, you can now use Append. Select any table then click on Edit Queries. Click on Append Queries in the Home tab, select Append Queries as New. Then select the two tables which you will combine. This will create a new table which contains all the data from the two tables. 

     

     

    - You could use the Map visuals for this. 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Can you explain how to use a UNION based on a condition? 

      I have a list of states in one table (say A, B, C, D, E) 

      I have another table which has DS state -> List of States

      For example, J -> B, C

                            F -> D

                            Z -> 

       

      Data source is a SharePoint List. 

      I want a list finally which says: 

      A

      B

      C

      D

      E

      J (Because B, C are present in 1st table) 

       

      This list I can then populate on the map with other conditions.