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

Insert a Group of data - feature request #208

Open
MagnusVortex opened this issue Sep 30, 2021 · 1 comment
Open

Insert a Group of data - feature request #208

MagnusVortex opened this issue Sep 30, 2021 · 1 comment

Comments

@MagnusVortex
Copy link

I've got a strong use-case for the ability to insert a group of a particular column of my data. There does not appear to be a way to do this currently other than hacking the XML. This would enable an easy way to interactively redraw Sales Territory borders, but starting with the current territories rather than a blank slate.

Something like this:

  <column datatype="string" name="[Cust Group by Territory]" role="dimension" type="nominal">
    <calculation class="categorical-bin" column="[Customer ID]" default="&quot;Other&quot;" new-bin="true">
      <bin default-name="false" value="&quot;NorthNYC&quot;">
        <value>"34942825"</value>
        <value>"93347600"</value>
        </bin>
      <bin default-name="false" value="&quot;SouthNYC&quot;">
        <value>"34944166"</value>
        <value>"34941834"</value>
        <value>"52386700"</value>
        </bin>
      </calculation>
    </column>
@MagnusVortex MagnusVortex changed the title Insert a Group of data Insert a Group of data - feature request Sep 30, 2021
@jacalata
Copy link
Contributor

Not sure how I missed this request. I'm not entirely clear on what is being asked for - a before/after version of the xml would be helpful. I will try and look into it more myself as well, but not soon.

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