Trouble connecting data to Mendix page: Unable to access List View widget

0
Hello everyone, I am new to Mendix and have created a page for my dashboard. I am now trying to connect data to this page to reflect the SLA_Status entity that I created earlier. However when I try to double-click on the List View widget on the SLA_Dashboard page, nothing happens. I have already tried selecting the List View and unlocking it, but still cannot access it. Does anyone have any suggestions for how to resolve this issue? Thank you in advance for your help!
asked
1 answers
0

So what you need is to choose the correct datasource for your listview which loads the contents.

I see that you have added the lisview. You should ideally double click on the place where it says Unknow in the above picture. That should open the ListView widgets properties. 

In that popup you should see the Datasource tab in which you can select your desired entity.

Hope this is what you were asking. Good luck and let me know further if you are stuck so i can help.

answered