Forum Discussion

yanzhao_LBS's avatar
yanzhao_LBS
Icon for Helper II rankHelper II
1 year ago
Solved

How to get a table like this

I have 3 tables 1. 2. 3. and I want a table to display all the information detail like this:   but it seems that  it's ok to display the sum of them or one is sum the o...
  • ryan_mayu's avatar
    1 year ago

    It looks like the expected output only need the data from table 2 and 3.

    You can create index and custom columns in PQ for both table, then merge two tables.

     

    pls see the attachment below