Brian_Houghton wrote:Hello,
It's absolutely possible to display the data in a table format. Record list view is essentially a table of data.
What I'm referencing is the ability to display a subset of a table, for example: a range of related records, on an individual edit record form. That's what is not possible at this time.
Hope this clarifies.
Thanks Brian, I thought that was the case!
What I would love to see for your example, is a control/method with the flexibility of Excel's VLOOKUP / HLOOKUP, with nesting ability in the logic. I recall (been using HanDBase a long time on PPCs) setting up logic statements but you can only have one instance, right? If I recall from just reading the manual, you can't have a nested IF - THEN structure can you? (If so, to what depth?)
Specifically then, can you use a field's contents as an indirect address for another (so the field value is used to lookup a specific record based on one field and then use an offset to find the indirect field within that record)? With an Excel table, I would do this by using HLOOKUP to get the offset value from, for example, a horizontal header row and then use that with a different indirect field value VLOOKUP to get the correct cell value from a row lower in that column of the table. In this case, the table shows losses of different coaxial cables (in columns) and the losses at different frequencies (in rows). The object is to choose a cable type and then utilize the specific losses at specific frequencies, displaying typically about 6 different results (in a table format).
Cheers,