Currently in my universe we are using a table say Employee table. Some of the objects in the universe are built on this table. Now we created a view for this Employee table. View is called as Employee_View. Now if I replace Employee table with Employee_View how will it impact the Universe/reports.
Universe objects which are pointing to Employee table, I will make them to point to Employee_View. Let me know is there any issue doing this?
Both table and View have identical definition. Only data will be different in table and view. Under this scenario will it make any difference using table or view in my universe?