You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a pie chart that takes 1 singular dataview field (the field will be calf_pain::left_side or calf_pain::right_side) as input. However, I can only get the pie chart to work if there's more than one dataview field (e.g., calf_pain_left::1 and calf_pain_right::1), and it only works if the dataview field contains an integer.
Is there no way to tally up the % of times calf pain occurred on the right leg versus left leg using just a singular dataview field?
The text was updated successfully, but these errors were encountered:
This is a question rather than a bug report.
I want to create a pie chart that takes 1 singular dataview field (the field will be
calf_pain::left_side
orcalf_pain::right_side
) as input. However, I can only get the pie chart to work if there's more than one dataview field (e.g.,calf_pain_left::1
andcalf_pain_right::1
), and it only works if the dataview field contains an integer.Is there no way to tally up the % of times calf pain occurred on the right leg versus left leg using just a singular dataview field?
The text was updated successfully, but these errors were encountered: