Hi,
Say I have a base with 4 tables. A linked to B linked to C linked to D.
If I want to visualise data in table D from table A I need to hoop trough table B and C with lookup fields to get this done?
regards,
Hi all,
I have base a certain table with fields “Production method” and “number” as per attachment.
(The numbers are imported testdata)
The goal/
each production type should get an (auto) number.each production should get the highest number availabl...
Hi, Justin.
Thank you for the how-to poste something.
I have completely misexplained my problem. My bad.
My issue was: I have a list of numbers let’s say with the largest number 36521.
My goal was to search this list with different ranges. eg. 0-1000...
I did not practice anymore (so still NooB) . I’m having a small issue concerning the opening post.
I’m able to search trough a range in a field for the highest number and do +1 as per code below.
The issue is that nothing is returned when I search fo...
I think I figured it out.
Query on the tablenew array via filter function on the query setting a range. (using filter function)search for the highest number in that range + 1 = is “new number per range” (using reduce function)
The code looks like cr...