I did not know that. But I was thinking about download a file that is a .xls so the users don’t have to do anything but open the file in excel with no formatting problems.
Is there any way to get the actual input values instead of the unique identifiers? For example, I want “Benjamin Button” in the CSV instead of “282384792392084759828376”
I wanted to answer my own stupid question here. The reason I wasn’t getting human readable entries is because the cell was referring to an object in the DB, not a field of the object. Moral of the story: the computer does exactly what you tell it to, so give it good instructions. If you ask for a Student, you’ll get the reference to the Student. If I wanted the Student First Name, I should’ve asked for it explicitly!
Is there a way to merge different tables? What I mean is each invoice I have has a unique company and every company has a unique Tax reference, but the tax info is in a separate table. I want to export my invoices with their company name and their “looked-up” tax identifier…is there a way to do this? Thanks!
Thanks for you time Nigel. When you say temporary table do you mean a whole new database set of fields which gets rewritten everytime as needed? Is there a way to create a display only table, as in a repeated group with nested tables and export that?
Just adding my own question here guys… When exporting from a repeating group, I notice we select the repeating groups list of items.
Does this mean the list within the database that its pulling from or is it specifically the list of items i am displaying in the table subject to constraints, any api calls etc?
I ask as we pull alot of data from API endpoints and would really like to just export it to csv lol.