Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
cmorri1988
Creator
Creator

Set analysis : P (field1,field2) ?

Hi there,

Anyone know if something like this is possible?

sum({<Field2=P(Field2 OR Field3)>} Count1)


Thanks

5 Replies
sunny_talwar

May be this

Sum({<Field2=P(Field2)+P(Field3)>} Count1)

cmorri1988
Creator
Creator
Author

Thank you, exactly what I was looking for!

Not applicable

how about
sum({<Field2=P(>Field1 AND <Field3)>} Count1)

sunny_talwar

Are you asking me or telling me Jure?

Not applicable

Asking? I've benn seraching whole day for a solution.