Document does not appear in view when it has 15 categories?

I have a couple multivalue fields on a form that I am permuting into a list of categories under which the document should appear in a view:

FIELD InvoicingOffice:=“JN”:“IO”:“PH”;

FIELD BusinessLine:=“PD2”:“TR2”:“IC2”:“FD2”:“FR2”;

BusinessLine is a a keyword with synonyms field and InvoicingOffice is just a multivalue field.

Formula for first categorized view column.

(InvoicingOffice+“-”)+BusinessLine

Underneath the category the single ServiceCode on the document is displayed. There are multiple service code documents which will fall under the same category.

The document only appears under five categories in the view:

IO-TR2

JN-PD2

PH-FD2

PH-FR2

PH-IC2

Can anyone offer insight on this issue?

Thank you,

Rich

Subject: Document does not appear in view when it has 15 categories??

Richard,

Use (InvoicingOffice + “-”) *+ (BusinessLine)

regards,

raphael

Subject: Document does not appear in view when it has 15 categories??

Sorry, false alarm…

The view category column should have been

(InvoicingOffice+“-”)*+BusinessLine