Skip to main content
Solved

tester

  • February 27, 2020
  • 1 reply
  • 14 views

Forum|alt.badge.img

Hello!

I would like to make a test on my datas. These are points , that have a _pontID and there is a _MIN, MAX and _MEAN values. I want to filter those points where _pontID = _MIN and _pontID = _MAX_uj and _pontID = _mean_pontssz.

The problem is that the query only gives back the right solution with _MIN.

 

Here is the definition:

The values are like:

Can you help me, what can be wrong?

Best answer by erik_jan

I think what you are looking for is a 3 line test in the Tester:

_pointID = _MIN

OR _pointID = _MAX_uj

OR _pointID = _mean_pointssz

That will get all features that pass one of the test clauses.

Hope this helps.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • February 27, 2020

I think what you are looking for is a 3 line test in the Tester:

_pointID = _MIN

OR _pointID = _MAX_uj

OR _pointID = _mean_pointssz

That will get all features that pass one of the test clauses.

Hope this helps.