- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does adding a new column in the table affect the data source?
Hi guys,
I would like to add a column for calculation but I do not want to affect anything in the MySQL data source.
Does adding a new column works locally or it will sync to the source?
Do I need to have a new table for having a copy of data for the calculation?
Thank you~
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and to add to Phil's post; you don't have to have a new table. The new calculated column can be ignored in terms of visuals you might build
however if the calculation involves a distinct value where the result is less records than the original table, such as a single sum for an overall category - it might be more useful to have a new stand alone table (you can join them)
and in either case you can undo these steps in your Query Editor should you need to experiment without affecting your core table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and to add to Phil's post; you don't have to have a new table. The new calculated column can be ignored in terms of visuals you might build
however if the calculation involves a distinct value where the result is less records than the original table, such as a single sum for an overall category - it might be more useful to have a new stand alone table (you can join them)
and in either case you can undo these steps in your Query Editor should you need to experiment without affecting your core table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @natt,
It definitely won't update your source data so you won't have to worry about that.
There is a tool that sounds like it might let you, but you'd need to install that separately.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-13-2023 05:23 AM | |||
06-13-2024 04:35 PM | |||
Anonymous
| 01-23-2020 10:45 AM | ||
Anonymous
| 09-26-2023 08:06 AM | ||
03-27-2024 05:20 AM |
User | Count |
---|---|
134 | |
106 | |
88 | |
55 | |
46 |