I'm running in to an issue with chronoconnectivityV6. I have a database with subscriber information. These subscribers are divided in groups, for instance group 1, group 2, group 3.
in my current set-up i have a event page per group, the event page per group calls a couple of views per group (for instance: a list and a count). and the list view calls an read function per group. So in this set-up i have 3 events, 3 list views, 3 count views, 3 database reads etcetera.
In my opinion this should be easier if i can use an variable to change group value the read function to read the database, then i only need one event, with one view and the selection of the data in the array is based on the variable that is used as an input in the read function.
attatched is the current connection as it has been build.
in my current set-up i have a event page per group, the event page per group calls a couple of views per group (for instance: a list and a count). and the list view calls an read function per group. So in this set-up i have 3 events, 3 list views, 3 count views, 3 database reads etcetera.
In my opinion this should be easier if i can use an variable to change group value the read function to read the database, then i only need one event, with one view and the selection of the data in the array is based on the variable that is used as an input in the read function.
attatched is the current connection as it has been build.