-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adaptive Expressions: fill in obvious gaps with additional pre-built functions #4014
Comments
indexOfThis function should let you lookup the index of an item matching a filter. |
mergeThis function would let you merge one or more JSON objects into a single JSON object. |
It would be better if a sample is attached for each function |
A function that can combine two list. |
@Danieladu can you propose the function signature for those functions and let us review |
indexOf/lastIndexOfExpression already contains these two functions, but just with the default merge
Combine two listNow expression has function |
index/indexof - need to verify with @Stevenic if what we have is enough |
@Stevenic can you confirm what we have now index\indexof is good enough? @Danieladu can you list what's the way to do index based on a filter condition like x > 2 today, or it's not supported? |
Here is the workaround: In the next stage, we may consider extend some functions to support the filter scenario with lambda expression. like Examples:
But before these features are completed, users can also achieve these results through the solution by other builtin functions or customize functions. |
@Stevenic we are closing this now, see above the resolved issue, if you continue to have gaps, let's track them via new issues |
Issue
This issue is to track additional functions we want to add to Adaptive Expressions for R10. Just reply with a proposed function.
[dcr]
The text was updated successfully, but these errors were encountered: