Hi,
We are using SharePoint Online. We would like to know how can we create view to group by choice column which allows multiple selection?
Regards,
Amit Chhatbar
Hi Amit,
I am not sure if you are using classic or Modern sites, the solution below will only work in classic mode. I was thinking you might be able to do this with JSLink by using HTML and JavaScript to create collapsible sections and add an HTML checkbox next to each item. You would have to create buttons at the top to act on items that have the “checked” property marked as true to perform whatever action it is you are doing.
As an example, I was thinking of something like this for the checkboxes: https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_checkbox_order
If you need help understanding JSLink, try this: https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a
If you are using Modern sites, you would have to explore the SharePoint Framework which I am not familiar enough with at this time to guide you on.
Hope this helps.
Matthew