You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Excluding members in DataGridDefinitionBuilder

edited Mar 20, 2020 5:04PM in Planning 3 comments

Summary

How do you remove / exclude members from list with DataGridDefinitionBuilder

Content

I am trying to do the equivalent of an Except / Exclude, replicating what you can do on the forms with an "Add Exclusion". I've tried to do something like these, but the desired excluded members are still included. 

  • mygridbuilder.addRow(['Grades'],[ ['ILvl0Descendants(Grades)']-['Grade 1'] ])
  • mygridbuilder.addRow(['Grades'],[ ['Except(ILvl0Descendants(Grades),[Grade 1])'] ])

The first attempt runs but does not exclude the member, the second raises an error when run. 

Has anyone implemented this?

 

Version

20.02.80
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!