Hi,
I'm trying to display a user list of profiles in the same company. I have so far;
company_name IN (SELECT company_name FROM #__jsn_users WHERE company_name='My Company Name')
This works but I want it to be dynamic so I need to swap 'My Company Name' for [company_name of user] (I think) but I'm unsure how to do that..
Any help would be much appreciated. Thanks.