Do not know how to see the data

0
HI,   I have a problem to see the data. I have created entity in data model but do not know how to see data that I have stored in data model. Thank you
asked
1 answers
1

Hi Felix Pratamasan,
If you are using default database of mendix and you want to see the data stored in a particular table, Go to Console of your application -> Click on Advanced -> Click on Start built-in database viewer. A screen will appear where you can see all the tables created in your domain model. And in order to view data, right click on any table and click on "SELECT * FROM TABLE" option and click on Eecute SQL. In this ways, you can view all the data stored in your database.

Please refer to screenshots attached.

 

Please let me know if this helps or you need any other help!

Thanks

answered