Skip to main content

Hi,

 

Can anyone suggest me how to achieve below requirement using list view.

 

12252i086208C7E1DBD2A8.jpg

 

i have saved the records in table with column FileName, File, Comments by person, File by person. now i want to group them like above. 

 

Thanks in Advance.

 

Regards,

Hemant

Hi Hemant,


 


Please have a look at the below article about list view, it might help with your query.


https://help.k2.com/onlinehelp/k2appit/userguide/1.5/default.htm#List_View_Layout.html%3FTocPath%3DCreate%7CForms%7CSmartForm%2520Views%7C_____2


 


Kind regards


That won't be possible out of the box. List view shows records in a single line only.


 


You could maybe format the comments into a table by doing some html manipulation around the values setting the field to be Literal, but you're going to have trouble with the file by person column. Either that or inject some javascript to format the list view after it's loaded to make it look like how you want it to be.


Reply