I am querying one record and aggregating two fields name and hobbies.I want to display all the hobbies in a single cell for a name ,in a single row in the read only grid.For Example
Playing
dancing
cooking
Please help with this,how to achieve this example
Discussion posts and replies are publicly visible
I am querying a record for getting these two field jurisdiction and line of business
Is jurisdiction and Line of business are coming from same record or do you have relationships? If both are coming from same table you need to group it before/after querying (Important part of your requirement). For showing it on screen you can simply use looping and line spacing ,it's not big of deal .