Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Report column with multiple values

Avatar

Level 4

(man these forums are simply unusable, I tried searching, and I always get a blank page, and it takes forever to get it)

I am developing report components to list vanity urls used in our site.  The thing I would like to do is to have one report line per vanity keyword (the vanity URLs is a multi value property).  I don't know how to do that, I don't even know if that's possible.

Thanks for your help

JS.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

I haven;t tried personally, From http://docs.adobe.com/docs/en/cq/current/developing/developing-reports.html states

Array data is resolved by converting it into a (string-based) list. This is an implicit step that converts a multi-value result into a list that can be displayed; it is required for (unaggregated) cell values that are based on multi-value JCR properties.

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Level 10

I haven;t tried personally, From http://docs.adobe.com/docs/en/cq/current/developing/developing-reports.html states

Array data is resolved by converting it into a (string-based) list. This is an implicit step that converts a multi-value result into a list that can be displayed; it is required for (unaggregated) cell values that are based on multi-value JCR properties.