We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In addition to #532 it would also be great to be able to use values of the current row within a native transformation (transform alterations).
transform
In the following fragment, [base-column], [min], [max] are column names.
<transform column="[base-column]" language="native" original-type="numeric"> numeric-to-clip([min], [max]) </transform>
It should also be possible to use column's index in place of column's name: [#0]
[#0]
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/native_transformation_with_context_(#533)' of h…
15177db
…ttps://github.com/Seddryck/NBi into feature/native_transformation_with_context_(#533) # Conflicts: # NBi.Core/Calculation/ResultSetFilterFactory.cs # NBi.Core/Scalar/Resolver/ScalarResolverArgsFactory.cs # NBi.NUnit.Runtime/TestSuite.cs # NBi.NUnit/Builder/Helper/PredicateArgsBuilder.cs # NBi.NUnit/Builder/Helper/QueryResolverArgsBuilder.cs # NBi.NUnit/Builder/Helper/ResultSetResolverArgsBuilder.cs # NBi.NUnit/Builder/Helper/ScalarHelper.cs # NBi.NUnit/Builder/Helper/ScalarResolverArgsBuilder.cs # NBi.NUnit/Builder/ResultSetRowCountBuilder.cs # NBi.Testing/Unit/NUnit/Builder/Helper/ScalarResolverArgsBuilderTest.cs
Merge branch 'feature/native_transformation_with_context_(#533)' into…
1eb51f8
… develop
beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/27942922/artifacts and 1.21.0-beta0212
1.21.0-beta0212
Sorry, something went wrong.
Add documentation for #532, #533 #537 but also #538, #539
b5b221f
No branches or pull requests
In addition to #532 it would also be great to be able to use values of the current row within a native transformation (
transform
alterations).In the following fragment, [base-column], [min], [max] are column names.
It should also be possible to use column's index in place of column's name:
[#0]
The text was updated successfully, but these errors were encountered: