Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8538

Re: Alternative function for ForEach()?

$
0
0

Hi All,

 

Thanks for your reply.

I was getting #multivalue error as some plants had 1 timestamp and some had 2. So both the conditions were satisfied and it could'nt put it in a single cell.

 

So I created a variable : Multiple Timestamp =If(Count([Timestamp];Distinct) > 1) Then 1 Else 0

 

And nother Variable Messgae :=If (Sum([ Multiple ITU] ForEach ([Plant])In ([Plant])) = 0) Then " " Else "Warning: Multiple Timestamp Exists"

 

Worked fine:)


Viewing all articles
Browse latest Browse all 8538