Re: Function query. Not in range

2016-09-05 Thread EbSolutions EbSolutions
Hi Emir, Working fine. Thanks. Regards, NKI. 2016-09-05 10:39 GMT+02:00 Emir Arnautovic : > Hi NKI, > > You'll have to negate range or negate - in case you expect only positive > values than it would be {!frange l=100} and if you want to include negative > results, you will have to use > > {!

Re: Function query. Not in range

2016-09-05 Thread Emir Arnautovic
Hi NKI, You'll have to negate range or negate - in case you expect only positive values than it would be {!frange l=100} and if you want to include negative results, you will have to use {!frange l=1}or(query($q1),query($q2))&q1={!frange u=0}sum(Field1, Ffield2)&q2={!frange l=100}sum(Field1,

Function query. Not in range

2016-09-04 Thread EbSolutions EbSolutions
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 i