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
It's currently not trivial to use the notion of grouping when using genbiL. Grouping is the action to transform a few rows into one row and for some columns create an array regrouping the distinct values.
Currently it must be specified when generating the suite. It's not intuitive and not reusable through distinct case-sets. More this feature is extremely limited because you can only apply this grouping to the last column.
In order to improve this feature we should support an option to apply the grouping at the case-sets level and it should support more than one column.
case group columns 'foo', 'bar';
More, it should also be possible to reduce the content of arrays and remove duplicated values.
case reduce columns 'foo', 'bar';
The text was updated successfully, but these errors were encountered:
It's currently not trivial to use the notion of grouping when using genbiL. Grouping is the action to transform a few rows into one row and for some columns create an array regrouping the distinct values.
Currently it must be specified when generating the suite. It's not intuitive and not reusable through distinct case-sets. More this feature is extremely limited because you can only apply this grouping to the last column.
In order to improve this feature we should support an option to apply the grouping at the case-sets level and it should support more than one column.
More, it should also be possible to reduce the content of arrays and remove duplicated values.
The text was updated successfully, but these errors were encountered: