Display Groups in View with 0 Count
Hello! I will start off by stating I am not a programmer by nature, just someone who gets involved in everything and learns as much as possible. I am developing a Sharepoint Library (Modern View) and I am building a custom default view for when a particular Document Set is opened. For this view, I would like the documents to be grouped based on the value of a particular column "Document Group". This column is required for the document set and is a "choice" type with 7 options. I have set up the view to do exactly that but what I would like, is that all 7 groups be visible when any document set is opened, even if there are 0 documents with that particular column value.
I used JSON to remove the column name from the Header but am unsure how to display groups with a zero count.
Anyone have any ideas?