You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Columns would be computed using either JavaScript or a custom expression language. JavaScript would probably be best - especially if additional stuff could be easily loaded into the script context allowing things like sunrise/sunset or THSW to be calculated in this way.
UI would be an extra tab in the chart/view data/etc options dialog with a UI for adding from a list of available columns. Would need a way of defining these columns somehow too - possibly this could just be a js file or maybe something fancier.
Columns would be computed outside of the data source layer unless #41 has been done (in which case ideally this would be a feature of the data source layer).
The text was updated successfully, but these errors were encountered:
Support computed columns in:
Columns would be computed using either JavaScript or a custom expression language. JavaScript would probably be best - especially if additional stuff could be easily loaded into the script context allowing things like sunrise/sunset or THSW to be calculated in this way.
UI would be an extra tab in the chart/view data/etc options dialog with a UI for adding from a list of available columns. Would need a way of defining these columns somehow too - possibly this could just be a js file or maybe something fancier.
Columns would be computed outside of the data source layer unless #41 has been done (in which case ideally this would be a feature of the data source layer).
The text was updated successfully, but these errors were encountered: