Hello,
I'm new in dotnetnuke and I need a member list.
All the information from the same member must be on the same line. One line per user.
It must be like
Username, name, firstname, email, adress, town , phone, cellphone ... each user can choose which information he want to display (visibility = 1)
The problem is that I have everything into a column.
I have written that :
SELECT PropertyValue
FROM UserProfile
WHERE
PropertyDefinitionID IN ('21','23','26','27','30','31','32','40')
and visibility=1
order by userid, propertydefinitionid
Can somebody help me please because I'm not good in sql
Thanks a lot
David