I am having my course project now,
and I am planing to create an application for soccer league,
but I am facing a problem.
I want to create new league
and there I want to create groups and teams in this way:
So, I want to create number of tables based on the (No. of Group) that will be entered by the user, for computing results among the teams inside each group.
And to set a (No. of teams /group), so based on that number rows in each group tables will be available.
I hope you got understand my problem.
Related
Not sure if this is possible, but I thought I would put this out there and see what anyone thought.
Report: I need to track by classroom the parents that have given vs. those that I have not. I had created this awesome report with those that had, but I could never figure out how to pull the parents who hadn't yet in to the report. I need those that have not as well to create a sum and percentage of parents each class. (first query was too narrow, the next one gave too many dates and gifts, which duplicated the names in the report)
So I'm trying a different route and took the data from an Export instead of a Query, but now the "Classroom Guide" field is in a separate column for each child they have at the school.
I need to combine the 4 Guide fields somehow so I can group by them to create the classrooms in the report.
Makes sense?
Example data is like:
first.name;last.name;Guide1;Guide2;Guide3;Guide4;Gift.Date;Gift.Amount
I have a dataset for health procedures with each patient listed under Index_Num. Most patients are listed several times as they have had several services. There is a column with their age.
There is another column called Portal_Use, which says "Yes" or "No" based on whether the user is a portal user.
The question I am trying to visualize in Tableau is the Average Age of Portal Users.
I created a group of the Index_Num, but don't know where to go from there. I'm essentially looking for a bar chart that has one bar for portal users and one bar for non portal users with the average age. This would be very easy if there weren't multiple rows per patient.
Based on your explanation I have used below data to generate the sample workbook.
Use your Portal_Use flag as a Columns
Add Age as an AVG value in Row section
From Show me section select the Type of Bar char you needed
Above will give you desired results as per below.
I hope this helps!!!
I have a Tableau dashboard for some counts over the period of time. I need to filter this dashboard for multiple tables from database.
Let say I have 5 tables in database (with no relation between them), how do I dynamically select each table in published dashboard.
As such I can have 5 different tabs on single dashboard but I may have 50 tables to filer on, hence not feasible or ideal to publish 50 different tabs.
Please suggest any idea.
Thanks
Expected Results-
Should have a filter option on Tableau Dashboard which should filter the dashboard for different tables from database.
I'm Using Crystal Reports 14.1. I'm creating a report that has 3 Groups. First group is agency of the company and need separate page per agency. One agency can have more than one building, so second group is building so i need separate page here too. One building can have more than one type of employees, so i need also separate page here. What troubles me is that every group have summaries at the end, which must be on the same page. Sum per agency, per building, per type of Employee. The problem is that if one agency has one building and one type of employee, i need to show those 3 summaries at the same page.
Any ideas how to do this?
in section expert next to New page after click the button labeled X-2.
From there play around with a formula like.
if count({fieldtocount},(summarygroup} > 1
so that if the group only has one record it will not page break.
I have a FileMaker Pro database the was create by another person when the created it years ago it was not relational. It has many contacts and each contact is assigned to a single group. I want to get a distict list of those groups from that database. So if I started with say
group 1
group 1
group 2
group 3
group 7
group 3
I would end up with just groups 1,2,3,and 7 once each
than I can import them into the new database to make it relational so one contact can belong to more than one group
but I can't seem to figure out how to get that list. If someone could help I would appreciate it.
Sort by group, then export into, say, tab-separated file, and in the export dialog check the "group by" flag for the group field. The resulting file will have only distinct groups.