Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Move ChildRecords of GroupByRecord Up a Level
posted

Hello! I have a unique situation that I need some expert advice on!  I have a field layout where 1 column doesn't apply to certain records (lets say Type1).  This is fine (value will be empty); however, when I group on this column, I would prefer to have Type1 items no show an empty GroupByRecord.  Is there a way to programmatically remove this GroupByRecord, and place its children under its parent?

GroupByRecord1.ChildRecords is read only, so I'm unable to remove or add to this collection.  Is there another way to achieve what I want?  I've attached a screenshot. (Also, no need to worry about counts, as I override this elsewhere).