Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

The concept of "Current Row"

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Ash_Nazarizadeh
6 - Interface Innovator
6 - Interface Innovator

One thing that is currently missing in Airtable is the concept of a Current Row. This would be the current row of each table that is currently in the base. Current Row of a table could be used in filters to filter in only the children of a parent record (e.g. Order Header and Order Items). This would make the creation of applications much easier. There are many other use cases.

4 Comments
WilliamPorter
9 - Sun
9 - Sun

@Ash_Nazarizadeh,

Are you familiar with FileMaker perhaps? This seems like a FileMaker concept โ€“ current or selected record. Another FileMaker concept: the โ€œfound setโ€. Other RDBMSes have similar concepts.

But these arenโ€™t really needed in Airtable. Airtable is a bit more like your email app (think Gmail, say, or Outlook). The only time the concept of โ€œcurrent rowโ€ matters in Airtable is when youโ€™re viewing details for a single record, and in that case, itโ€™s perfectly obvious which record (or which email) youโ€™re looking at. Other than that, if youโ€™re looking at a list of emails or a listing of records in an Airtable grid view (say), then the notion of the โ€œcurrent rowโ€ is not needed.

Why not? Well, letโ€™s go back to FileMaker and similar systems. In FileMaker you have only two choices about which records are going to be affected by some action (say, deleting, or exporting). An action can be performed either on the selected record (what you call โ€œcurrent rowโ€) or on all the records in the found set. The โ€œfound setโ€ in FileMaker is roughly like the record set that you get when you filter records in Airtable.

Except that in a filtered record set in Airtable, no record is automatically selected. In FileMaker there is always a selected record. But in Airtable, there isnโ€™t. And conversely, you can select multiple records in Airtable without selecting everything that is being displayed, just as in your email program you can select message 2, 3, 7, and 14 and delete them all at once, without deleting the other messages you might be looking at.

Airtableโ€™s approach to record selection is, in my opinion, more flexible than FileMakerโ€™s. There are a lot of things Iโ€™d like to see improved in Airtable but this isnโ€™t one of them.

William

Ash_Nazarizadeh
6 - Interface Innovator
6 - Interface Innovator

Thank you for your reply William. I understand your point. I have not worked with FileMaker for many many years. But I have worked with lots of larger databases like Oracle, DB2 and SQL Server. I also have a good deal of application development experience. I am definitely not expecting Airtable to be a full-fledged database with triggers, stored procedures and stuff. However, the Current Row concept that Iโ€™m referring to has to do with Parent/Child (1 to many) relationships. In fact, the concept of parent/child record sets are used in most application development platforms (not sure if Airtable would be in that classification)and even can be easily implemented in Excel and Google Sheets. As I mentioned in my previous example, letโ€™s assume two tables (or tabs) Order Header and Order Details. Letโ€™s say youโ€™re on the Order Header tab and you want to click on the Order Items tab and view only the Order Items for the Order you were looking at on the previous tab. Currently in Airtable the only way you could do that would be by selecting a check field in the Order Header and then filtering all Order Items linked to that Order Header record that have the check field checked(via a lookup). While this would work, youโ€™d constantly have to check and uncheck a field on the Order Header to manually signify the current ROW and that would not make for good design. However, if the current Order Header record (Row) could be used as a a filter (e.g. filter Order Header = {Order Header}.(Current Row}), then all Order Items relating to Orders that are not being looked at would be non-filtered out. In other words a true Parent/Child record set. Not sure if this would be too difficult for Airtable folk to create. It may be!

WilliamPorter
9 - Sun
9 - Sun

@Ash_Nazarizadeh,

Okay, Iโ€™m understanding you better.

At least as I use the terms, โ€œselected recordโ€ doesnโ€™t have anything to do with relationships. Author record for William Shakespeare is related to Title records Hamlet, Macbeth, etc., whether Shakespeareโ€™s author rec is โ€œselectedโ€ or not.

But I think I understand better what youโ€™re talking about. Alas, this isnโ€™t easy to do in Airtable.

In FileMaker (and 4D, and Caspio and many other systems that Iโ€™m familiar with), if youโ€™re looking at a parent record and you want to see its children, there are at least two ways to do it.

  1. In FileMaker you could use a โ€œportalโ€ on the author record in form view. A portal is a scrollable listing of linked or related child records. In this case, you are actually โ€œinโ€ the author record, but you can see all the related titles in this portal or window. This is remotely similar to a rollup field in Airtable, but only remotely. The rollup field is much less functional than a portal.

  2. Also in FileMaker and many other systems, thereโ€™s a โ€œgo to related recordโ€ command. In an SQL database I guess this would involve a SELECT command. In FileMaker, go-to-related-record jumps from the Author record to a list of related title records over in Titles. Unfortunately this is simply not doable in Airtable at least not without scripting. In Airtable, the record set that you see in any view is the result of the filters for that view. There is no way, while youโ€™re looking at a parent record in the parent table, to jump to a view for the child table and filter records to show only those that are linked to the parent you were just looking at.

In Airtable, filters are a key part of what defines views; and views in Airtable have to do the work that in other systems can be done by scripts or macros, or finds/queries, and so on.

For me, the biggest problem with filters is that theyโ€™re NOT LOCAL to the current user. They are a global property of the view for all users. So you canโ€™t easily use filters to do finds or queries. If user John is looking at the Customers grid view and filters to find customers last name = โ€œSmithโ€, user Susan, if sheโ€™s looking at the same view, is suddenly going to see users named Smith! If you have a lot of users looking at a complex table with lots of records, and the users need to do a large variety of queries, youโ€™ll need in Airtable to create a view for each query and name it clearly. (The alternative is to have users creating lots of personal views, which they can edit on their own without affecting other users.)

Airtable definitely has its own way of working that takes some getting used to if youโ€™re familiar with more conventional RDBMS systems!

William

Ash_Nazarizadeh
6 - Interface Innovator
6 - Interface Innovator

Airtable does have its uses. At one point it needs to (maybe not) decide whether it wants to take the database or the spreadsheet route. Currently, from a technical perspective, itโ€™s neither. Example, you cannot create a record with start and end date fields where the start date is a lookup to another recordโ€™s end date. You should be able to construct that by a self-referencing lookup. However, what you get in this case is a circular reference. Something like this is easily done in Excel. As my previous example goes, you cannot have a child recordset based on the current row of another table. This is easily done in even MS Access. So Airtable is neither a full-fledged spreadsheet nor a database. But itโ€™s got its uses (btw, I have the pro version). I know that it has an easy to use API. But Iโ€™m not sure if that would be the best use of time for me. There are other products out there with these capabilities already perfected. But I have to say, Airtable is nice to look at and for simple stuff it does well. However, with its current set of capabilities I doubt if it can attract a major developer community. Maybe thatโ€™s not the business model Airtable is following. :slightly_smiling_face: