Page 1 of 1

Not showing some values when has only one group

Posted: Sat Dec 30, 2017 7:59 pm
by msglobal
I have a report that is running fine when I have information for more than on group. When only it has data for one group, some group-header information is not displayed. My report uses a BusinessObject, because the query behind is a dynamic pivot. I wrote a representation object with two arrays, where one is to store the values and other to store the pivot-column-names.

Look the images, and formulas I used

Formula to display the pivot column name (the value like 12-2017): {dsRelContasPagarDreMensal.DescricaoMeses[0]}

Works with many groups:
Image

Doesn't work with one group
Image

Business Object
Image

Re: Not showing some values when has only one group

Posted: Tue Jan 02, 2018 1:15 pm
by msglobal
I changed the formula to "{FirstRunning(dsRelContasPagarDreMensal.DescricaoMeses[0])}" and it worked.

Thanks anyways

Re: Not showing some values when has only one group

Posted: Thu Jan 04, 2018 4:32 am
by Andrew
Hello,

Okay. Thank you for letting us know about this.