I have a report that I need to add the paid claims and the denied claims to give me a total claims. I have two prompts which a user enters one date and the other to compare a month in 2003 to 2004. Here is what I have for the variable for TOTAL CLAIMS 2003
=((<Number of Denied Claims>) + (<Number of Paid Claims>)) Where (<Hdr Paid Month> = UserResponse("Query 1 with MARS" , "1. Enter First Month:")))
I get a syntax error. Is there any way to create this type of query?
Thanks!
Bill
=((<Number of Denied Claims>) + (<Number of Paid Claims>)) Where (<Hdr Paid Month> = UserResponse("Query 1 with MARS" , "1. Enter First Month:")))
I get a syntax error. Is there any way to create this type of query?
Thanks!
Bill