Categorised View Issues with Multi Value Field

HiI am not sure if this actually works but need some advice:

I have a document that has 3 seperate fields with different users names being assigned a meeting. I need to categorise my view by these names. I notice there is a not categorised selection that displays all the documents again. Is tehere something I am doing wrong?

Thanks…Coll

Subject: Categorised View Issues with Multi Value Field

If the names are in 3 separate fields,in the categorized column do this:

Field1:Field2:Field3

That way the document will be listed three times, once with each name.

And if the names aren’t all filled in:

@Explode( @Implode( Field1:Field2:Field3; “~”); “~”)

should clean up the list and eliminate blanks.

Collin

KC8TKA

Subject: Categorised View Issues with Multi Value Field

Try this: Field1:Field2:Field3 as column value and categorize it.