-
1. Re: How do I create a calculated field which is the average of selected rows of data?
Shinichiro MurakamiFeb 3, 2017 2:05 PM (in response to Vicci Barrett)
Hi Vicci,
You can create "Set" from University Filed.
Then create calculated field.
// Float is to make the field type to dicimal number to make the axis synclonized
[Selected Score]
FLOAT(if [Selected Univ.]then [Overall Score] end)
You can change the University in the list with editing the Set of "Selected Univ.".
Thanks,
Shin
-
ExampleWorkbook_SM_9.3.twbx 37.4 KB
-
-
2. Re: How do I create a calculated field which is the average of selected rows of data?
Vicci Barrett Feb 6, 2017 2:35 AM (in response to Shinichiro Murakami)Hi Shin
Unfortunately when I try your suggestion, my set of universities display as separate lines on the chart, rather than one line showing the average of the set (I tried changing the Measure from Sum to Avg, but this hasn't worked). I have looked at the example workbook you sent back, but I can't work out out how made the Selected Univ. set show only as one line? Am I missing a step? Many thanks for all your help!
Vicci
-
4. Re: How do I create a calculated field which is the average of selected rows of data?
Vicci Barrett Feb 8, 2017 1:30 AM (in response to Shinichiro Murakami)Thanks for all your help, Shin. It was because the University pill was in the Measure Values card. Once I took that out, it was fine.
V
-
5. Re: How do I create a calculated field which is the average of selected rows of data?
Shinichiro MurakamiFeb 8, 2017 11:12 AM (in response to Vicci Barrett)
Sounds good.
Shin