Author Topic: SUM Buyin Profiles  (Read 3852 times)

Madda

  • Newbie
  • *
  • Posts: 22
    • View Profile
SUM Buyin Profiles
« on: October 17, 2022, 03:59:34 AM »
Is it possible to SUM selected Buyin and Rebuy profiles? And show the total number as one number?

I have tried a few different ways and was going to use javascript to achieve it but understand javascript is not supported.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: SUM Buyin Profiles
« Reply #1 on: October 18, 2022, 10:55:57 AM »
Where are you trying to show this?  To your players in the Game window (in your layout)?

Madda

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: SUM Buyin Profiles
« Reply #2 on: October 18, 2022, 12:52:23 PM »
Yes for the players on the game screen/clock

For example if on the layout screen to show addons of one profile you would use;

<addons profileName="Profile1">

Is it at all possible add up multiple profiles as one sum but not all.

Like if I wanted to show

<buyins profileName="Profilebuys"> + <addons profileName="Profile1"> = <output>

Hope this makes sense of what I am asking.
« Last Edit: October 18, 2022, 02:43:35 PM by Madda »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: SUM Buyin Profiles
« Reply #3 on: October 19, 2022, 08:01:35 PM »
If you omit the profileName attribute it will give you the total add-ons for all profiles.  But there's no way to specify individual profiles to sum.

Madda

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: SUM Buyin Profiles
« Reply #4 on: October 20, 2022, 07:08:06 AM »
No problem. It's not a major issue was just something I was try to make my life easier with.

Cheers for the help though