Hi All,
I am adding a new table - A to an existing universe that contains multiple dimension and fact tables. After joining the new table A to the existing tables, I encountered two loops in the universe. I created two alias tables to resolve the loops. One of the alias tables was created on the new table A. Some of the existing tables in the universe are now joined to the new table A and some to the alias table created for the new table A.
Now, if I need to create a folder/class in the universe with all the columns of the new table A, which table should I use - the original table or the alias table ? Any ideas?