Not showing some values when has only one group

Stimulsoft Ultimate discussion
Post Reply
msglobal
Posts: 6
Joined: Wed Feb 22, 2017 8:00 pm

Not showing some values when has only one group

Post 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
msglobal
Posts: 6
Joined: Wed Feb 22, 2017 8:00 pm

Re: Not showing some values when has only one group

Post by msglobal »

I changed the formula to "{FirstRunning(dsRelContasPagarDreMensal.DescricaoMeses[0])}" and it worked.

Thanks anyways
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Not showing some values when has only one group

Post by Andrew »

Hello,

Okay. Thank you for letting us know about this.
Post Reply