Tableau - Calculating and presenting epidemiologic Incidence and Incidence Rate 10 000

0 votes
In Tableau server client i can able to print the site id based on the site id i need to print project and workbook.In the above code the user get the list of siteid's belongs to his role the user select the site id and i have stored in object "i" based on the site name how can i drill down to project and workbook.
Mar 4, 2022 in Tableau by Vaani
• 7,020 points
353 views

1 answer to this question.

0 votes
It appears that an aggregate calculated field or a level of detail (LOD) calculated field is required.

SUM([Incidence]) / SUM([Incidence]) / SUM([Incidence]) / SUM([Incidence]) / SUM([Incidence]) / SUM([Incidence] ([Population]) Instead of computing a ratio for each record and then adding the ratios, this algorithm computes the sums first and then divides them. When working with ratios, this is frequently required.

Furthermore, I assume your Population data don't change every day, therefore aggregating them with Sum() as seen above will inflate the denominator. In such instance, you'll need to use a LOD calculation to determine the population at a different level of detail. In that situation, a formula like this may be used.

MAX([Population]) / SUM([Incidence]) / FIXED [State], [County]: MAX([Incidence])
answered Mar 10, 2022 by Neha
• 9,060 points

Related Questions In Tableau

0 votes
1 answer

How to dynamically determine and categorize duplicate value in Tableau?

Apparently you define a duplicate records as ...READ MORE

answered Apr 13, 2018 in Tableau by xyz
• 1,560 points
6,874 views
0 votes
1 answer

Measures and dimensions in Tableau

It is basically categorical and quantitative data. ...READ MORE

answered Apr 27, 2018 in Tableau by QueenBee
• 1,820 points
993 views
0 votes
1 answer

Is it possible to merge year, month and date in Tableau?

Remove all the date pills and drag ...READ MORE

answered May 10, 2018 in Tableau by ffdfd
• 5,550 points
1,325 views
0 votes
1 answer

How to implement constants in java

Here is the solution- public static final TYPE ...READ MORE

answered May 28, 2018 in Java by sophia
• 1,400 points
435 views
0 votes
1 answer

NaN variable without NumPy

Yes, It is possible to use the ...READ MORE

answered Nov 26, 2018 in Python by SDeb
• 13,300 points
1,570 views
0 votes
2 answers

How to declare constants in python?

In python we don't require to declare ...READ MORE

answered Aug 18, 2019 in Python by anonymous
• 460 points
669 views
0 votes
0 answers

Using Python and Tableau in conjunction with one another

Is it possible to mix Python visualisations ...READ MORE

Feb 28, 2022 in Tableau by Vaani
• 7,020 points
332 views
0 votes
1 answer

How do I add a custom login and logout page in my Tableau Server on-prem?

I don't believe it is "officially" possible ...READ MORE

answered Mar 4, 2022 in Tableau by Neha
• 9,060 points
545 views
0 votes
1 answer

How to print projects and workbook names based on site id in tableau server client?

Here's how I do it once I've ...READ MORE

answered Mar 9, 2022 in Tableau by Neha
• 9,060 points
1,454 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP