Queue for Equal bandwidth sharing among users on multiple VLAN's

Hi i have a setup witch i have some problems with.

I have an Cloud Core Router win an 2 Gbit Internet connection witch is share between 7 locations.
I have created a VLAN and a bridge for each for each of the 7 locations.
The Internet Connection is comming trough one og the SFP+ Ports
and the LAN connections to the other Locations is trough the other FTP+ port.

I have tried the configuration found her
http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php

But it is bound on one Interface. So that i can only limit one VLAN
What i need is to be able to share the total bandwidth among all users on all 7 VLAN’s
Is that possible ?

Just make one queue for each vlan !

Make a simple queue, and you must just specify in target address your VLAN network address range.

You have to make another mangle rule to exclude local address of your limiter rule otherwise your local transfer will be limited too !

Not sure that the right way.
I have tried some playing around with simple queue’s and them seems to limit each user to the among of tragic the are assigned to and not more.
But what i want is the to total bandwidth is equally shared between the total number of active users.
So that if 10 active users they get 200 Mbit each
and 20 users get 100 Mit each and so on.

Os a know Simple Queue’s cant do that there PCQ should be used ore am i wrong there ?