How do I show the rest of the information when I click on a name in the list

0
How do I show the rest of the information when I click on a name in the list
asked
4 answers
3

Hi Ehab

If you have a list of data (e.g. ‘Person’-list), put a list view on your page with the datasource set to ‘Person’ from database. You’ll get all your Person-data, right?

Next to it, you can put a Data view. And this data view’s source can “listen” to the Listview (listening means: when you click an item in the list view, that item on its own will be displayed in the data view).

More info: https://docs.mendix.com/studio/page-editor-data-view-list-view/

Good luck!

Kind regards,

Leander

answered
0

Hi ehab,

 

You can a detailed page for showcasing when you click on the particular list or else use a tooltip to showcase the data what you need and configure the tooltip to be visible onclick.

 

Hope this helps.

answered
0

Hi ehab,

try oql query(i.e., build an OQL query) to get required details that you want to show.

answered
-1

Hi,

 

You have to create a button within the listview that call a page (Events / On click) which shows the details of the related entity instance.

I think this page will be helpful for you.

https://academy.mendix.com/link/modules/80/lectures/522/3.5-Create-Pages

 

Morover, I advice that you start this course if you don’t have programing experience, or this one, if you have programming experience.

 

Regards,

Feri

answered