Good morning. I recently connected my SQL database to Glide, and I saw that it behaves in the same way as BigTable.
The thing is that on the front end, I need to bring in relation and/or search columns.
How can I do this in an alternative way?
I tried to use the “Code” component (recently added), but I was unsuccessful and I couldn’t find how to use it in the documentation.
Can you help me?
The code, below is I used to try to sort in ascending order
So do you mean some computed columns don’t work? Here are some known limitations with Big Tables, and I think it applies to SQL as well per your description.
There are various workarounds that can be employed, depending on the situation and use case.
If you can give some specific details of what you are wanting to do, we might be able to help.
Screen shots of the relevant data tables are always helpful.