Does anyone know how to make this count only if it was done 1 time?
This is for the CVS MU report - I am getting more than 100% as the numerator appears to be calculating more than one in the count. So, it is counting that they printed more than one CVS for an office visit.... I need to updated the below functions so it only counts 1...
this is the declaration of values
whileprintingrecords; shared numbervar NumCount; shared stringvar DocumentList; shared stringvar DocumentList1; shared stringvar DocumentList2; shared stringvar DocumentList3; shared stringvar DocumentList4; shared stringvar DocumentList5; shared stringvar DocumentList6; NumCount := 0; DocumentList :=""; DocumentList1:=""; DocumentList2:=""; DocumentList3:=""; DocumentList4:=""; DocumentList5:=""; DocumentList6:="";
and then this is where the numerator is calulated:
whileprintingrecords; shared numbervar NumCount; NumCount;
We have not seen this report calculate more than 100% on any of our physicians. Have you checked to make sure you have the latest report? Perhaps you have an old version of it.
The code you supplied does not include anything to do with calculating the numerator. I opened the report on my system and I could not figure out where it was calculating anything either. I think you best bet would be to open a case with GE to see if they can assist you with it.