Hello!
I have two tables:
Table 1:
NameBasevalueaaa0bbb0bbb5bbb11ccc0
Table 2:
NameValuebbb3bbb8bbb10ccc8
Now I want to get for each feature from table 2 the nearest smaller 'Basevalue' from table 1 compared to the 'Value' of table 2.
The Result should look like this:
NameValueResultValuebbb30bbb85bbb105ccc80
Any ideas how to do so?
Greetings
Stefan