
Announcements
Hi there,
I am making a Holidays app, and I made a kind of Planner view:
Basically, It shows the holiday requests, and the progress bar is a rectangle, with the X position is based on the Start Date of the request, and the width depends on the quantity of days requested.
It works fine, more or less, but it could be better if all the requests for the same user shows up in one line, like this example:
I think I have to create a collection with the 3 requests so I can display the records in a row, but I can't resolve the shape of the rectangle. Could it be putting a gallery within the gallery?
My request is quite simple:
User
Department
StartDate
EndDate
Days
Status
Approver
Has anyone been through this?
Thanks for any help!
After having broken down your problem, I would suggest looking into the following solutions:
I hope this helps, I would love to provide more concise help, but it is difficult to do through text.
If you need any code feedback, let me know by replying to this post.