SamuelGorgonio
2 years agoNew Contributor II
Summarizing a member expansion so it appears as a single row in Quickview
I am trying to create a quickview that would require the data presented to consider some account configuration that only appears on the decendents set up.
ex i have a parent member P that has multiple children and would like use a where clause to exclude IsIC data. i tried to do A#P.Base(IsIC False) but this results in multiple lines where i would want to only have one line presented that is removing the data associated with the children that are IC. is there a function that would let me create a summary line while still checking the descendent configuration?