Skip to content
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

Alteration extend should support native transformations #536

Closed
Seddryck opened this issue Oct 7, 2019 · 1 comment
Closed

Alteration extend should support native transformations #536

Seddryck opened this issue Oct 7, 2019 · 1 comment

Comments

@Seddryck
Copy link
Owner

Seddryck commented Oct 7, 2019

At the moment when creating a new column with the alteration extend the only language supported is ncalc. It should be possible to use the native language to take advantage of the native transformations but also to have an easy way to deal with dateTime columns.

<extend identifier="[base-column]">
  <script language="native">
      numeric-to-clip([min], [max])
  </script>
</extend>
@Seddryck
Copy link
Owner Author

Seddryck commented Oct 8, 2019

Beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/27970180/artifacts or 1.21.0-beta0215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant