My situation is this: I have one master fusion table with all data about all clients (with permissions only to me). I created another table that will have limited info (with permission to my team)
I decided I need to collect another piece of information. I CAN add a column to the master table, but I can't find a way to now select the column for the limited views. The only option I can see is delete the very elaborate limited view, and re-do it from the beginning.
There has to be a better way! What am I missing?
Thanks :)
I think at the moment this can not be done, because it's not possible to change the definition of a view after it has been created. This would be a nice feature, though. You can request it on the project site ;)
All you can do now is create a new view. What exactly is "elaborate" about the current view? It shouldn't be too hard to "migrate" to a new one.