Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
It sounds like you’re really close the issue is just how the data is grouped before output. You’ll probably need to aggregate the speakers for each date/venue into a single row, either by using GROUP_CONCAT (if your DB supports it) or by restructuring the loop in your code to collect speakers before printing the row. Basically, group first, then output once. Hope that helps point you in the right direction.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more