Replies: 1 comment 5 replies
-
Hey Davy, this is a very implementation specific question that I currently don't have time to have a close look at. Perhaps a forum like Laracasts or Stackoverflow will be of quicker assistance. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
in my project, I'm exporting a sorted Collection to Excel, working fine for the moment.
The result is a collection of cars with tasks/times. A car can have 1+ tasks/times.
After each car I would like to have an empty line containing a COUNT of the time worked on it.
I started to try the following, but the result is not what I expected. So I think I'm misunderstanding the map function.
Can somebody tell me if my idea is totally off and indeed I'm misunderstanding it?
PS the "0" or "1" I'm returning in last columns is only for test.
In case this is totally stupid, what would be the best to get this exported please ?
Thanks in advance.
Br,
Davy
Beta Was this translation helpful? Give feedback.
All reactions