Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have the following calculation which I want to translate into a set analysis expression:
count( distinct if (SO.SOkind = 'PNP' and (SO.Status = 'Ready' or SO.Status = 'Booked'), SOnr) )
I thought this should do the trick ... but I get nothing showed:
count( {<SO.SOkind = {'PNP'}, SO.Status = {'Ready','Booked'} >} distinct SOnr )
Does anyone see what I'm doing wrong here??
thx
Strangely enough I saved the document, reopend the document ... and now it seems to work.
Strangely enough I saved the document, reopend the document ... and now it seems to work.