Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Science User Interface
-
Urgent?:No
Description
Ideally, we should be using db for all expression evaluation on the server side and remove all references to Expressions.java. We'll still keep Expression.js on client side for user-friendly column expression validation.
This is a ticket for column expression issues not covered by the related tickets.
- Expand the list of functions that can be used in Expression.js to include JDBC and Foundation functions, supported by HSQL, see http://hsqldb.org/doc/guide/builtinfunctions-chapt.html
Attachments
Issue Links
- relates to
-
DM-12949 Filtering table from scatter chart fails when column expressions are involved
- Done
-
DM-13037 Second filter fails on column names with spaces (NED)
- Done
-
DM-13038 Support column expressions for column names that are not alpha-numeric
- Done
-
DM-13039 Implement custom database functions for column expressions functions not supported by DB
- Won't Fix
-
DM-13036 Use db to calculate expressions for decimation (heatmap data)
- Invalid
Thanks for the reference to the built-in functions documentation!