I'm getting the error message "This field cannot be summarized" for a field called {@VOIDEDPROC} in a formula called "Maximum" . The following are my formulas:
VoidedProc
if isnull ({PatientVisitProcs.Voided}) then 1
else
IF {PatientVisitProcs.Voided} = 1 then
(if cdate...
I’m working in Crystal 11. Below is a sample of my data that is grouped by VisitID
I need the multiple RCodes to be reported in total in the RCodeSumm column. I used the following formula:
stringvar ReasonCode;
if RecordNumber=1 then
ReasonCode:=...
I need to capture the 2nd time, where it exists, a claim was filed to a patients primary insurance for a specific visit, unless the 2nd time occurs after a claim has been filed to the patients secondary insurance. The number of dates for filed claims can range anywhere from 1 to infinity. The...
Hello,
I'm working in Crystal XI and have been asked to write a report which contains two separate dates. A Date of Service (DOS) and an Entry Date. The end user wants the report to be run by either the DOS or the Entry date but not both. For example run the report for a DOS of 5/1/15...
I am trying to write a flat file report that calls for components of different transactions from the same table to be reported on the same row in a report. I am working in Crystal XI. The transactions I am trying to combine from the same table is the "Amount" with a TransactionType of "P" and...
I am trying to create a report that selects the last date that a non-zero payment was posted against an account. If there was no payment, the result should be a blank field. The date is listed in a batch table which is linked back to the account through several tables. I’ve created the...
I have a string that contains a date in the format of "phs cey 070311 phsbord" I've written the following formula entitled "ManualDateConversion" to extract the date portion from the string:
Mid ({Batch.Name},9,6)
The formula returns 070311
I'm then using the following formula entitled...
Crystal XI
I’m writing a report that includes a field that calculates the difference between two dates. My data contains multiple rows of data related to the same patient encounter with different Charge Entry Dates, I want to pull only data with a certain batch name, then apply the earliest...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.