Hello,
I'm doing a project for an apartment community. I have a table with demographics information including income. Each row is for an individual in the community and people share an apartment unit.
I'm able to create a histogram using individual income, but I want to create a histogram for household income. My table looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit[/TD]
[TD]Age[/TD]
[TD]Income[/TD]
[TD]Name[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]35[/TD]
[TD]65000[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]32[/TD]
[TD]28000[/TD]
[TD]Jane[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]40[/TD]
[TD]75000[/TD]
[TD]Jim[/TD]
[/TR]
</tbody>[/TABLE]
I'm able to use some calculated measures with DISTINCT and DISINCTCOUNT to get occupancy. But I can't figure out how to get Household Income.
I was thinking about using a calculated lookup column, but my brain is a little lost right now. It seems like if I did that I would end up double counting incomes.
Please let me know if you have any suggestions.
-Chris
I'm doing a project for an apartment community. I have a table with demographics information including income. Each row is for an individual in the community and people share an apartment unit.
I'm able to create a histogram using individual income, but I want to create a histogram for household income. My table looks like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit[/TD]
[TD]Age[/TD]
[TD]Income[/TD]
[TD]Name[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]35[/TD]
[TD]65000[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]32[/TD]
[TD]28000[/TD]
[TD]Jane[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]40[/TD]
[TD]75000[/TD]
[TD]Jim[/TD]
[/TR]
</tbody>[/TABLE]
I'm able to use some calculated measures with DISTINCT and DISINCTCOUNT to get occupancy. But I can't figure out how to get Household Income.
I was thinking about using a calculated lookup column, but my brain is a little lost right now. It seems like if I did that I would end up double counting incomes.
Please let me know if you have any suggestions.
-Chris