Report column with multiple values | Community
Skip to main content
JS_Bournival
Level 3
October 16, 2015
Solved

Report column with multiple values

  • October 16, 2015
  • 1 reply
  • 890 views

(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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

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.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

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.