Hi, I'm using function query to query on range using sum function. {!frange l=0 u=100} sum(Field1,Ffield2)
this is working well. However, I'm not able to have the document not in the range. I've tested NOT({!frange l=0 u=100} sum(Field1,Ffield2)) but it's not working. Do you have any idea to do it. Regards, NKI.