I am using Crystal XI.
I have two tables,
Table 1: Admit table that give me which type of admit it is, either pre-admit or admit
Table 2: Episode totals that gives me the episode balance for all episodes that have a balance
My report is supposed to give the following output.
# patients Balance
21 $3,425.34
I know that I have 21 episodes that have a admit status of Pre-Admit. I also know that of those 21 episodes, 15 of them have a balance. Currently the way I have my two tables setup I am getting the following output:
# patients Balance
15 $3,425.34
The reason this is happening is because of the 6 episodes that do not have a balance, they are not in the episode totals table.
I am trying to get the total number of episodes that have a status of Pre-admit (no matter if they have a balance or not) and the overall balance of these episodes.
Any ideas?
-crachic
I have two tables,
Table 1: Admit table that give me which type of admit it is, either pre-admit or admit
Table 2: Episode totals that gives me the episode balance for all episodes that have a balance
My report is supposed to give the following output.
# patients Balance
21 $3,425.34
I know that I have 21 episodes that have a admit status of Pre-Admit. I also know that of those 21 episodes, 15 of them have a balance. Currently the way I have my two tables setup I am getting the following output:
# patients Balance
15 $3,425.34
The reason this is happening is because of the 6 episodes that do not have a balance, they are not in the episode totals table.
I am trying to get the total number of episodes that have a status of Pre-admit (no matter if they have a balance or not) and the overall balance of these episodes.
Any ideas?
-crachic