Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

joining tables and creating report using Matrix visualization

I have two tables as below

 

table1

PK1  PK2  name   states    age    
abAMarizona5
abAMcali5
abAMny5
abAMnj5
abAMwy5

 

 

 

 

table2

PK1  salary  
a201

 

 

 

I need to join those two tables on PK1 and create output as below

 

 

 

 

 

 

 

Currently i have started using matrix visualization and was able to get the below table. I couldnt get the 'states' column in the second last position as then it populates the column 'age' on all rows.

 

 

Is there any way i could achieve the result that I want and then join to table2 above to get the salary column?? Do i need to change the structure of my table1? it is manually created. While the second table is a calculation.

6 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Do you think that the below view is possible? I am not sure how to perform the join as in the first table PK1 occurs multiple times but in the second table PK1 would be there only for 1 time. I dont want to repeat the salary multiple times.

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        also, any idea what keywords I should search for to find a custom visualization?