Skip to Content Skip to Menu

🏖 End of summer sale! Savings on all memberships including single add-ons! Get 25% off now with code SUMMER25!

Anzahl in Liste

  • xgerry
  • xgerry
  • OFFLINE
  • Posts: 32
  • Thanks: 1
  • Karma: 0
  • Add-ons
9 months 3 weeks ago #335844 by xgerry
Anzahl in Liste was created by xgerry
Is there a way to output the number of the single selection field in the report? Example: Users can choose between 3 options and I would like to see the respective number of this answer in the report for options A, B, C.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48275
  • Thanks: 8240
  • Karma: 1441
9 months 3 weeks ago #335859 by krileon
Replied by krileon on topic Anzahl in Liste
Not sure I fully understand. You want it to add the values of those 3 selected options together and display that total? So for example the following

Options
Value: 1
Label: A
Value: 2
Label: B
Value: 3
Label: C

Selected: A and C
Result: 4


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.

  • xgerry
  • xgerry
  • OFFLINE
  • Posts: 32
  • Thanks: 1
  • Karma: 0
  • Add-ons
9 months 3 weeks ago #335865 by xgerry
Replied by xgerry on topic Anzahl in Liste
No, easyer:

Olivia: L
Sam: XL
Nancy: S
Jim: S
John: XL
Tomy: S
Heinz: S

Result:
L : 1
XL : 2
S: 4

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48275
  • Thanks: 8240
  • Karma: 1441
9 months 3 weeks ago #335867 by krileon
Replied by krileon on topic Anzahl in Liste
Create a select field and set the values and labels accordingly then just use [FIELD_NAME] substitution either in the layout parameters of the field or in a Custom HTML field to render its raw stored value. Example as follows.

Field Name: cb_size
Field Options:
Value: 1
Label: S
Value: 2
Label: MD
Value: 3
Label: L

Custom HTML Field: [cb_size]
Result: 3


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.

Moderators: beatnantkrileon
Powered by Kunena Forum