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
Can you share the data structure you get?
Hi Stefan Helzle ,Currently I am getting data like this
but I want to display only one row,which will have jurisdiction as 44 and all the three line of business in a single cell of column Line of Business
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 .