Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hello Anders.
How can I check the database table? Is that something external of Joget? Meaning it cannot be done via the UI?
Regards.
Well you could build a simple CRUD app for that database table in Joget to view and manage the data, but the simplest way would be to use any GUI or command line tool that is supported by your database server.
Thank you for replying, Anders.
I actually fixed this by just making a new form with a different table form (same data) and imported the correct data and it worked fine.
Thanks very much for your help!
Hi, the screenshots or images above are not showing up. In any case, it is likely that your form is configured to point a database table that contains those records. Try checking the database table directly, and delete any unnecessary records there.
Hello Everyone.
I've created a form with one field.
I can't figure out where those three values are coming from because I want to delete them.
I tried to put that form data into a list to use CRUD to delete them, but when I select the entries in the list and try to delete them, they still remain. I can delete the rest using CRUD just fine.
This app is only version 1, so there are no other versions.
In the DATAIMPORTUI I have removed an import element that used it as well.
Basically, I want to delete these entries as I imported updated data via a CSV file (using Import) and now they are duplicated.
How can I do this? I tried making a new app, deleting an app and the same happens - is it cache related somehow?
Regards.