Skip to main content
Question

I want to implement merge or join of two tables inside analyses (using code editor) on the onprem environment

  • October 3, 2023
  • 1 reply
  • 13 views

If we have 2 tables with category1 and category2 as their data respectively 

 

How to get C table with all the fields from category 1 and category 2 ?

 

note : tables are not connected with any case key

1 reply

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

Would require more information, are the tables connected in the first place ? If not the same is not possible.

 

What are you trying to do when you say merge inside analysis are we displaying data in a single olap table ?

How are they connected based on that you could use a PU or BIND function ?

Bind or PU

You could also look at Domain Table for the same.