View with more than one categorizations

I have Document1 with the following fields:

Category

SubCategory (depends on selected Category)

SubSubCategory (depends on selected SubCategory)

Category2

SubCategory2 (depends on selected Category2)

SubSubCategory2 (depends on selected SubCategory2)

Category3

SubCategory3 (depends on selected Category3)

SubSubCategory3 (depends on selected SubCategory3)

No I would like to create a view that looks like this:

Category

→ Subcategory

–>SubSubCategory

—>Document1

Category2

→ Subcategory2

–>SubSubCategory2

—>Document1

Category3

→ Subcategory3

–>SubSubCategory3

—>Document1

I dont get it at the moment, I could be so easy that I’m blind to see the solution, not possible or just complicated but perhaps anyone of you can help me or give me a hint.

If you don’t understand what I mean just answer and I try to give another example.

Greets,

Marco

Subject: View with more than one categorizations

I found the solution. I just used virual categories and just one column that is categorized by a value like this:

(Category + “\” + SubCategory + “\” + SubSubCategory) :

(Category2 + “\” + SubCategory2 + “\” + SubSubCategory2) :

(Category3 + “\” + SubCategory3 + “\” + SubSubCategory3)

Seems to work fine.

Greets.

Marco

Subject: RE: View with more than one categorizations

As a chief Notes developer, you should have remembered this technique right away, don’t you think? :stuck_out_tongue: