Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

2 data source, 1 apps ... possible ?

Good morning,


I have an application and I would like to know if it is possible to create 2 working environment with a toggle button.
1 production environment pointing to a production database
1 training environment pointing to another training database

Solved Solved
0 2 236
1 ACCEPTED SOLUTION

No.

You could use ONE database with a column that defines if the row is production or training. And then use views/slices cleverly. It depends on how you have it all set up.

Or, you could duplicate the app with source tables every time you have done changes to the production app. And have a separate playground.

View solution in original post

2 REPLIES 2

No.

You could use ONE database with a column that defines if the row is production or training. And then use views/slices cleverly. It depends on how you have it all set up.

Or, you could duplicate the app with source tables every time you have done changes to the production app. And have a separate playground.

Thank you very much, I will try your solution with a column that defines if the row is production or training

Top Labels in this Space