Blank occurence in roster.

Discussions about CSEntry
Post Reply
TudorPopescu
Posts: 7
Joined: December 11th, 2023, 6:59 am

Blank occurence in roster.

Post by TudorPopescu »

Hello.
After I finish entering data I get empty rows. For example, I enter only 2 rows and get 48 empty (max occ = 50). I don't understand what's wrong. Can you help ?
Screenshot 2024-02-05 163902.png
Screenshot 2024-02-05 163902.png (58.24 KiB) Viewed 484 times
I also uploaded the source code.
Attachments
HBS.zip
(162.18 KiB) Downloaded 37 times
justinlakier
Posts: 152
Joined: November 21st, 2022, 4:41 pm

Re: Blank occurence in roster.

Post by justinlakier »

Hello,

These rows are not empty. You are using setocclabel() to fill values with 0. Try testing by commenting out the lines of setocclabel() in the roster's postproc for both the DEMOGRAPHICS roster and the MEMBERS roster which feeds into it. I removed the setocclabel() lines in the postproc of the MEMBERS roster so it was not adding all the extra lines of zeroes, and this fixed the size of the DEMOGRAPHICS roster for me.

Hope this helps,
Justin
Post Reply