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

Feature-Request: customize name of columns added with "split cols" function #59

Open
fabiopipitone opened this issue Aug 18, 2019 · 0 comments

Comments

@fabiopipitone
Copy link
Contributor

Hi there!

It'd be extremely helpful to customize the name of the column added with the split cols function.

In fact, if I decide to split the columns on a given field result which can be either SUCCESS or FAIL , I'll have two added columns named SUCCESS - Count and FAIL - Count.

Let's say I only want to keep the SUCCESS - Count column and rename it MY_COUNTS, it is not possible right now since the part linked to the "split cols" action (i.e. SUCCESS - and FAIL - in this case) is fixed and not editable.

It might be convenient to add a further option when split cols bucket is used.
Say custom split col label. When it is checked, you can customize col label, using handlebars syntax.
The default value would be : {{bucketValue}} - {{metricLabel}}, and could be customized as you wish.

In the above-mentioned example, one would change the metric label (using classic way) to MY_COUNTS and then set custom split col label to {{metricLabel}}.

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

2 participants