Hello, i have the next situation:
({Template Web Page:web.test.rspcode[Availability page,Home].count(600,200,ne)}>0) & ({Template Web Page:web.test.rspcode[Availability page,Home].count(600,100,ge)}>0)
This means (for me) that i will get the number of different values for the last 10 min not equal than 200 & the number of values equal to or greater than 100 in the last 10 min. Right?
when I try to test the expression the result I have is the following:
*** 1 Situation:
A expression - count(600,200,ne) >0 - i give the number 80
AND
B expression - count(600,100,ge)}>0 - the number 99
the result that it gives me is: TRUE for A and TRUE for B
so A AND B = TRUE
But the B should give FALSE, Right?
*** 2 Situation:
A expression - count(600,200,ne) >0 - i give the number 200
AND
B expression - count(600,100,ge)}>0 - the number 300
the result that it gives me is: TRUE for A and TRUE for B
so A AND B = TRUE
*** 3 Situation:
A expression - count(600,200,ne) >0 - i give the number 0
AND
B expression - count(600,100,ge)}>0 - i give the number 0
the result that it gives me is: FALSE for A and FALSE for B
so A AND B = FALSE
*****************
what I want is, if in ten minutes I have the following values:
10 400 200 200 88 0 5 500
The expression A should give TRUE (because of the different values of 200)
the expression B should give TRUE (because of the values 300, 500 and 200)
what am I doing wrong? sorry for my poor english.
({Template Web Page:web.test.rspcode[Availability page,Home].count(600,200,ne)}>0) & ({Template Web Page:web.test.rspcode[Availability page,Home].count(600,100,ge)}>0)
This means (for me) that i will get the number of different values for the last 10 min not equal than 200 & the number of values equal to or greater than 100 in the last 10 min. Right?
when I try to test the expression the result I have is the following:
*** 1 Situation:
A expression - count(600,200,ne) >0 - i give the number 80
AND
B expression - count(600,100,ge)}>0 - the number 99
the result that it gives me is: TRUE for A and TRUE for B
so A AND B = TRUE
But the B should give FALSE, Right?
*** 2 Situation:
A expression - count(600,200,ne) >0 - i give the number 200
AND
B expression - count(600,100,ge)}>0 - the number 300
the result that it gives me is: TRUE for A and TRUE for B
so A AND B = TRUE
*** 3 Situation:
A expression - count(600,200,ne) >0 - i give the number 0
AND
B expression - count(600,100,ge)}>0 - i give the number 0
the result that it gives me is: FALSE for A and FALSE for B
so A AND B = FALSE
*****************
what I want is, if in ten minutes I have the following values:
10 400 200 200 88 0 5 500
The expression A should give TRUE (because of the different values of 200)
the expression B should give TRUE (because of the values 300, 500 and 200)
what am I doing wrong? sorry for my poor english.