Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Use fields type querymulticheckbox

  • squil
  • squil
  • OFFLINE
  • Posts: 42
  • Thanks: 1
  • Karma: 0
10 years 11 months ago - 10 years 11 months ago #236322 by squil
How i can connect in query field querymulticheckbox in table 'comprofiler' (example contet "14|*|15|*|17") with other table!?

example query:
SELECT ug.title FROM `usergroups` ug
JOIN `comprofiler` cf on ug.id like cf.cb_usergroupcheck


Have Joomla 3.1.5 and CB 1.9
Last edit: 10 years 11 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #236379 by krileon
Replied by krileon on topic Use fields type querymulticheckbox
Sorry, I don't understand the question. Why do you want to join the two tables for your query? What are you trying to do exactly? You want the usergroup titles based off the values stored to a field (their usergroup ids?).


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.

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

  • squil
  • squil
  • OFFLINE
  • Posts: 42
  • Thanks: 1
  • Karma: 0
10 years 11 months ago #236395 by squil
Replied by squil on topic Use fields type querymulticheckbox
Krileon, thanks!

I find answer for my question.
Hear show examle of condition in query:
where FIND_IN_SET( ug.id, REPLACE( cf.cb_usergroupcheck, '|*|', ',' ) ) >0

ug.id - finding value
cf.cb_usergroupcheck - field in table CB profile type querymulticheckbox (example value "14|*|15|*|17")

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

Moderators: beatnantkrileon
Powered by Kunena Forum