Skip to Content Skip to Menu

[SOLVED] advanced List query issue

  • ThePiston
  • ThePiston
  • OFFLINE
  • Posts: 334
  • Thanks: 26
  • Karma: 1
6 years 8 months ago - 6 years 8 months ago #301493 by ThePiston
[SOLVED] advanced List query issue was created by ThePiston
should this work in the advanced area of a query for a list? getting this error:

Unknown column '#__user_usergroup_map.user_id' in 'where clause'

Code:
u.id = jos_user_usergroup_map.user_id and jos_user_usergroup_map.group_id = 14

CB 2.3, CBsubs 4.3, PHP 7.1, J! 3.9.X
Last edit: 6 years 8 months ago by krileon. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
6 years 8 months ago #301501 by krileon
Replied by krileon on topic advanced List query issue
No, because there is an alias assigned to _user_usergroup_map join as g so you need to use g instead of jos_user_usergroup_map. I'm not sure why you're needing to do this though. Just select the usergroups you want the userlist to display withing the userlist under the global tab using the "Usergroups" parameter.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: ThePiston

Please Log in or Create an account to join the conversation.

  • ThePiston
  • ThePiston
  • OFFLINE
  • Posts: 334
  • Thanks: 26
  • Karma: 1
6 years 8 months ago #301504 by ThePiston
Replied by ThePiston on topic advanced List query issue

krileon wrote: No, because there is an alias assigned to _user_usergroup_map join as g so you need to use g instead of jos_user_usergroup_map. I'm not sure why you're needing to do this though. Just select the usergroups you want the userlist to display withing the userlist under the global tab using the "Usergroups" parameter.

this list was created long ago before that parameter was available - thanks!

CB 2.3, CBsubs 4.3, PHP 7.1, J! 3.9.X
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum