I have a requirement where in list view there is a structure like below:
a b c
a c f
a v b
b d d
b e t
b d y
Expected output
a b c
c f
v b
b d d
e t
d y
Is it possible?
I have a requirement where in list view there is a structure like below:
a b c
a c f
a v b
b d d
b e t
b d y
Expected output
a b c
c f
v b
b d d
e t
d y
Is it possible?
Hi
I don't think that it's very easy to do it with a list view.
Maybe with javascript injection.
Personally I think that the easiest solution should be to use a SQL stored procedure if the data comes from SQL server.
Best regards,
Olivier
How are you retrieving the data displayed in this list? Whatever the source of the data is may be the right place to form the output how you want (stored procedure, view, web service...)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.