Hi,
Suppose you have a document that you would like to show in 3 positions in a view structure (let's name such a position a viewpath).
This document has 4 category fields to determine viewpath A, 4 category fields to determine viewpath B and the same for C.
I've named them Level1A, Level2A, Level3A, Level4A for viewpath A. I've named them Level1B, Level2B, Level3B, Level4B for viewpath B.
Fields are filled accordingly for this example:
Level1A = A1
Level2A = A2 etc
Level1B = B1
Level2B = B2 etc... etc...
This example document should show in the view under the following categories (backslashes are twisties/category delimiters here):
A1\A2\A3\A4\ - my document title
B1\B2\B3\B4\ - my document title
C1\C2\C3\C4\ - my document title
If I use the following formula in the first column of the view my document shows exactly as needed:
------------------------
LA := Level1A + "\\" + Level2A + "\\" + Level3A + "\\" + Level4A;
LB := Level1B + "\\" + Level2B + "\\" + Level3B;
LC := Level1C + "\\" + Level2C + "\\" + Level3C + "\\" + Level4C;
LA:LB:LC
------------------------
Now I want to use this view in an embedded view showing single categories.
If Category "A1" is a given I want the following to show:
A2\A3\A4\ - my document title
I can get the view to show just the document title after the "A1" is clicked. What I need though, is for the twisties of "A2" through "A4" to be shown, then "A3" through "A4" to be shown when "A2" is clicked and so on before the document title is shown.
I have tried playing with the fields in indiviual view columns, but than my structure gets messed up like this:
A1\A2... - my document title
A1\B2... - my document title
B1\A2... - my document title
B1\B2... - my document title
etc...
Can you please clearify how you can use show multi-values as seperate entries in single category views to accomplish what I'm trying to do?
Kind regards,
Rutger van Overbeek

Single category & show multi-values... (Rutger D van Ov... 3.May.05)
. . 