Page 2 of 2

Re: Making a GroupHeaderBand a component?

Posted: Wed Jan 03, 2024 10:55 pm
by ericp
Hey Lech, thanks for sending that over. However, I'm now trying to take it one step further. I am able to now create the Current + Previous info, but I am unable to get the databand to recognize that there are more than 1 object.

For example: looking at my JSON, I have 2 Totals within [ProjectRevisionFunding] that are objects within the great [CurrentProjectRevision] object, I want to get a total of both of their 'Total' values. I've tried doing the method of creating relationships, but the system is not recognizing that there are more than 1 object.

So rather than 12,360 I can only see 9,888

Re: Making a GroupHeaderBand a component?

Posted: Wed Jan 03, 2024 11:25 pm
by Lech Kulikowski
Hello,

You should add sub detail level.

Thank you.

Re: Making a GroupHeaderBand a component?

Posted: Thu Jan 04, 2024 1:37 am
by ericp
This is awesome, thank you very much Lech!

1 last question, If I now wanted to add alternating highlighted rows between these databands, how would I do that?

I've tried (Line % 2 == 0) but it doesn't seem to work

Re: Making a GroupHeaderBand a component?

Posted: Thu Jan 04, 2024 10:13 pm
by Lech Kulikowski
Hello,

You can use an additional variable instead Line.

Thank you.