Have a very basic table of data with three fields:
Field 1: timestamp date field when entry made (Patient_date)
Field 2: an autonumber entry ID (MD_ID)
Field 3: text field from a custom dropdown choice of Yes or No (Treated)
Basic pivot table to show by day number of entries made (MD_ID not blank) and number of those entries that day that had a value of Yes for "Treated":
Column: date
Calculated Field 1: number of entries that day
Calculated field 2: number of entries = Yes that day
But I cant get the calculated field formula (that verifies fine) to actually count only the Yes values. Seems to count total regardless of the WHERE = Yes statement.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
roattw
Have a very basic table of data with three fields:
Field 1: timestamp date field when entry made (Patient_date)
Field 2: an autonumber entry ID (MD_ID)
Field 3: text field from a custom dropdown choice of Yes or No (Treated)
Basic pivot table to show by day number of entries made (MD_ID not blank) and number of those entries that day that had a value of Yes for "Treated":
Column: date
Calculated Field 1: number of entries that day
Calculated field 2: number of entries = Yes that day
But I cant get the calculated field formula (that verifies fine) to actually count only the Yes values. Seems to count total regardless of the WHERE = Yes statement.
Missing something basic I suspect.
The Data:
The DP and Results:
Many thanks, as always!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.