I'm trying to show a user_id in a listview. The parameter itself is not available so I had to make a new Field with name cb_uesrid. Then in the Paramater Sections I define Userlist Layout with [user_id]. Doesn't work.
Using a queryfield with SELECT `user_id` FROM #_comprofiler show the user_id of the very first user in every record!
What am I doing wrong?