Skip to Content
0
Former Member
Jan 17, 2011 at 01:16 PM

#Multivalue in header

134 Views

I am trying to create a WebI report from a Universe that have a stored procedure as data source. The stored procedure returns 3 record types:

A, B and Z. Record type is in position 1.

I am trying to take some part of record with record type A and put it in

report header. The formula is like this:

="Uppdragserkännande "+Om(Delstr(Min();1;1)="A")Then(Delstr(;10;1))

How can I avoid to get the #MULTIVALUE error ?