Forum Discussion

SrinathLM10's avatar
SrinathLM10
Icon for Helper I rankHelper I
5 years ago
Solved

How to Create a New crossjoin table with filter

I am trying to create a new table with crossjoin for table2 and table3 but based on a filter which is A. Similar to the example below.

 

table1      table 2   table 3                        New Table

A  |  B     A | C | ids      A | ids                    C   |  ids | A

______     _________      _______                    _____________

p  | a      p | x | 1          P | 1                       x   |  1  | p

q  | b      p | x | 2          P | 2                       x   |  2  | p

r   | c      p | y | 3          p | 3                       x   |  3  | p

s   | d     p | y | 2          q | 4                       x   |  4  | q

t   | e      q | x | 5          q | 5                       x   |  5  | q

                                                                  y   | 1  | p

                                                                  y   | 2  | p

                                                                  y   | 3  | p

2 Replies