Hello,
I’m trying to duplicate an existing applicaiton. Though the application can be duplicated, they still refer to the same tables. Having to create new tables, aggregations etc is time consuming. Is there a way to copy an application along with the tables (duplicate tables)?
Thanks
Hey Satheesh,
I generally would not recommend trying to copy Tulip Tables. If you are creating applications which are similar to one another, their underlying data models should be very consistent and as such should be built on the same table. You will need to add a column for the App Name, or some other unique value. The benefits of standardizing your data model and storing everything in one place are much greater than the slight benefit you may get from keeping your data in separate places.
Daniel
Agree with Daniel.
Satheesh, was there a reason you wanted to duplicate the Tables as well?
Thanks for your replies. The plan is to use the applicaiton in a different area and they cannot share the same tables.
Why can they not share the same tables? Plenty of applications are built to use the same tables in different areas.