Report Group by Object Type? | Adobe Higher Education
Skip to main content
Level 10
April 21, 2022
Domanda

Report Group by Object Type?

  • April 21, 2022
  • 3 risposte
  • 828 visualizzazioni

The default grouping for Reports is "Folder & Type" I would like a grouping that is just "Type" meaning "Object Type" but there is no option to select Object Type as a grouping, and Report Type groups them into Aggregate, Matrix and List. So how do I group by Object Type, without the folders?

Questo argomento è stato chiuso alle risposte.

3 risposte

skyehansen
Adobe Champion and Community Advisor
April 21, 2022

It's just plain "type" (Report | Type, as opposed to Report | Report Type). The trick though, is that it may come in with a valueformat you don't like. If you set up the grouping and hate what you're getting, just switch it over to textmode, and try objCodeMessage as your valueformat line instead of whatever it gave you (string?)

ChrisBudgen
Level 5
April 25, 2022

@Jill Ackerman‚ I used this textmode to create a useful grouping by type:

group.0.linkedname=direct

group.0.namekey=uiObjCode

group.0.valuefield=uiObjCode

group.0.valueformat=objCodeMessage

textmode=true

Hope this helps!

JillAcAutore
Level 10
April 25, 2022
Perfection! Thanks!