Forum Discussion
tbmauricio
9 years agoNew Member
Extracting a filtered number
Hello everyone, I have one doubt about using a filtered data. For example, I have a table with a lot of sites names and latitudes and longitudes related to those sites. I selected one data (...
- Anonymous9 years ago
Columns are calculated on Data import, not at run-time. So you won't be able to create or update a column on the fly with user filters. Measures are your only option.
tbmauricio
9 years agoNew Member
Anonymous You gave me a heads up. Part of the problem I can solve with your solution, but actually I want to use this MIN Latitude as a variable to calculate a new column
New Column
Latitude 1 - MIN Latitude
Latitude 2 - MIN Latitude
Latitude 3 - MIN Latitude
Anonymous
9 years agoNot applicable
Columns are calculated on Data import, not at run-time. So you won't be able to create or update a column on the fly with user filters. Measures are your only option.
- tbmauricio9 years agoNew Member
I was afraid about it =/