Replace a table in views
Replace a table in views
I had a table that I used to test a bunch of queries and views. I then created a new table with real data. Is there a way to associate the view to the new table (fields are the same) without rebuilding? I can do it for custom queries where the SQL is coded by simply replacing the table, but I did not find a way to do it for views as these use the drag and drop functionality. Any help ? Thanks