Does anyone know off-hand if there would be a measurable performance difference between these two options?
I am creating an app that will see heavy table view use, and some of the tables have many columns. I want to have inline action buttons next to ref_rows columns to navigate directly to the expanded ref_rows view from the table (instead of clicking to open detail view, and scrolling to the bottom to access the ref_rows table's built-in button). I don't want to attach the buttons directly to the ref_rows columns, because this will remove the header text and count values in the table view, and make it harder for users to know what they're clicking.
I have about 10-15 of these columns to create, across ~3000 records. I am hoping to create virtual columns with a "true" formula to house these buttons, because I don't have enough placeholder columns left in my tables and would have to regenerate schemas otherwise. However, I don't want to use virtual columns if it would negatively impact performance. I'm hoping that a simple "true" formula wouldn't make much of a difference?
Thank you so much for your insight!
Sarah
Solved! Go to Solution.
I would use a virtual column.
Virtual columns are really only a problem when the App formula contains an expression that gets data from other rows, such as when using the likes of SELECT(), FILTER(), LOOKUP(), MINROW(), and MAXROW().
I would use a virtual column.
Virtual columns are really only a problem when the App formula contains an expression that gets data from other rows, such as when using the likes of SELECT(), FILTER(), LOOKUP(), MINROW(), and MAXROW().
please share screenshots for references, I can have look to understand your concepts
I think I'm good to go with Steve's answer, but thank you for your willingness to help!
please share your screenshot for my learning purposes.
Sure! Disclaimer: there may be other better or more attractive ways to do this. This app's purpose is to manage a cat rescue.
1. Create virtual columns with a formula of TRUE
2. Create actions that link to a filtered view of a row's child rows in the target table. Attach the action to the virtual column you created above.
Example formula:
3. Arrange columns as desired in table view.
Hope that helps!
Sarah
Well done!
Fantastic. @Sarah_H
thanks, @Steve
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |