By Phrixos on Saturday, 30 March 2019
Replies 7
Likes 0
Views 1K
Votes 0
Is pland any kind of statistic tools?
e.g. show numbers of events per year by categorie and tag
Hello Phrixos,

Most certainly this is something we are looking into with the new backend UI. Would that suffice rather than a module?

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
It was not my intention to have a statistic in backend.
My idea ist to dirplay at least in the fornt.
e. g. we have a couble of event categorys and there tags to each event.
So may aim is to have a module i can configur to display
            2000   2001   2002    ....
Category1   1     4    5
Category2    -    2
Category3   3     3

Filterd by tag.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm, this is quite a bespoke idea. I've never seen anyone request it before, we do have the JEvents Categories and Events count module which gives you the counts per category but not year.

what you are asking would be possible with a custom module or a html module and using say ReReplacer's php function to replace a tag and construct a query.

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I was afraid that this is again a special request. A few visitors thought that an evaluation of the concert activity (categories) and the music groups (tags) after years would be interesting. But I did not find anything ready at JEvent. Although I think the queries would probably not be so complex. I just miss the knowhow to set that in PHP .
Is there any Query to PHP composer for Joomla?
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
It's not that complicated of a query / check. You would need to count the events where the date range is between X and Y and the category id is equal to Z and duplicate it for each category.

I am afraid I don't know of one?

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I suppose your Jevent - LatestEvents already contain all neccessary data it has only to have changes in output.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You could, it's a bit excessive though to load in all that data for a statistic. Make sure the module is set to be cached if you do!

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post