Hi Guys,
anyone here help me to get a result for following:

Thanks!
Hi Guys,
anyone here help me to get a result for following:

Thanks!
Hello David -
I'm not sure what you are trying to do with the NL("Rows") function as a filter (which is not possible).
Is your goal to retrieve all Nr. values where the value in field #68 is less than the value in field #99000778 ?
Dear Harry,
yes, i want alle articlenumbers, where 68 < 99000778; whats the solution & why i dont can use the rowfunction?
Thanks for your help
Hello David -
The NL("Rows") function returns all field values from the database that match the filter criteria and then makes as many copies of the entire row in which that function resides as necessary to list all those field values.
You simply want to compare one field in a record to another field in the same record. What you would want is something like this:
=NL("Zeilen";"27 Artikel";"1 Nr.";"68 Lagerbestand";"=""<""&NF(;""99000778"")")Harry, thats fantastic, its works for me; thanks!!!!