|
-
June 1st, 2012, 01:34 PM
#1
String Required Web Error
I have two ClearQuest checkboxes. Both must be 1 (yes) to be counted in a Crystal Reports formula. My formula:
If {ClearQuest.THREA___EP_LIST_CKBOX_ACCURATE} = 1 and {ClearQuest.THREA___P_LIST_CKBOX_COMPLETED} = 1 then 1
else 0
Then I use a Crystal Reports Running Total to sum the formula across a number of records.
Works fine in the ClearQuest client; however, when I run it on the web I get an error:
Exception in formula '{@Total-Accurate and Complete}' at '1': A string is required here.
What must I do to clear this error. I've tried it using both string and integer checkboxes - same error.
Thanks in advance.
-
June 7th, 2012, 06:03 AM
#2
Re: String Required Web Error
ClearQuest.THREA___EP_LIST_CKBOX_ACCURATE is numeric or string.
If string then use quotes e.g "1"
If this post is helpful, then, Rate this Post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|