Is it possible to export the actual data contained within the fields rather then look up data?
For example, in the table permissions a row in the database might look like this
457,HENRYSCH,Alistairn,1,all,1,1,2,1,1,2,NULL,NULL
But when exporting using the export selected button, the data comes out looking like this
457,HENRYSCH,Alistairn,1,all,Yes,See Contract Pad only,View own only,Can Use,View all items,0,0
I need the raw data to import into a back office system.
Cheers
Jim