Hello,
I am trying to format a lookup column in SharePoint to show the values in rows of four rather than one underneath the other. For example:
Current View
3456
4365
3453
2652
Desired View
3456; 4365; 3453, 2652
Can anyone tell me what JSON code to use to make this happen? Thanks.